Shades of French Rose #F0518A
Tints of French Rose #F0518A
RGB
CMYK
RGB Variations
Color information
#F0518A (or 0xF0518A) is known color: French Rose. HEX triplet: F0, 51 and 8A. RGB value is (240,81,138). Sum of RGB (Red+Green+Blue) = 240+81+138=459 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.29% from 459); Green value is 81 (32.03% from 255 or 17.65% from 459); Blue value is 138 (54.30% from 255 or 30.07% from 459); Max value from RGB is 240 - color contains mainly: red. Hex color #F0518A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0518A is #0FAE75. Grayscale: #868686. Windows color (decimal): -1027702 or 9064944. OLE color: 9064944.
HSL color Cylindrical-coordinate representation of color #F0518A: hue angle of 338.49º 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 #F0518A is Cyan = 0, Magento = 0.66, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 81 | 138 | - |
| CMYK | 0 | 0.66 | 0.42 | 0.06 |
| HSL | 338.49º | 0.84% | 0.63% | - |
| HSV(B) | 338.49º | 0.66% | 0.94% | - |
| XYZ | 43.47 | 26.25 | 26.82 | - |
| YUV | 135.04 | 129.68 | 202.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 81 | 138 | 0 | 0.66 | 0.42 | 0.06 | 338.49 | 0.84 | 0.63 |
| Hex | F0 | 51 | 8A | 0 | 42 | 2A | 6 | 152 | 54 | 3F |
| Octal | 360 | 121 | 212 | 0 | 102 | 52 | 6 | 522 | 124 | 77 |
| Binary | 11110000 | 1010001 | 10001010 | 0 | 1000010 | 101010 | 110 | 101010010 | 1010100 | 111111 |
Color Harmonies of #F0518A
Complementary color
Monochromatic Colors of #F0518A
Black with #F0518A
Text Example
Text Example
White with #F0518A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0518A; }
p { color: rgb(240,81,138); }
H1.HeaderClassName
{
color: #F0518A;
}
.AnyTagClassName
{
color: #F0518A;
}
</style>
background-color css
<style>
a { background-color: #F0518A; }
a { background-color: rgb(240,81,138); }
div.DivClassName
{
background-color: #F0518A;
}
.BgClassName
{
background-color: #F0518A;
}
</style>
border-color css
<style>
span { border-color: #F0518A; }
span { border-color: rgb(240,81,138); }
td.TdClassName
{
border-color: #F0518A;
}
.TagClassName
{
border-color: #F0518A;
}
</style>