Shades of Violet Red #F03F80
Tints of Violet Red #F03F80
RGB
CMYK
RGB Variations
Color information
#F03F80 (or 0xF03F80) is known color: Violet Red. HEX triplet: F0, 3F and 80. RGB value is (240,63,128). Sum of RGB (Red+Green+Blue) = 240+63+128=431 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.68% from 431); Green value is 63 (25% from 255 or 14.62% from 431); Blue value is 128 (50.39% from 255 or 29.70% from 431); Max value from RGB is 240 - color contains mainly: red. Hex color #F03F80 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03F80 is #0FC07F. Grayscale: #7B7B7B. Windows color (decimal): -1032320 or 8404976. OLE color: 8404976.
HSL color Cylindrical-coordinate representation of color #F03F80: hue angle of 337.97º 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 #F03F80 is Cyan = 0, Magento = 0.74, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 63 | 128 | - |
| CMYK | 0 | 0.74 | 0.47 | 0.06 |
| HSL | 337.97º | 0.86% | 0.59% | - |
| HSV(B) | 337.97º | 0.74% | 0.94% | - |
| XYZ | 41.61 | 23.64 | 22.79 | - |
| YUV | 123.33 | 130.64 | 211.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 63 | 128 | 0 | 0.74 | 0.47 | 0.06 | 337.97 | 0.86 | 0.59 |
| Hex | F0 | 3F | 80 | 0 | 4A | 2F | 6 | 152 | 56 | 3B |
| Octal | 360 | 77 | 200 | 0 | 112 | 57 | 6 | 522 | 126 | 73 |
| Binary | 11110000 | 111111 | 10000000 | 0 | 1001010 | 101111 | 110 | 101010010 | 1010110 | 111011 |
Color Harmonies of #F03F80
Complementary color
Monochromatic Colors of #F03F80
Black with #F03F80
Text Example
Text Example
White with #F03F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03F80; }
p { color: rgb(240,63,128); }
H1.HeaderClassName
{
color: #F03F80;
}
.AnyTagClassName
{
color: #F03F80;
}
</style>
background-color css
<style>
a { background-color: #F03F80; }
a { background-color: rgb(240,63,128); }
div.DivClassName
{
background-color: #F03F80;
}
.BgClassName
{
background-color: #F03F80;
}
</style>
border-color css
<style>
span { border-color: #F03F80; }
span { border-color: rgb(240,63,128); }
td.TdClassName
{
border-color: #F03F80;
}
.TagClassName
{
border-color: #F03F80;
}
</style>