Shades of Violet Red #F04799
Tints of Violet Red #F04799
RGB
CMYK
RGB Variations
Color information
#F04799 (or 0xF04799) is known color: Violet Red. HEX triplet: F0, 47 and 99. RGB value is (240,71,153). Sum of RGB (Red+Green+Blue) = 240+71+153=464 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.72% from 464); Green value is 71 (28.12% from 255 or 15.30% from 464); Blue value is 153 (60.16% from 255 or 32.97% from 464); Max value from RGB is 240 - color contains mainly: red. Hex color #F04799 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F04799 is #0FB866. Grayscale: #828282. Windows color (decimal): -1030247 or 10045424. OLE color: 10045424.
HSL color Cylindrical-coordinate representation of color #F04799: hue angle of 330.89º 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 #F04799 is Cyan = 0, Magento = 0.70, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 71 | 153 | - |
| CMYK | 0 | 0.70 | 0.36 | 0.06 |
| HSL | 330.89º | 0.85% | 0.61% | - |
| HSV(B) | 330.89º | 0.7% | 0.94% | - |
| XYZ | 43.94 | 25.33 | 32.71 | - |
| YUV | 130.88 | 140.49 | 205.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 71 | 153 | 0 | 0.70 | 0.36 | 0.06 | 330.89 | 0.85 | 0.61 |
| Hex | F0 | 47 | 99 | 0 | 46 | 24 | 6 | 14B | 55 | 3D |
| Octal | 360 | 107 | 231 | 0 | 106 | 44 | 6 | 513 | 125 | 75 |
| Binary | 11110000 | 1000111 | 10011001 | 0 | 1000110 | 100100 | 110 | 101001011 | 1010101 | 111101 |
Color Harmonies of #F04799
Complementary color
Monochromatic Colors of #F04799
Black with #F04799
Text Example
Text Example
White with #F04799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04799; }
p { color: rgb(240,71,153); }
H1.HeaderClassName
{
color: #F04799;
}
.AnyTagClassName
{
color: #F04799;
}
</style>
background-color css
<style>
a { background-color: #F04799; }
a { background-color: rgb(240,71,153); }
div.DivClassName
{
background-color: #F04799;
}
.BgClassName
{
background-color: #F04799;
}
</style>
border-color css
<style>
span { border-color: #F04799; }
span { border-color: rgb(240,71,153); }
td.TdClassName
{
border-color: #F04799;
}
.TagClassName
{
border-color: #F04799;
}
</style>