Shades of French Rose #F0499A
Tints of French Rose #F0499A
RGB
CMYK
RGB Variations
Color information
#F0499A (or 0xF0499A) is known color: French Rose. HEX triplet: F0, 49 and 9A. RGB value is (240,73,154). Sum of RGB (Red+Green+Blue) = 240+73+154=467 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.39% from 467); Green value is 73 (28.91% from 255 or 15.63% from 467); Blue value is 154 (60.55% from 255 or 32.98% from 467); Max value from RGB is 240 - color contains mainly: red. Hex color #F0499A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0499A is #0FB665. Grayscale: #848484. Windows color (decimal): -1029734 or 10111472. OLE color: 10111472.
HSL color Cylindrical-coordinate representation of color #F0499A: hue angle of 330.9º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F0499A is Cyan = 0, Magento = 0.70, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 73 | 154 | - |
| CMYK | 0 | 0.70 | 0.36 | 0.06 |
| HSL | 330.9º | 0.85% | 0.61% | - |
| HSV(B) | 330.9º | 0.7% | 0.94% | - |
| XYZ | 44.15 | 25.62 | 33.19 | - |
| YUV | 132.17 | 140.33 | 204.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 73 | 154 | 0 | 0.70 | 0.36 | 0.06 | 330.9 | 0.85 | 0.61 |
| Hex | F0 | 49 | 9A | 0 | 46 | 24 | 6 | 14B | 55 | 3D |
| Octal | 360 | 111 | 232 | 0 | 106 | 44 | 6 | 513 | 125 | 75 |
| Binary | 11110000 | 1001001 | 10011010 | 0 | 1000110 | 100100 | 110 | 101001011 | 1010101 | 111101 |
Color Harmonies of #F0499A
Complementary color
Monochromatic Colors of #F0499A
Black with #F0499A
Text Example
Text Example
White with #F0499A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0499A; }
p { color: rgb(240,73,154); }
H1.HeaderClassName
{
color: #F0499A;
}
.AnyTagClassName
{
color: #F0499A;
}
</style>
background-color css
<style>
a { background-color: #F0499A; }
a { background-color: rgb(240,73,154); }
div.DivClassName
{
background-color: #F0499A;
}
.BgClassName
{
background-color: #F0499A;
}
</style>
border-color css
<style>
span { border-color: #F0499A; }
span { border-color: rgb(240,73,154); }
td.TdClassName
{
border-color: #F0499A;
}
.TagClassName
{
border-color: #F0499A;
}
</style>