Shades of French Rose #F85A8C
Tints of French Rose #F85A8C
RGB
CMYK
RGB Variations
Color information
#F85A8C (or 0xF85A8C) is known color: French Rose. HEX triplet: F8, 5A and 8C. RGB value is (248,90,140). Sum of RGB (Red+Green+Blue) = 248+90+140=478 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.88% from 478); Green value is 90 (35.55% from 255 or 18.83% from 478); Blue value is 140 (55.08% from 255 or 29.29% from 478); Max value from RGB is 248 - color contains mainly: red. Hex color #F85A8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85A8C is #07A573. Grayscale: #8E8E8E. Windows color (decimal): -501108 or 9198328. OLE color: 9198328.
HSL color Cylindrical-coordinate representation of color #F85A8C: hue angle of 341.01º 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 #F85A8C is Cyan = 0, Magento = 0.64, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 90 | 140 | - |
| CMYK | 0 | 0.64 | 0.44 | 0.03 |
| HSL | 341.01º | 0.92% | 0.66% | - |
| HSV(B) | 341.01º | 0.64% | 0.97% | - |
| XYZ | 47.1 | 29.16 | 27.96 | - |
| YUV | 142.94 | 126.35 | 202.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 90 | 140 | 0 | 0.64 | 0.44 | 0.03 | 341.01 | 0.92 | 0.66 |
| Hex | F8 | 5A | 8C | 0 | 40 | 2C | 3 | 155 | 5C | 42 |
| Octal | 370 | 132 | 214 | 0 | 100 | 54 | 3 | 525 | 134 | 102 |
| Binary | 11111000 | 1011010 | 10001100 | 0 | 1000000 | 101100 | 11 | 101010101 | 1011100 | 1000010 |
Color Harmonies of #F85A8C
Complementary color
Monochromatic Colors of #F85A8C
Black with #F85A8C
Text Example
Text Example
White with #F85A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85A8C; }
p { color: rgb(248,90,140); }
H1.HeaderClassName
{
color: #F85A8C;
}
.AnyTagClassName
{
color: #F85A8C;
}
</style>
background-color css
<style>
a { background-color: #F85A8C; }
a { background-color: rgb(248,90,140); }
div.DivClassName
{
background-color: #F85A8C;
}
.BgClassName
{
background-color: #F85A8C;
}
</style>
border-color css
<style>
span { border-color: #F85A8C; }
span { border-color: rgb(248,90,140); }
td.TdClassName
{
border-color: #F85A8C;
}
.TagClassName
{
border-color: #F85A8C;
}
</style>