Shades of Violet Red #F04076
Tints of Violet Red #F04076
RGB
CMYK
RGB Variations
Color information
#F04076 (or 0xF04076) is known color: Violet Red. HEX triplet: F0, 40 and 76. RGB value is (240,64,118). Sum of RGB (Red+Green+Blue) = 240+64+118=422 (55% of max value = 765). Red value is 240 (94.14% from 255 or 56.87% from 422); Green value is 64 (25.39% from 255 or 15.17% from 422); Blue value is 118 (46.48% from 255 or 27.96% from 422); Max value from RGB is 240 - color contains mainly: red. Hex color #F04076 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04076 is #0FBF89. Grayscale: #7A7A7A. Windows color (decimal): -1032074 or 7749872. OLE color: 7749872.
HSL color Cylindrical-coordinate representation of color #F04076: hue angle of 341.59º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F04076 is Cyan = 0, Magento = 0.73, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 64 | 118 | - |
| CMYK | 0 | 0.73 | 0.51 | 0.06 |
| HSL | 341.59º | 0.85% | 0.6% | - |
| HSV(B) | 341.59º | 0.73% | 0.94% | - |
| XYZ | 41.04 | 23.5 | 19.51 | - |
| YUV | 122.78 | 125.31 | 211.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 64 | 118 | 0 | 0.73 | 0.51 | 0.06 | 341.59 | 0.85 | 0.6 |
| Hex | F0 | 40 | 76 | 0 | 49 | 33 | 6 | 156 | 55 | 3C |
| Octal | 360 | 100 | 166 | 0 | 111 | 63 | 6 | 526 | 125 | 74 |
| Binary | 11110000 | 1000000 | 1110110 | 0 | 1001001 | 110011 | 110 | 101010110 | 1010101 | 111100 |
Color Harmonies of #F04076
Complementary color
Monochromatic Colors of #F04076
Black with #F04076
Text Example
Text Example
White with #F04076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04076; }
p { color: rgb(240,64,118); }
H1.HeaderClassName
{
color: #F04076;
}
.AnyTagClassName
{
color: #F04076;
}
</style>
background-color css
<style>
a { background-color: #F04076; }
a { background-color: rgb(240,64,118); }
div.DivClassName
{
background-color: #F04076;
}
.BgClassName
{
background-color: #F04076;
}
</style>
border-color css
<style>
span { border-color: #F04076; }
span { border-color: rgb(240,64,118); }
td.TdClassName
{
border-color: #F04076;
}
.TagClassName
{
border-color: #F04076;
}
</style>