Shades of Violet Red #F04790
Tints of Violet Red #F04790
RGB
CMYK
RGB Variations
Color information
#F04790 (or 0xF04790) is known color: Violet Red. HEX triplet: F0, 47 and 90. RGB value is (240,71,144). Sum of RGB (Red+Green+Blue) = 240+71+144=455 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.75% from 455); Green value is 71 (28.12% from 255 or 15.60% from 455); Blue value is 144 (56.64% from 255 or 31.65% from 455); Max value from RGB is 240 - color contains mainly: red. Hex color #F04790 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F04790 is #0FB86F. Grayscale: #818181. Windows color (decimal): -1030256 or 9455600. OLE color: 9455600.
HSL color Cylindrical-coordinate representation of color #F04790: hue angle of 334.08º 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 #F04790 is Cyan = 0, Magento = 0.70, Yellow = 0.4 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 71 | 144 | - |
| CMYK | 0 | 0.70 | 0.4 | 0.06 |
| HSL | 334.08º | 0.85% | 0.61% | - |
| HSV(B) | 334.08º | 0.7% | 0.94% | - |
| XYZ | 43.22 | 25.05 | 28.94 | - |
| YUV | 129.85 | 135.99 | 206.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 71 | 144 | 0 | 0.70 | 0.4 | 0.06 | 334.08 | 0.85 | 0.61 |
| Hex | F0 | 47 | 90 | 0 | 46 | 28 | 6 | 14E | 55 | 3D |
| Octal | 360 | 107 | 220 | 0 | 106 | 50 | 6 | 516 | 125 | 75 |
| Binary | 11110000 | 1000111 | 10010000 | 0 | 1000110 | 101000 | 110 | 101001110 | 1010101 | 111101 |
Color Harmonies of #F04790
Complementary color
Monochromatic Colors of #F04790
Black with #F04790
Text Example
Text Example
White with #F04790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04790; }
p { color: rgb(240,71,144); }
H1.HeaderClassName
{
color: #F04790;
}
.AnyTagClassName
{
color: #F04790;
}
</style>
background-color css
<style>
a { background-color: #F04790; }
a { background-color: rgb(240,71,144); }
div.DivClassName
{
background-color: #F04790;
}
.BgClassName
{
background-color: #F04790;
}
</style>
border-color css
<style>
span { border-color: #F04790; }
span { border-color: rgb(240,71,144); }
td.TdClassName
{
border-color: #F04790;
}
.TagClassName
{
border-color: #F04790;
}
</style>