Shades of French Rose #F0497F
Tints of French Rose #F0497F
RGB
CMYK
RGB Variations
Color information
#F0497F (or 0xF0497F) is known color: French Rose. HEX triplet: F0, 49 and 7F. RGB value is (240,73,127). Sum of RGB (Red+Green+Blue) = 240+73+127=440 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.55% from 440); Green value is 73 (28.91% from 255 or 16.59% from 440); Blue value is 127 (50% from 255 or 28.86% from 440); Max value from RGB is 240 - color contains mainly: red. Hex color #F0497F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0497F is #0FB680. Grayscale: #818181. Windows color (decimal): -1029761 or 8342000. OLE color: 8342000.
HSL color Cylindrical-coordinate representation of color #F0497F: hue angle of 340.6º 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 #F0497F is Cyan = 0, Magento = 0.70, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 73 | 127 | - |
| CMYK | 0 | 0.70 | 0.47 | 0.06 |
| HSL | 340.6º | 0.85% | 0.61% | - |
| HSV(B) | 340.6º | 0.7% | 0.94% | - |
| XYZ | 42.15 | 24.82 | 22.65 | - |
| YUV | 129.09 | 126.83 | 207.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 73 | 127 | 0 | 0.70 | 0.47 | 0.06 | 340.6 | 0.85 | 0.61 |
| Hex | F0 | 49 | 7F | 0 | 46 | 2F | 6 | 155 | 55 | 3D |
| Octal | 360 | 111 | 177 | 0 | 106 | 57 | 6 | 525 | 125 | 75 |
| Binary | 11110000 | 1001001 | 1111111 | 0 | 1000110 | 101111 | 110 | 101010101 | 1010101 | 111101 |
Color Harmonies of #F0497F
Complementary color
Monochromatic Colors of #F0497F
Black with #F0497F
Text Example
Text Example
White with #F0497F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0497F; }
p { color: rgb(240,73,127); }
H1.HeaderClassName
{
color: #F0497F;
}
.AnyTagClassName
{
color: #F0497F;
}
</style>
background-color css
<style>
a { background-color: #F0497F; }
a { background-color: rgb(240,73,127); }
div.DivClassName
{
background-color: #F0497F;
}
.BgClassName
{
background-color: #F0497F;
}
</style>
border-color css
<style>
span { border-color: #F0497F; }
span { border-color: rgb(240,73,127); }
td.TdClassName
{
border-color: #F0497F;
}
.TagClassName
{
border-color: #F0497F;
}
</style>