Shades of Violet Red #F03C90
Tints of Violet Red #F03C90
RGB
CMYK
RGB Variations
Color information
#F03C90 (or 0xF03C90) is known color: Violet Red. HEX triplet: F0, 3C and 90. RGB value is (240,60,144). Sum of RGB (Red+Green+Blue) = 240+60+144=444 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.05% from 444); Green value is 60 (23.83% from 255 or 13.51% from 444); Blue value is 144 (56.64% from 255 or 32.43% from 444); Max value from RGB is 240 - color contains mainly: red. Hex color #F03C90 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03C90 is #0FC36F. Grayscale: #7B7B7B. Windows color (decimal): -1033072 or 9452784. OLE color: 9452784.
HSL color Cylindrical-coordinate representation of color #F03C90: hue angle of 332º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F03C90 is Cyan = 0, Magento = 0.75, Yellow = 0.4 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 60 | 144 | - |
| CMYK | 0 | 0.75 | 0.4 | 0.06 |
| HSL | 332º | 0.86% | 0.59% | - |
| HSV(B) | 332º | 0.75% | 0.94% | - |
| XYZ | 42.59 | 23.77 | 28.73 | - |
| YUV | 123.4 | 139.63 | 211.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 60 | 144 | 0 | 0.75 | 0.4 | 0.06 | 332 | 0.86 | 0.59 |
| Hex | F0 | 3C | 90 | 0 | 4B | 28 | 6 | 14C | 56 | 3B |
| Octal | 360 | 74 | 220 | 0 | 113 | 50 | 6 | 514 | 126 | 73 |
| Binary | 11110000 | 111100 | 10010000 | 0 | 1001011 | 101000 | 110 | 101001100 | 1010110 | 111011 |
Color Harmonies of #F03C90
Complementary color
Monochromatic Colors of #F03C90
Black with #F03C90
Text Example
Text Example
White with #F03C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03C90; }
p { color: rgb(240,60,144); }
H1.HeaderClassName
{
color: #F03C90;
}
.AnyTagClassName
{
color: #F03C90;
}
</style>
background-color css
<style>
a { background-color: #F03C90; }
a { background-color: rgb(240,60,144); }
div.DivClassName
{
background-color: #F03C90;
}
.BgClassName
{
background-color: #F03C90;
}
</style>
border-color css
<style>
span { border-color: #F03C90; }
span { border-color: rgb(240,60,144); }
td.TdClassName
{
border-color: #F03C90;
}
.TagClassName
{
border-color: #F03C90;
}
</style>