Shades of French Rose #F05186
Tints of French Rose #F05186
RGB
CMYK
RGB Variations
Color information
#F05186 (or 0xF05186) is known color: French Rose. HEX triplet: F0, 51 and 86. RGB value is (240,81,134). Sum of RGB (Red+Green+Blue) = 240+81+134=455 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.75% from 455); Green value is 81 (32.03% from 255 or 17.80% from 455); Blue value is 134 (52.73% from 255 or 29.45% from 455); Max value from RGB is 240 - color contains mainly: red. Hex color #F05186 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05186 is #0FAE79. Grayscale: #868686. Windows color (decimal): -1027706 or 8802800. OLE color: 8802800.
HSL color Cylindrical-coordinate representation of color #F05186: hue angle of 340º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F05186 is Cyan = 0, Magento = 0.66, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 81 | 134 | - |
| CMYK | 0 | 0.66 | 0.44 | 0.06 |
| HSL | 340º | 0.84% | 0.63% | - |
| HSV(B) | 340º | 0.66% | 0.94% | - |
| XYZ | 43.18 | 26.13 | 25.32 | - |
| YUV | 134.58 | 127.68 | 203.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 81 | 134 | 0 | 0.66 | 0.44 | 0.06 | 340 | 0.84 | 0.63 |
| Hex | F0 | 51 | 86 | 0 | 42 | 2C | 6 | 154 | 54 | 3F |
| Octal | 360 | 121 | 206 | 0 | 102 | 54 | 6 | 524 | 124 | 77 |
| Binary | 11110000 | 1010001 | 10000110 | 0 | 1000010 | 101100 | 110 | 101010100 | 1010100 | 111111 |
Color Harmonies of #F05186
Complementary color
Monochromatic Colors of #F05186
Black with #F05186
Text Example
Text Example
White with #F05186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05186; }
p { color: rgb(240,81,134); }
H1.HeaderClassName
{
color: #F05186;
}
.AnyTagClassName
{
color: #F05186;
}
</style>
background-color css
<style>
a { background-color: #F05186; }
a { background-color: rgb(240,81,134); }
div.DivClassName
{
background-color: #F05186;
}
.BgClassName
{
background-color: #F05186;
}
</style>
border-color css
<style>
span { border-color: #F05186; }
span { border-color: rgb(240,81,134); }
td.TdClassName
{
border-color: #F05186;
}
.TagClassName
{
border-color: #F05186;
}
</style>