Shades of French Rose #F85994
Tints of French Rose #F85994
RGB
CMYK
RGB Variations
Color information
#F85994 (or 0xF85994) is known color: French Rose. HEX triplet: F8, 59 and 94. RGB value is (248,89,148). Sum of RGB (Red+Green+Blue) = 248+89+148=485 (64% of max value = 765). Red value is 248 (97.27% from 255 or 51.13% from 485); Green value is 89 (35.16% from 255 or 18.35% from 485); Blue value is 148 (58.20% from 255 or 30.52% from 485); Max value from RGB is 248 - color contains mainly: red. Hex color #F85994 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85994 is #07A66B. Grayscale: #8F8F8F. Windows color (decimal): -501356 or 9722360. OLE color: 9722360.
HSL color Cylindrical-coordinate representation of color #F85994: hue angle of 337.74º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F85994 is Cyan = 0, Magento = 0.64, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 89 | 148 | - |
| CMYK | 0 | 0.64 | 0.40 | 0.03 |
| HSL | 337.74º | 0.92% | 0.66% | - |
| HSV(B) | 337.74º | 0.64% | 0.97% | - |
| XYZ | 47.63 | 29.24 | 31.15 | - |
| YUV | 143.27 | 130.68 | 202.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 89 | 148 | 0 | 0.64 | 0.40 | 0.03 | 337.74 | 0.92 | 0.66 |
| Hex | F8 | 59 | 94 | 0 | 40 | 28 | 3 | 152 | 5C | 42 |
| Octal | 370 | 131 | 224 | 0 | 100 | 50 | 3 | 522 | 134 | 102 |
| Binary | 11111000 | 1011001 | 10010100 | 0 | 1000000 | 101000 | 11 | 101010010 | 1011100 | 1000010 |
Color Harmonies of #F85994
Complementary color
Monochromatic Colors of #F85994
Black with #F85994
Text Example
Text Example
White with #F85994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85994; }
p { color: rgb(248,89,148); }
H1.HeaderClassName
{
color: #F85994;
}
.AnyTagClassName
{
color: #F85994;
}
</style>
background-color css
<style>
a { background-color: #F85994; }
a { background-color: rgb(248,89,148); }
div.DivClassName
{
background-color: #F85994;
}
.BgClassName
{
background-color: #F85994;
}
</style>
border-color css
<style>
span { border-color: #F85994; }
span { border-color: rgb(248,89,148); }
td.TdClassName
{
border-color: #F85994;
}
.TagClassName
{
border-color: #F85994;
}
</style>