Shades of French Rose #F0497E
Tints of French Rose #F0497E
RGB
CMYK
RGB Variations
Color information
#F0497E (or 0xF0497E) is known color: French Rose. HEX triplet: F0, 49 and 7E. RGB value is (240,73,126). Sum of RGB (Red+Green+Blue) = 240+73+126=439 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.67% from 439); Green value is 73 (28.91% from 255 or 16.63% from 439); Blue value is 126 (49.61% from 255 or 28.70% from 439); Max value from RGB is 240 - color contains mainly: red. Hex color #F0497E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0497E is #0FB681. Grayscale: #808080. Windows color (decimal): -1029762 or 8276464. OLE color: 8276464.
HSL color Cylindrical-coordinate representation of color #F0497E: hue angle of 340.96º 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 #F0497E is Cyan = 0, Magento = 0.70, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 73 | 126 | - |
| CMYK | 0 | 0.70 | 0.48 | 0.06 |
| HSL | 340.96º | 0.85% | 0.61% | - |
| HSV(B) | 340.96º | 0.7% | 0.94% | - |
| XYZ | 42.08 | 24.8 | 22.31 | - |
| YUV | 128.98 | 126.33 | 207.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 73 | 126 | 0 | 0.70 | 0.48 | 0.06 | 340.96 | 0.85 | 0.61 |
| Hex | F0 | 49 | 7E | 0 | 46 | 30 | 6 | 155 | 55 | 3D |
| Octal | 360 | 111 | 176 | 0 | 106 | 60 | 6 | 525 | 125 | 75 |
| Binary | 11110000 | 1001001 | 1111110 | 0 | 1000110 | 110000 | 110 | 101010101 | 1010101 | 111101 |
Color Harmonies of #F0497E
Complementary color
Monochromatic Colors of #F0497E
Black with #F0497E
Text Example
Text Example
White with #F0497E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0497E; }
p { color: rgb(240,73,126); }
H1.HeaderClassName
{
color: #F0497E;
}
.AnyTagClassName
{
color: #F0497E;
}
</style>
background-color css
<style>
a { background-color: #F0497E; }
a { background-color: rgb(240,73,126); }
div.DivClassName
{
background-color: #F0497E;
}
.BgClassName
{
background-color: #F0497E;
}
</style>
border-color css
<style>
span { border-color: #F0497E; }
span { border-color: rgb(240,73,126); }
td.TdClassName
{
border-color: #F0497E;
}
.TagClassName
{
border-color: #F0497E;
}
</style>