Shades of French Rose #F85089
Tints of French Rose #F85089
RGB
CMYK
RGB Variations
Color information
#F85089 (or 0xF85089) is known color: French Rose. HEX triplet: F8, 50 and 89. RGB value is (248,80,137). Sum of RGB (Red+Green+Blue) = 248+80+137=465 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.33% from 465); Green value is 80 (31.64% from 255 or 17.20% from 465); Blue value is 137 (53.91% from 255 or 29.46% from 465); Max value from RGB is 248 - color contains mainly: red. Hex color #F85089 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85089 is #07AF76. Grayscale: #888888. Windows color (decimal): -503671 or 8999160. OLE color: 8999160.
HSL color Cylindrical-coordinate representation of color #F85089: hue angle of 339.64º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F85089 is Cyan = 0, Magento = 0.68, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 80 | 137 | - |
| CMYK | 0 | 0.68 | 0.45 | 0.03 |
| HSL | 339.64º | 0.92% | 0.64% | - |
| HSV(B) | 339.64º | 0.68% | 0.97% | - |
| XYZ | 46.1 | 27.5 | 26.55 | - |
| YUV | 136.73 | 128.16 | 207.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 80 | 137 | 0 | 0.68 | 0.45 | 0.03 | 339.64 | 0.92 | 0.64 |
| Hex | F8 | 50 | 89 | 0 | 44 | 2D | 3 | 154 | 5C | 40 |
| Octal | 370 | 120 | 211 | 0 | 104 | 55 | 3 | 524 | 134 | 100 |
| Binary | 11111000 | 1010000 | 10001001 | 0 | 1000100 | 101101 | 11 | 101010100 | 1011100 | 1000000 |
Color Harmonies of #F85089
Complementary color
Monochromatic Colors of #F85089
Black with #F85089
Text Example
Text Example
White with #F85089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85089; }
p { color: rgb(248,80,137); }
H1.HeaderClassName
{
color: #F85089;
}
.AnyTagClassName
{
color: #F85089;
}
</style>
background-color css
<style>
a { background-color: #F85089; }
a { background-color: rgb(248,80,137); }
div.DivClassName
{
background-color: #F85089;
}
.BgClassName
{
background-color: #F85089;
}
</style>
border-color css
<style>
span { border-color: #F85089; }
span { border-color: rgb(248,80,137); }
td.TdClassName
{
border-color: #F85089;
}
.TagClassName
{
border-color: #F85089;
}
</style>