Shades of French Rose #FF5587
Tints of French Rose #FF5587
RGB
CMYK
RGB Variations
Color information
#FF5587 (or 0xFF5587) is known color: French Rose. HEX triplet: FF, 55 and 87. RGB value is (255,85,135). Sum of RGB (Red+Green+Blue) = 255+85+135=475 (62% of max value = 765). Red value is 255 (100% from 255 or 53.68% from 475); Green value is 85 (33.59% from 255 or 17.89% from 475); Blue value is 135 (53.12% from 255 or 28.42% from 475); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5587 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5587 is #00AA78. Grayscale: #8D8D8D. Windows color (decimal): -43641 or 8869375. OLE color: 8869375.
HSL color Cylindrical-coordinate representation of color #FF5587: hue angle of 342.35º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FF5587 is Cyan = 0, Magento = 0.67, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 85 | 135 | - |
| CMYK | 0 | 0.67 | 0.47 | 0 |
| HSL | 342.35º | 1% | 0.67% | - |
| HSV(B) | 342.35º | 0.67% | 1% | - |
| XYZ | 48.86 | 29.51 | 26.04 | - |
| YUV | 141.53 | 124.32 | 208.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 85 | 135 | 0 | 0.67 | 0.47 | 0 | 342.35 | 1 | 0.67 |
| Hex | FF | 55 | 87 | 0 | 43 | 2F | 0 | 156 | 64 | 43 |
| Octal | 377 | 125 | 207 | 0 | 103 | 57 | 0 | 526 | 144 | 103 |
| Binary | 11111111 | 1010101 | 10000111 | 0 | 1000011 | 101111 | 0 | 101010110 | 1100100 | 1000011 |
Color Harmonies of #FF5587
Complementary color
Monochromatic Colors of #FF5587
Black with #FF5587
Text Example
Text Example
White with #FF5587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5587; }
p { color: rgb(255,85,135); }
H1.HeaderClassName
{
color: #FF5587;
}
.AnyTagClassName
{
color: #FF5587;
}
</style>
background-color css
<style>
a { background-color: #FF5587; }
a { background-color: rgb(255,85,135); }
div.DivClassName
{
background-color: #FF5587;
}
.BgClassName
{
background-color: #FF5587;
}
</style>
border-color css
<style>
span { border-color: #FF5587; }
span { border-color: rgb(255,85,135); }
td.TdClassName
{
border-color: #FF5587;
}
.TagClassName
{
border-color: #FF5587;
}
</style>