Shades of Violet Red #F03F84
Tints of Violet Red #F03F84
RGB
CMYK
RGB Variations
Color information
#F03F84 (or 0xF03F84) is known color: Violet Red. HEX triplet: F0, 3F and 84. RGB value is (240,63,132). Sum of RGB (Red+Green+Blue) = 240+63+132=435 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.17% from 435); Green value is 63 (25% from 255 or 14.48% from 435); Blue value is 132 (51.95% from 255 or 30.34% from 435); Max value from RGB is 240 - color contains mainly: red. Hex color #F03F84 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03F84 is #0FC07B. Grayscale: #7B7B7B. Windows color (decimal): -1032316 or 8667120. OLE color: 8667120.
HSL color Cylindrical-coordinate representation of color #F03F84: hue angle of 336.61º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F03F84 is Cyan = 0, Magento = 0.74, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 63 | 132 | - |
| CMYK | 0 | 0.74 | 0.45 | 0.06 |
| HSL | 336.61º | 0.86% | 0.59% | - |
| HSV(B) | 336.61º | 0.74% | 0.94% | - |
| XYZ | 41.88 | 23.75 | 24.21 | - |
| YUV | 123.79 | 132.64 | 210.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 63 | 132 | 0 | 0.74 | 0.45 | 0.06 | 336.61 | 0.86 | 0.59 |
| Hex | F0 | 3F | 84 | 0 | 4A | 2D | 6 | 151 | 56 | 3B |
| Octal | 360 | 77 | 204 | 0 | 112 | 55 | 6 | 521 | 126 | 73 |
| Binary | 11110000 | 111111 | 10000100 | 0 | 1001010 | 101101 | 110 | 101010001 | 1010110 | 111011 |
Color Harmonies of #F03F84
Complementary color
Monochromatic Colors of #F03F84
Black with #F03F84
Text Example
Text Example
White with #F03F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03F84; }
p { color: rgb(240,63,132); }
H1.HeaderClassName
{
color: #F03F84;
}
.AnyTagClassName
{
color: #F03F84;
}
</style>
background-color css
<style>
a { background-color: #F03F84; }
a { background-color: rgb(240,63,132); }
div.DivClassName
{
background-color: #F03F84;
}
.BgClassName
{
background-color: #F03F84;
}
</style>
border-color css
<style>
span { border-color: #F03F84; }
span { border-color: rgb(240,63,132); }
td.TdClassName
{
border-color: #F03F84;
}
.TagClassName
{
border-color: #F03F84;
}
</style>