Shades of French Rose #F85488
Tints of French Rose #F85488
RGB
CMYK
RGB Variations
Color information
#F85488 (or 0xF85488) is known color: French Rose. HEX triplet: F8, 54 and 88. RGB value is (248,84,136). Sum of RGB (Red+Green+Blue) = 248+84+136=468 (61% of max value = 765). Red value is 248 (97.27% from 255 or 52.99% from 468); Green value is 84 (33.20% from 255 or 17.95% from 468); Blue value is 136 (53.52% from 255 or 29.06% from 468); Max value from RGB is 248 - color contains mainly: red. Hex color #F85488 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85488 is #07AB77. Grayscale: #8A8A8A. Windows color (decimal): -502648 or 8934648. OLE color: 8934648.
HSL color Cylindrical-coordinate representation of color #F85488: hue angle of 340.98º 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 #F85488 is Cyan = 0, Magento = 0.66, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 84 | 136 | - |
| CMYK | 0 | 0.66 | 0.45 | 0.03 |
| HSL | 340.98º | 0.92% | 0.65% | - |
| HSV(B) | 340.98º | 0.66% | 0.97% | - |
| XYZ | 46.33 | 28.07 | 26.27 | - |
| YUV | 138.96 | 126.33 | 205.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 84 | 136 | 0 | 0.66 | 0.45 | 0.03 | 340.98 | 0.92 | 0.65 |
| Hex | F8 | 54 | 88 | 0 | 42 | 2D | 3 | 155 | 5C | 41 |
| Octal | 370 | 124 | 210 | 0 | 102 | 55 | 3 | 525 | 134 | 101 |
| Binary | 11111000 | 1010100 | 10001000 | 0 | 1000010 | 101101 | 11 | 101010101 | 1011100 | 1000001 |
Color Harmonies of #F85488
Complementary color
Monochromatic Colors of #F85488
Black with #F85488
Text Example
Text Example
White with #F85488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85488; }
p { color: rgb(248,84,136); }
H1.HeaderClassName
{
color: #F85488;
}
.AnyTagClassName
{
color: #F85488;
}
</style>
background-color css
<style>
a { background-color: #F85488; }
a { background-color: rgb(248,84,136); }
div.DivClassName
{
background-color: #F85488;
}
.BgClassName
{
background-color: #F85488;
}
</style>
border-color css
<style>
span { border-color: #F85488; }
span { border-color: rgb(248,84,136); }
td.TdClassName
{
border-color: #F85488;
}
.TagClassName
{
border-color: #F85488;
}
</style>