Shades of Violet Red #F04797
Tints of Violet Red #F04797
RGB
CMYK
RGB Variations
Color information
#F04797 (or 0xF04797) is known color: Violet Red. HEX triplet: F0, 47 and 97. RGB value is (240,71,151). Sum of RGB (Red+Green+Blue) = 240+71+151=462 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.95% from 462); Green value is 71 (28.12% from 255 or 15.37% from 462); Blue value is 151 (59.38% from 255 or 32.68% from 462); Max value from RGB is 240 - color contains mainly: red. Hex color #F04797 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F04797 is #0FB868. Grayscale: #828282. Windows color (decimal): -1030249 or 9914352. OLE color: 9914352.
HSL color Cylindrical-coordinate representation of color #F04797: hue angle of 331.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 #F04797 is Cyan = 0, Magento = 0.70, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 71 | 151 | - |
| CMYK | 0 | 0.70 | 0.37 | 0.06 |
| HSL | 331.6º | 0.85% | 0.61% | - |
| HSV(B) | 331.6º | 0.7% | 0.94% | - |
| XYZ | 43.77 | 25.27 | 31.85 | - |
| YUV | 130.65 | 139.49 | 206 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 71 | 151 | 0 | 0.70 | 0.37 | 0.06 | 331.6 | 0.85 | 0.61 |
| Hex | F0 | 47 | 97 | 0 | 46 | 25 | 6 | 14C | 55 | 3D |
| Octal | 360 | 107 | 227 | 0 | 106 | 45 | 6 | 514 | 125 | 75 |
| Binary | 11110000 | 1000111 | 10010111 | 0 | 1000110 | 100101 | 110 | 101001100 | 1010101 | 111101 |
Color Harmonies of #F04797
Complementary color
Monochromatic Colors of #F04797
Black with #F04797
Text Example
Text Example
White with #F04797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04797; }
p { color: rgb(240,71,151); }
H1.HeaderClassName
{
color: #F04797;
}
.AnyTagClassName
{
color: #F04797;
}
</style>
background-color css
<style>
a { background-color: #F04797; }
a { background-color: rgb(240,71,151); }
div.DivClassName
{
background-color: #F04797;
}
.BgClassName
{
background-color: #F04797;
}
</style>
border-color css
<style>
span { border-color: #F04797; }
span { border-color: rgb(240,71,151); }
td.TdClassName
{
border-color: #F04797;
}
.TagClassName
{
border-color: #F04797;
}
</style>