Shades of French Rose #FF5588
Tints of French Rose #FF5588
RGB
CMYK
RGB Variations
Color information
#FF5588 (or 0xFF5588) is known color: French Rose. HEX triplet: FF, 55 and 88. RGB value is (255,85,136). Sum of RGB (Red+Green+Blue) = 255+85+136=476 (63% of max value = 765). Red value is 255 (100% from 255 or 53.57% from 476); Green value is 85 (33.59% from 255 or 17.86% from 476); Blue value is 136 (53.52% from 255 or 28.57% from 476); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5588 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5588 is #00AA77. Grayscale: #8D8D8D. Windows color (decimal): -43640 or 8934911. OLE color: 8934911.
HSL color Cylindrical-coordinate representation of color #FF5588: hue angle of 342º 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 #FF5588 is Cyan = 0, Magento = 0.67, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 85 | 136 | - |
| CMYK | 0 | 0.67 | 0.47 | 0 |
| HSL | 342º | 1% | 0.67% | - |
| HSV(B) | 342º | 0.67% | 1% | - |
| XYZ | 48.93 | 29.53 | 26.41 | - |
| YUV | 141.64 | 124.82 | 208.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 85 | 136 | 0 | 0.67 | 0.47 | 0 | 342 | 1 | 0.67 |
| Hex | FF | 55 | 88 | 0 | 43 | 2F | 0 | 156 | 64 | 43 |
| Octal | 377 | 125 | 210 | 0 | 103 | 57 | 0 | 526 | 144 | 103 |
| Binary | 11111111 | 1010101 | 10001000 | 0 | 1000011 | 101111 | 0 | 101010110 | 1100100 | 1000011 |
Color Harmonies of #FF5588
Complementary color
Monochromatic Colors of #FF5588
Black with #FF5588
Text Example
Text Example
White with #FF5588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5588; }
p { color: rgb(255,85,136); }
H1.HeaderClassName
{
color: #FF5588;
}
.AnyTagClassName
{
color: #FF5588;
}
</style>
background-color css
<style>
a { background-color: #FF5588; }
a { background-color: rgb(255,85,136); }
div.DivClassName
{
background-color: #FF5588;
}
.BgClassName
{
background-color: #FF5588;
}
</style>
border-color css
<style>
span { border-color: #FF5588; }
span { border-color: rgb(255,85,136); }
td.TdClassName
{
border-color: #FF5588;
}
.TagClassName
{
border-color: #FF5588;
}
</style>