Shades of French Rose #F85587
Tints of French Rose #F85587
RGB
CMYK
RGB Variations
Color information
#F85587 (or 0xF85587) is known color: French Rose. HEX triplet: F8, 55 and 87. RGB value is (248,85,135). Sum of RGB (Red+Green+Blue) = 248+85+135=468 (61% of max value = 765). Red value is 248 (97.27% from 255 or 52.99% from 468); Green value is 85 (33.59% from 255 or 18.16% from 468); Blue value is 135 (53.12% from 255 or 28.85% from 468); Max value from RGB is 248 - color contains mainly: red. Hex color #F85587 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85587 is #07AA78. Grayscale: #8B8B8B. Windows color (decimal): -502393 or 8869368. OLE color: 8869368.
HSL color Cylindrical-coordinate representation of color #F85587: hue angle of 341.6º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F85587 is Cyan = 0, Magento = 0.66, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 85 | 135 | - |
| CMYK | 0 | 0.66 | 0.46 | 0.03 |
| HSL | 341.6º | 0.92% | 0.65% | - |
| HSV(B) | 341.6º | 0.66% | 0.97% | - |
| XYZ | 46.33 | 28.2 | 25.92 | - |
| YUV | 139.44 | 125.5 | 205.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 85 | 135 | 0 | 0.66 | 0.46 | 0.03 | 341.6 | 0.92 | 0.65 |
| Hex | F8 | 55 | 87 | 0 | 42 | 2E | 3 | 156 | 5C | 41 |
| Octal | 370 | 125 | 207 | 0 | 102 | 56 | 3 | 526 | 134 | 101 |
| Binary | 11111000 | 1010101 | 10000111 | 0 | 1000010 | 101110 | 11 | 101010110 | 1011100 | 1000001 |
Color Harmonies of #F85587
Complementary color
Monochromatic Colors of #F85587
Black with #F85587
Text Example
Text Example
White with #F85587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85587; }
p { color: rgb(248,85,135); }
H1.HeaderClassName
{
color: #F85587;
}
.AnyTagClassName
{
color: #F85587;
}
</style>
background-color css
<style>
a { background-color: #F85587; }
a { background-color: rgb(248,85,135); }
div.DivClassName
{
background-color: #F85587;
}
.BgClassName
{
background-color: #F85587;
}
</style>
border-color css
<style>
span { border-color: #F85587; }
span { border-color: rgb(248,85,135); }
td.TdClassName
{
border-color: #F85587;
}
.TagClassName
{
border-color: #F85587;
}
</style>