Shades of Violet Red #F03A84
Tints of Violet Red #F03A84
RGB
CMYK
RGB Variations
Color information
#F03A84 (or 0xF03A84) is known color: Violet Red. HEX triplet: F0, 3A and 84. RGB value is (240,58,132). Sum of RGB (Red+Green+Blue) = 240+58+132=430 (56% of max value = 765). Red value is 240 (94.14% from 255 or 55.81% from 430); Green value is 58 (23.05% from 255 or 13.49% from 430); Blue value is 132 (51.95% from 255 or 30.70% from 430); Max value from RGB is 240 - color contains mainly: red. Hex color #F03A84 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03A84 is #0FC57B. Grayscale: #787878. Windows color (decimal): -1033596 or 8665840. OLE color: 8665840.
HSL color Cylindrical-coordinate representation of color #F03A84: hue angle of 335.6º 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 #F03A84 is Cyan = 0, Magento = 0.76, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 58 | 132 | - |
| CMYK | 0 | 0.76 | 0.45 | 0.06 |
| HSL | 335.6º | 0.86% | 0.58% | - |
| HSV(B) | 335.6º | 0.76% | 0.94% | - |
| XYZ | 41.61 | 23.22 | 24.12 | - |
| YUV | 120.85 | 134.3 | 212.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 58 | 132 | 0 | 0.76 | 0.45 | 0.06 | 335.6 | 0.86 | 0.58 |
| Hex | F0 | 3A | 84 | 0 | 4C | 2D | 6 | 150 | 56 | 3A |
| Octal | 360 | 72 | 204 | 0 | 114 | 55 | 6 | 520 | 126 | 72 |
| Binary | 11110000 | 111010 | 10000100 | 0 | 1001100 | 101101 | 110 | 101010000 | 1010110 | 111010 |
Color Harmonies of #F03A84
Complementary color
Monochromatic Colors of #F03A84
Black with #F03A84
Text Example
Text Example
White with #F03A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03A84; }
p { color: rgb(240,58,132); }
H1.HeaderClassName
{
color: #F03A84;
}
.AnyTagClassName
{
color: #F03A84;
}
</style>
background-color css
<style>
a { background-color: #F03A84; }
a { background-color: rgb(240,58,132); }
div.DivClassName
{
background-color: #F03A84;
}
.BgClassName
{
background-color: #F03A84;
}
</style>
border-color css
<style>
span { border-color: #F03A84; }
span { border-color: rgb(240,58,132); }
td.TdClassName
{
border-color: #F03A84;
}
.TagClassName
{
border-color: #F03A84;
}
</style>