Shades of French Rose #F85188
Tints of French Rose #F85188
RGB
CMYK
RGB Variations
Color information
#F85188 (or 0xF85188) is known color: French Rose. HEX triplet: F8, 51 and 88. RGB value is (248,81,136). Sum of RGB (Red+Green+Blue) = 248+81+136=465 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.33% from 465); Green value is 81 (32.03% from 255 or 17.42% from 465); Blue value is 136 (53.52% from 255 or 29.25% from 465); Max value from RGB is 248 - color contains mainly: red. Hex color #F85188 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85188 is #07AE77. Grayscale: #898989. Windows color (decimal): -503416 or 8933880. OLE color: 8933880.
HSL color Cylindrical-coordinate representation of color #F85188: hue angle of 340.24º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F85188 is Cyan = 0, Magento = 0.67, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 81 | 136 | - |
| CMYK | 0 | 0.67 | 0.45 | 0.03 |
| HSL | 340.24º | 0.92% | 0.65% | - |
| HSV(B) | 340.24º | 0.67% | 0.97% | - |
| XYZ | 46.1 | 27.62 | 26.19 | - |
| YUV | 137.2 | 127.33 | 207.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 81 | 136 | 0 | 0.67 | 0.45 | 0.03 | 340.24 | 0.92 | 0.65 |
| Hex | F8 | 51 | 88 | 0 | 43 | 2D | 3 | 154 | 5C | 41 |
| Octal | 370 | 121 | 210 | 0 | 103 | 55 | 3 | 524 | 134 | 101 |
| Binary | 11111000 | 1010001 | 10001000 | 0 | 1000011 | 101101 | 11 | 101010100 | 1011100 | 1000001 |
Color Harmonies of #F85188
Complementary color
Monochromatic Colors of #F85188
Black with #F85188
Text Example
Text Example
White with #F85188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85188; }
p { color: rgb(248,81,136); }
H1.HeaderClassName
{
color: #F85188;
}
.AnyTagClassName
{
color: #F85188;
}
</style>
background-color css
<style>
a { background-color: #F85188; }
a { background-color: rgb(248,81,136); }
div.DivClassName
{
background-color: #F85188;
}
.BgClassName
{
background-color: #F85188;
}
</style>
border-color css
<style>
span { border-color: #F85188; }
span { border-color: rgb(248,81,136); }
td.TdClassName
{
border-color: #F85188;
}
.TagClassName
{
border-color: #F85188;
}
</style>