Shades of Violet Red #F03F8C
Tints of Violet Red #F03F8C
RGB
CMYK
RGB Variations
Color information
#F03F8C (or 0xF03F8C) is known color: Violet Red. HEX triplet: F0, 3F and 8C. RGB value is (240,63,140). Sum of RGB (Red+Green+Blue) = 240+63+140=443 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.18% from 443); Green value is 63 (25% from 255 or 14.22% from 443); Blue value is 140 (55.08% from 255 or 31.60% from 443); Max value from RGB is 240 - color contains mainly: red. Hex color #F03F8C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03F8C is #0FC073. Grayscale: #7C7C7C. Windows color (decimal): -1032308 or 9191408. OLE color: 9191408.
HSL color Cylindrical-coordinate representation of color #F03F8C: hue angle of 333.9º 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 #F03F8C is Cyan = 0, Magento = 0.74, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 63 | 140 | - |
| CMYK | 0 | 0.74 | 0.42 | 0.06 |
| HSL | 333.9º | 0.86% | 0.59% | - |
| HSV(B) | 333.9º | 0.74% | 0.94% | - |
| XYZ | 42.45 | 23.97 | 27.2 | - |
| YUV | 124.7 | 136.64 | 210.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 63 | 140 | 0 | 0.74 | 0.42 | 0.06 | 333.9 | 0.86 | 0.59 |
| Hex | F0 | 3F | 8C | 0 | 4A | 2A | 6 | 14E | 56 | 3B |
| Octal | 360 | 77 | 214 | 0 | 112 | 52 | 6 | 516 | 126 | 73 |
| Binary | 11110000 | 111111 | 10001100 | 0 | 1001010 | 101010 | 110 | 101001110 | 1010110 | 111011 |
Color Harmonies of #F03F8C
Complementary color
Monochromatic Colors of #F03F8C
Black with #F03F8C
Text Example
Text Example
White with #F03F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03F8C; }
p { color: rgb(240,63,140); }
H1.HeaderClassName
{
color: #F03F8C;
}
.AnyTagClassName
{
color: #F03F8C;
}
</style>
background-color css
<style>
a { background-color: #F03F8C; }
a { background-color: rgb(240,63,140); }
div.DivClassName
{
background-color: #F03F8C;
}
.BgClassName
{
background-color: #F03F8C;
}
</style>
border-color css
<style>
span { border-color: #F03F8C; }
span { border-color: rgb(240,63,140); }
td.TdClassName
{
border-color: #F03F8C;
}
.TagClassName
{
border-color: #F03F8C;
}
</style>