Shades of French Rose #F85694
Tints of French Rose #F85694
RGB
CMYK
RGB Variations
Color information
#F85694 (or 0xF85694) is known color: French Rose. HEX triplet: F8, 56 and 94. RGB value is (248,86,148). Sum of RGB (Red+Green+Blue) = 248+86+148=482 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.45% from 482); Green value is 86 (33.98% from 255 or 17.84% from 482); Blue value is 148 (58.20% from 255 or 30.71% from 482); Max value from RGB is 248 - color contains mainly: red. Hex color #F85694 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85694 is #07A96B. Grayscale: #8D8D8D. Windows color (decimal): -502124 or 9721592. OLE color: 9721592.
HSL color Cylindrical-coordinate representation of color #F85694: hue angle of 337.04º 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 #F85694 is Cyan = 0, Magento = 0.65, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 86 | 148 | - |
| CMYK | 0 | 0.65 | 0.40 | 0.03 |
| HSL | 337.04º | 0.92% | 0.65% | - |
| HSV(B) | 337.04º | 0.65% | 0.97% | - |
| XYZ | 47.38 | 28.75 | 31.07 | - |
| YUV | 141.51 | 131.67 | 203.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 86 | 148 | 0 | 0.65 | 0.40 | 0.03 | 337.04 | 0.92 | 0.65 |
| Hex | F8 | 56 | 94 | 0 | 41 | 28 | 3 | 151 | 5C | 41 |
| Octal | 370 | 126 | 224 | 0 | 101 | 50 | 3 | 521 | 134 | 101 |
| Binary | 11111000 | 1010110 | 10010100 | 0 | 1000001 | 101000 | 11 | 101010001 | 1011100 | 1000001 |
Color Harmonies of #F85694
Complementary color
Monochromatic Colors of #F85694
Black with #F85694
Text Example
Text Example
White with #F85694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85694; }
p { color: rgb(248,86,148); }
H1.HeaderClassName
{
color: #F85694;
}
.AnyTagClassName
{
color: #F85694;
}
</style>
background-color css
<style>
a { background-color: #F85694; }
a { background-color: rgb(248,86,148); }
div.DivClassName
{
background-color: #F85694;
}
.BgClassName
{
background-color: #F85694;
}
</style>
border-color css
<style>
span { border-color: #F85694; }
span { border-color: rgb(248,86,148); }
td.TdClassName
{
border-color: #F85694;
}
.TagClassName
{
border-color: #F85694;
}
</style>