Rose Hex Code — #FF007F
RGB, HSL, and CMYK values for Rose.
Rose Color Values
| Format | Value |
|---|---|
| HEX | #FF007F |
| RGB | rgb(255, 0, 127) |
| HSL | hsl(330, 100%, 50%) |
| CMYK | cmyk(0%, 100%, 50%, 0%) |
Want to explore more shades? Use our Color Converter
About Rose
Color psychology: Love, beauty.
Rose (#FF007F) is a medium shade of pink. It's commonly used in web design, graphic design, and branding where love, beauty are desired associations.
How to Use Rose in CSS
/* Using HEX */ color: #FF007F; background-color: #FF007F; /* Using RGB */ color: rgb(255, 0, 127); /* Using HSL */ color: hsl(330, 100%, 50%);