Shades of Violet Red #F03E8C
Tints of Violet Red #F03E8C
RGB
CMYK
RGB Variations
Color information
#F03E8C (or 0xF03E8C) is known color: Violet Red. HEX triplet: F0, 3E and 8C. RGB value is (240,62,140). Sum of RGB (Red+Green+Blue) = 240+62+140=442 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.30% from 442); Green value is 62 (24.61% from 255 or 14.03% from 442); Blue value is 140 (55.08% from 255 or 31.67% from 442); Max value from RGB is 240 - color contains mainly: red. Hex color #F03E8C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03E8C is #0FC173. Grayscale: #7B7B7B. Windows color (decimal): -1032564 or 9191152. OLE color: 9191152.
HSL color Cylindrical-coordinate representation of color #F03E8C: hue angle of 333.71º 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 #F03E8C is Cyan = 0, Magento = 0.74, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 62 | 140 | - |
| CMYK | 0 | 0.74 | 0.42 | 0.06 |
| HSL | 333.71º | 0.86% | 0.59% | - |
| HSV(B) | 333.71º | 0.74% | 0.94% | - |
| XYZ | 42.39 | 23.86 | 27.18 | - |
| YUV | 124.11 | 136.97 | 210.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 62 | 140 | 0 | 0.74 | 0.42 | 0.06 | 333.71 | 0.86 | 0.59 |
| Hex | F0 | 3E | 8C | 0 | 4A | 2A | 6 | 14E | 56 | 3B |
| Octal | 360 | 76 | 214 | 0 | 112 | 52 | 6 | 516 | 126 | 73 |
| Binary | 11110000 | 111110 | 10001100 | 0 | 1001010 | 101010 | 110 | 101001110 | 1010110 | 111011 |
Color Harmonies of #F03E8C
Complementary color
Monochromatic Colors of #F03E8C
Black with #F03E8C
Text Example
Text Example
White with #F03E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03E8C; }
p { color: rgb(240,62,140); }
H1.HeaderClassName
{
color: #F03E8C;
}
.AnyTagClassName
{
color: #F03E8C;
}
</style>
background-color css
<style>
a { background-color: #F03E8C; }
a { background-color: rgb(240,62,140); }
div.DivClassName
{
background-color: #F03E8C;
}
.BgClassName
{
background-color: #F03E8C;
}
</style>
border-color css
<style>
span { border-color: #F03E8C; }
span { border-color: rgb(240,62,140); }
td.TdClassName
{
border-color: #F03E8C;
}
.TagClassName
{
border-color: #F03E8C;
}
</style>