Shades of Violet Red #F03990
Tints of Violet Red #F03990
RGB
CMYK
RGB Variations
Color information
#F03990 (or 0xF03990) is known color: Violet Red. HEX triplet: F0, 39 and 90. RGB value is (240,57,144). Sum of RGB (Red+Green+Blue) = 240+57+144=441 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.42% from 441); Green value is 57 (22.66% from 255 or 12.93% from 441); Blue value is 144 (56.64% from 255 or 32.65% from 441); Max value from RGB is 240 - color contains mainly: red. Hex color #F03990 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03990 is #0FC66F. Grayscale: #797979. Windows color (decimal): -1033840 or 9452016. OLE color: 9452016.
HSL color Cylindrical-coordinate representation of color #F03990: hue angle of 331.48º 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 #F03990 is Cyan = 0, Magento = 0.76, Yellow = 0.4 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 57 | 144 | - |
| CMYK | 0 | 0.76 | 0.4 | 0.06 |
| HSL | 331.48º | 0.86% | 0.58% | - |
| HSV(B) | 331.48º | 0.76% | 0.94% | - |
| XYZ | 42.43 | 23.47 | 28.68 | - |
| YUV | 121.64 | 140.63 | 212.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 57 | 144 | 0 | 0.76 | 0.4 | 0.06 | 331.48 | 0.86 | 0.58 |
| Hex | F0 | 39 | 90 | 0 | 4C | 28 | 6 | 14B | 56 | 3A |
| Octal | 360 | 71 | 220 | 0 | 114 | 50 | 6 | 513 | 126 | 72 |
| Binary | 11110000 | 111001 | 10010000 | 0 | 1001100 | 101000 | 110 | 101001011 | 1010110 | 111010 |
Color Harmonies of #F03990
Complementary color
Monochromatic Colors of #F03990
Black with #F03990
Text Example
Text Example
White with #F03990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03990; }
p { color: rgb(240,57,144); }
H1.HeaderClassName
{
color: #F03990;
}
.AnyTagClassName
{
color: #F03990;
}
</style>
background-color css
<style>
a { background-color: #F03990; }
a { background-color: rgb(240,57,144); }
div.DivClassName
{
background-color: #F03990;
}
.BgClassName
{
background-color: #F03990;
}
</style>
border-color css
<style>
span { border-color: #F03990; }
span { border-color: rgb(240,57,144); }
td.TdClassName
{
border-color: #F03990;
}
.TagClassName
{
border-color: #F03990;
}
</style>