Shades of French Rose #F85189
Tints of French Rose #F85189
RGB
CMYK
RGB Variations
Color information
#F85189 (or 0xF85189) is known color: French Rose. HEX triplet: F8, 51 and 89. RGB value is (248,81,137). Sum of RGB (Red+Green+Blue) = 248+81+137=466 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.22% from 466); Green value is 81 (32.03% from 255 or 17.38% from 466); Blue value is 137 (53.91% from 255 or 29.40% from 466); Max value from RGB is 248 - color contains mainly: red. Hex color #F85189 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85189 is #07AE76. Grayscale: #898989. Windows color (decimal): -503415 or 8999416. OLE color: 8999416.
HSL color Cylindrical-coordinate representation of color #F85189: hue angle of 339.88º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F85189 is Cyan = 0, Magento = 0.67, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 81 | 137 | - |
| CMYK | 0 | 0.67 | 0.45 | 0.03 |
| HSL | 339.88º | 0.92% | 0.65% | - |
| HSV(B) | 339.88º | 0.67% | 0.97% | - |
| XYZ | 46.17 | 27.65 | 26.57 | - |
| YUV | 137.32 | 127.83 | 206.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 81 | 137 | 0 | 0.67 | 0.45 | 0.03 | 339.88 | 0.92 | 0.65 |
| Hex | F8 | 51 | 89 | 0 | 43 | 2D | 3 | 154 | 5C | 41 |
| Octal | 370 | 121 | 211 | 0 | 103 | 55 | 3 | 524 | 134 | 101 |
| Binary | 11111000 | 1010001 | 10001001 | 0 | 1000011 | 101101 | 11 | 101010100 | 1011100 | 1000001 |
Color Harmonies of #F85189
Complementary color
Monochromatic Colors of #F85189
Black with #F85189
Text Example
Text Example
White with #F85189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85189; }
p { color: rgb(248,81,137); }
H1.HeaderClassName
{
color: #F85189;
}
.AnyTagClassName
{
color: #F85189;
}
</style>
background-color css
<style>
a { background-color: #F85189; }
a { background-color: rgb(248,81,137); }
div.DivClassName
{
background-color: #F85189;
}
.BgClassName
{
background-color: #F85189;
}
</style>
border-color css
<style>
span { border-color: #F85189; }
span { border-color: rgb(248,81,137); }
td.TdClassName
{
border-color: #F85189;
}
.TagClassName
{
border-color: #F85189;
}
</style>