Shades of Violet Red #F03978
Tints of Violet Red #F03978
RGB
CMYK
RGB Variations
Color information
#F03978 (or 0xF03978) is known color: Violet Red. HEX triplet: F0, 39 and 78. RGB value is (240,57,120). Sum of RGB (Red+Green+Blue) = 240+57+120=417 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.55% from 417); Green value is 57 (22.66% from 255 or 13.67% from 417); Blue value is 120 (47.27% from 255 or 28.78% from 417); Max value from RGB is 240 - color contains mainly: red. Hex color #F03978 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F03978 is #0FC687. Grayscale: #767676. Windows color (decimal): -1033864 or 7879152. OLE color: 7879152.
HSL color Cylindrical-coordinate representation of color #F03978: hue angle of 339.34º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F03978 is Cyan = 0, Magento = 0.76, Yellow = 0.5 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 57 | 120 | - |
| CMYK | 0 | 0.76 | 0.5 | 0.06 |
| HSL | 339.34º | 0.86% | 0.58% | - |
| HSV(B) | 339.34º | 0.76% | 0.94% | - |
| XYZ | 40.79 | 22.81 | 20.02 | - |
| YUV | 118.9 | 128.63 | 214.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 57 | 120 | 0 | 0.76 | 0.5 | 0.06 | 339.34 | 0.86 | 0.58 |
| Hex | F0 | 39 | 78 | 0 | 4C | 32 | 6 | 153 | 56 | 3A |
| Octal | 360 | 71 | 170 | 0 | 114 | 62 | 6 | 523 | 126 | 72 |
| Binary | 11110000 | 111001 | 1111000 | 0 | 1001100 | 110010 | 110 | 101010011 | 1010110 | 111010 |
Color Harmonies of #F03978
Complementary color
Monochromatic Colors of #F03978
Black with #F03978
Text Example
Text Example
White with #F03978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03978; }
p { color: rgb(240,57,120); }
H1.HeaderClassName
{
color: #F03978;
}
.AnyTagClassName
{
color: #F03978;
}
</style>
background-color css
<style>
a { background-color: #F03978; }
a { background-color: rgb(240,57,120); }
div.DivClassName
{
background-color: #F03978;
}
.BgClassName
{
background-color: #F03978;
}
</style>
border-color css
<style>
span { border-color: #F03978; }
span { border-color: rgb(240,57,120); }
td.TdClassName
{
border-color: #F03978;
}
.TagClassName
{
border-color: #F03978;
}
</style>