What color is Rose?
Rose is a vivid, warm pink with a strong magenta lean, hex #FF1D8D, brighter and more saturated than a pale blush. It carries the same deep flush seen in the petals of a red garden rose.
What is the meaning of the color Rose?
English recorded rose as a color name by the late 19th century, drawn directly from the flower long associated with beauty in European tradition. The color gained commercial traction in the 20th century through the cosmetics industry, where brands like Revlon used rose-named shades to anchor entire lipstick lines from the 1950s onward. Flamingo pink and rose were among the defining colors of postwar American femininity, appearing in everything from kitchen appliances to fashion catalogues. The Pantone Color Institute formally catalogued rose variants as recurring trend colors in its annual fashion reports beginning in the 1990s.
What colors go with Rose?
Similar Colors
Conversions & Codes
| Format | Value | CSS |
|---|---|---|
| HEX | #FF1D8D |
color: #FF1D8D;
|
| RGB | 255, 29, 141 |
color: rgb(255, 29, 141);
|
| RGB Percentage | 100%, 11%, 55% |
color: rgb(100%, 11%, 55%);
|
| CMYK | 0%, 89%, 45%, 0% | Not supported in CSS |
| HSL | 330°, 100%, 56% |
color: hsl(330, 100%, 56%);
|
| HSV | 330°, 89%, 100% | Not supported in CSS |
| CIE-LAB | 45, 45, -37 |
color: lab(45% 45 -37);
|
| Decimal | 16719245 | Not supported in CSS |
Color Variations
Shades
Tints
Tones
Hues
Color Harmonies
Analogous
Complementary
Split Complementary
Triadic
Tetradic
Square
CSS & Dev Snippets
.rose {
color: #FF1D8D;
}
$rose: #FF1D8D;
rgb(255, 29, 141)