Shades of Violet Red #F03378
Tints of Violet Red #F03378
RGB
CMYK
RGB Variations
Color information
#F03378 (or 0xF03378) is known color: Violet Red. HEX triplet: F0, 33 and 78. RGB value is (240,51,120). Sum of RGB (Red+Green+Blue) = 240+51+120=411 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.39% from 411); Green value is 51 (20.31% from 255 or 12.41% from 411); Blue value is 120 (47.27% from 255 or 29.20% from 411); Max value from RGB is 240 - color contains mainly: red. Hex color #F03378 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F03378 is #0FCC87. Grayscale: #737373. Windows color (decimal): -1035400 or 7877616. OLE color: 7877616.
HSL color Cylindrical-coordinate representation of color #F03378: hue angle of 338.1º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F03378 is Cyan = 0, Magento = 0.79, Yellow = 0.5 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 51 | 120 | - |
| CMYK | 0 | 0.79 | 0.5 | 0.06 |
| HSL | 338.1º | 0.86% | 0.57% | - |
| HSV(B) | 338.1º | 0.79% | 0.94% | - |
| XYZ | 40.51 | 22.25 | 19.93 | - |
| YUV | 115.38 | 130.62 | 216.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 51 | 120 | 0 | 0.79 | 0.5 | 0.06 | 338.1 | 0.86 | 0.57 |
| Hex | F0 | 33 | 78 | 0 | 4F | 32 | 6 | 152 | 56 | 39 |
| Octal | 360 | 63 | 170 | 0 | 117 | 62 | 6 | 522 | 126 | 71 |
| Binary | 11110000 | 110011 | 1111000 | 0 | 1001111 | 110010 | 110 | 101010010 | 1010110 | 111001 |
Color Harmonies of #F03378
Complementary color
Monochromatic Colors of #F03378
Black with #F03378
Text Example
Text Example
White with #F03378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03378; }
p { color: rgb(240,51,120); }
H1.HeaderClassName
{
color: #F03378;
}
.AnyTagClassName
{
color: #F03378;
}
</style>
background-color css
<style>
a { background-color: #F03378; }
a { background-color: rgb(240,51,120); }
div.DivClassName
{
background-color: #F03378;
}
.BgClassName
{
background-color: #F03378;
}
</style>
border-color css
<style>
span { border-color: #F03378; }
span { border-color: rgb(240,51,120); }
td.TdClassName
{
border-color: #F03378;
}
.TagClassName
{
border-color: #F03378;
}
</style>