Shades of Violet Red #F03281
Tints of Violet Red #F03281
RGB
CMYK
RGB Variations
Color information
#F03281 (or 0xF03281) is known color: Violet Red. HEX triplet: F0, 32 and 81. RGB value is (240,50,129). Sum of RGB (Red+Green+Blue) = 240+50+129=419 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.28% from 419); Green value is 50 (19.92% from 255 or 11.93% from 419); Blue value is 129 (50.78% from 255 or 30.79% from 419); Max value from RGB is 240 - color contains mainly: red. Hex color #F03281 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03281 is #0FCD7E. Grayscale: #737373. Windows color (decimal): -1035647 or 8467184. OLE color: 8467184.
HSL color Cylindrical-coordinate representation of color #F03281: hue angle of 335.05º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F03281 is Cyan = 0, Magento = 0.79, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 50 | 129 | - |
| CMYK | 0 | 0.79 | 0.46 | 0.06 |
| HSL | 335.05º | 0.86% | 0.57% | - |
| HSV(B) | 335.05º | 0.79% | 0.94% | - |
| XYZ | 41.04 | 22.39 | 22.93 | - |
| YUV | 115.82 | 135.45 | 216.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 50 | 129 | 0 | 0.79 | 0.46 | 0.06 | 335.05 | 0.86 | 0.57 |
| Hex | F0 | 32 | 81 | 0 | 4F | 2E | 6 | 14F | 56 | 39 |
| Octal | 360 | 62 | 201 | 0 | 117 | 56 | 6 | 517 | 126 | 71 |
| Binary | 11110000 | 110010 | 10000001 | 0 | 1001111 | 101110 | 110 | 101001111 | 1010110 | 111001 |
Color Harmonies of #F03281
Complementary color
Monochromatic Colors of #F03281
Black with #F03281
Text Example
Text Example
White with #F03281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03281; }
p { color: rgb(240,50,129); }
H1.HeaderClassName
{
color: #F03281;
}
.AnyTagClassName
{
color: #F03281;
}
</style>
background-color css
<style>
a { background-color: #F03281; }
a { background-color: rgb(240,50,129); }
div.DivClassName
{
background-color: #F03281;
}
.BgClassName
{
background-color: #F03281;
}
</style>
border-color css
<style>
span { border-color: #F03281; }
span { border-color: rgb(240,50,129); }
td.TdClassName
{
border-color: #F03281;
}
.TagClassName
{
border-color: #F03281;
}
</style>