Shades of Violet Red #F04078
Tints of Violet Red #F04078
RGB
CMYK
RGB Variations
Color information
#F04078 (or 0xF04078) is known color: Violet Red. HEX triplet: F0, 40 and 78. RGB value is (240,64,120). Sum of RGB (Red+Green+Blue) = 240+64+120=424 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.60% from 424); Green value is 64 (25.39% from 255 or 15.09% from 424); Blue value is 120 (47.27% from 255 or 28.30% from 424); Max value from RGB is 240 - color contains mainly: red. Hex color #F04078 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04078 is #0FBF87. Grayscale: #7A7A7A. Windows color (decimal): -1032072 or 7880944. OLE color: 7880944.
HSL color Cylindrical-coordinate representation of color #F04078: hue angle of 340.91º 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 #F04078 is Cyan = 0, Magento = 0.73, Yellow = 0.5 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 64 | 120 | - |
| CMYK | 0 | 0.73 | 0.5 | 0.06 |
| HSL | 340.91º | 0.85% | 0.6% | - |
| HSV(B) | 340.91º | 0.73% | 0.94% | - |
| XYZ | 41.16 | 23.55 | 20.15 | - |
| YUV | 123.01 | 126.31 | 211.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 64 | 120 | 0 | 0.73 | 0.5 | 0.06 | 340.91 | 0.85 | 0.6 |
| Hex | F0 | 40 | 78 | 0 | 49 | 32 | 6 | 155 | 55 | 3C |
| Octal | 360 | 100 | 170 | 0 | 111 | 62 | 6 | 525 | 125 | 74 |
| Binary | 11110000 | 1000000 | 1111000 | 0 | 1001001 | 110010 | 110 | 101010101 | 1010101 | 111100 |
Color Harmonies of #F04078
Complementary color
Monochromatic Colors of #F04078
Black with #F04078
Text Example
Text Example
White with #F04078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04078; }
p { color: rgb(240,64,120); }
H1.HeaderClassName
{
color: #F04078;
}
.AnyTagClassName
{
color: #F04078;
}
</style>
background-color css
<style>
a { background-color: #F04078; }
a { background-color: rgb(240,64,120); }
div.DivClassName
{
background-color: #F04078;
}
.BgClassName
{
background-color: #F04078;
}
</style>
border-color css
<style>
span { border-color: #F04078; }
span { border-color: rgb(240,64,120); }
td.TdClassName
{
border-color: #F04078;
}
.TagClassName
{
border-color: #F04078;
}
</style>