Shades of French Rose #F85491
Tints of French Rose #F85491
RGB
CMYK
RGB Variations
Color information
#F85491 (or 0xF85491) is known color: French Rose. HEX triplet: F8, 54 and 91. RGB value is (248,84,145). Sum of RGB (Red+Green+Blue) = 248+84+145=477 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.99% from 477); Green value is 84 (33.20% from 255 or 17.61% from 477); Blue value is 145 (57.03% from 255 or 30.40% from 477); Max value from RGB is 248 - color contains mainly: red. Hex color #F85491 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85491 is #07AB6E. Grayscale: #8B8B8B. Windows color (decimal): -502639 or 9524472. OLE color: 9524472.
HSL color Cylindrical-coordinate representation of color #F85491: hue angle of 337.68º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F85491 is Cyan = 0, Magento = 0.66, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 84 | 145 | - |
| CMYK | 0 | 0.66 | 0.42 | 0.03 |
| HSL | 337.68º | 0.92% | 0.65% | - |
| HSV(B) | 337.68º | 0.66% | 0.97% | - |
| XYZ | 46.99 | 28.34 | 29.78 | - |
| YUV | 139.99 | 130.83 | 205.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 84 | 145 | 0 | 0.66 | 0.42 | 0.03 | 337.68 | 0.92 | 0.65 |
| Hex | F8 | 54 | 91 | 0 | 42 | 2A | 3 | 152 | 5C | 41 |
| Octal | 370 | 124 | 221 | 0 | 102 | 52 | 3 | 522 | 134 | 101 |
| Binary | 11111000 | 1010100 | 10010001 | 0 | 1000010 | 101010 | 11 | 101010010 | 1011100 | 1000001 |
Color Harmonies of #F85491
Complementary color
Monochromatic Colors of #F85491
Black with #F85491
Text Example
Text Example
White with #F85491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85491; }
p { color: rgb(248,84,145); }
H1.HeaderClassName
{
color: #F85491;
}
.AnyTagClassName
{
color: #F85491;
}
</style>
background-color css
<style>
a { background-color: #F85491; }
a { background-color: rgb(248,84,145); }
div.DivClassName
{
background-color: #F85491;
}
.BgClassName
{
background-color: #F85491;
}
</style>
border-color css
<style>
span { border-color: #F85491; }
span { border-color: rgb(248,84,145); }
td.TdClassName
{
border-color: #F85491;
}
.TagClassName
{
border-color: #F85491;
}
</style>