Shades of French Rose #F85689
Tints of French Rose #F85689
RGB
CMYK
RGB Variations
Color information
#F85689 (or 0xF85689) is known color: French Rose. HEX triplet: F8, 56 and 89. RGB value is (248,86,137). Sum of RGB (Red+Green+Blue) = 248+86+137=471 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.65% from 471); Green value is 86 (33.98% from 255 or 18.26% from 471); Blue value is 137 (53.91% from 255 or 29.09% from 471); Max value from RGB is 248 - color contains mainly: red. Hex color #F85689 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85689 is #07A976. Grayscale: #8C8C8C. Windows color (decimal): -502135 or 9000696. OLE color: 9000696.
HSL color Cylindrical-coordinate representation of color #F85689: hue angle of 341.11º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F85689 is Cyan = 0, Magento = 0.65, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 86 | 137 | - |
| CMYK | 0 | 0.65 | 0.45 | 0.03 |
| HSL | 341.11º | 0.92% | 0.65% | - |
| HSV(B) | 341.11º | 0.65% | 0.97% | - |
| XYZ | 46.55 | 28.42 | 26.7 | - |
| YUV | 140.25 | 126.17 | 204.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 86 | 137 | 0 | 0.65 | 0.45 | 0.03 | 341.11 | 0.92 | 0.65 |
| Hex | F8 | 56 | 89 | 0 | 41 | 2D | 3 | 155 | 5C | 41 |
| Octal | 370 | 126 | 211 | 0 | 101 | 55 | 3 | 525 | 134 | 101 |
| Binary | 11111000 | 1010110 | 10001001 | 0 | 1000001 | 101101 | 11 | 101010101 | 1011100 | 1000001 |
Color Harmonies of #F85689
Complementary color
Monochromatic Colors of #F85689
Black with #F85689
Text Example
Text Example
White with #F85689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85689; }
p { color: rgb(248,86,137); }
H1.HeaderClassName
{
color: #F85689;
}
.AnyTagClassName
{
color: #F85689;
}
</style>
background-color css
<style>
a { background-color: #F85689; }
a { background-color: rgb(248,86,137); }
div.DivClassName
{
background-color: #F85689;
}
.BgClassName
{
background-color: #F85689;
}
</style>
border-color css
<style>
span { border-color: #F85689; }
span { border-color: rgb(248,86,137); }
td.TdClassName
{
border-color: #F85689;
}
.TagClassName
{
border-color: #F85689;
}
</style>