Shades of French Rose #F0518E
Tints of French Rose #F0518E
RGB
CMYK
RGB Variations
Color information
#F0518E (or 0xF0518E) is known color: French Rose. HEX triplet: F0, 51 and 8E. RGB value is (240,81,142). Sum of RGB (Red+Green+Blue) = 240+81+142=463 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.84% from 463); Green value is 81 (32.03% from 255 or 17.49% from 463); Blue value is 142 (55.86% from 255 or 30.67% from 463); Max value from RGB is 240 - color contains mainly: red. Hex color #F0518E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0518E is #0FAE71. Grayscale: #878787. Windows color (decimal): -1027698 or 9327088. OLE color: 9327088.
HSL color Cylindrical-coordinate representation of color #F0518E: hue angle of 336.98º 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 #F0518E is Cyan = 0, Magento = 0.66, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 81 | 142 | - |
| CMYK | 0 | 0.66 | 0.41 | 0.06 |
| HSL | 336.98º | 0.84% | 0.63% | - |
| HSV(B) | 336.98º | 0.66% | 0.94% | - |
| XYZ | 43.76 | 26.36 | 28.37 | - |
| YUV | 135.5 | 131.68 | 202.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 81 | 142 | 0 | 0.66 | 0.41 | 0.06 | 336.98 | 0.84 | 0.63 |
| Hex | F0 | 51 | 8E | 0 | 42 | 29 | 6 | 151 | 54 | 3F |
| Octal | 360 | 121 | 216 | 0 | 102 | 51 | 6 | 521 | 124 | 77 |
| Binary | 11110000 | 1010001 | 10001110 | 0 | 1000010 | 101001 | 110 | 101010001 | 1010100 | 111111 |
Color Harmonies of #F0518E
Complementary color
Monochromatic Colors of #F0518E
Black with #F0518E
Text Example
Text Example
White with #F0518E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0518E; }
p { color: rgb(240,81,142); }
H1.HeaderClassName
{
color: #F0518E;
}
.AnyTagClassName
{
color: #F0518E;
}
</style>
background-color css
<style>
a { background-color: #F0518E; }
a { background-color: rgb(240,81,142); }
div.DivClassName
{
background-color: #F0518E;
}
.BgClassName
{
background-color: #F0518E;
}
</style>
border-color css
<style>
span { border-color: #F0518E; }
span { border-color: rgb(240,81,142); }
td.TdClassName
{
border-color: #F0518E;
}
.TagClassName
{
border-color: #F0518E;
}
</style>