Shades of Violet Red #F03589
Tints of Violet Red #F03589
RGB
CMYK
RGB Variations
Color information
#F03589 (or 0xF03589) is known color: Violet Red. HEX triplet: F0, 35 and 89. RGB value is (240,53,137). Sum of RGB (Red+Green+Blue) = 240+53+137=430 (56% of max value = 765). Red value is 240 (94.14% from 255 or 55.81% from 430); Green value is 53 (21.09% from 255 or 12.33% from 430); Blue value is 137 (53.91% from 255 or 31.86% from 430); Max value from RGB is 240 - color contains mainly: red. Hex color #F03589 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03589 is #0FCA76. Grayscale: #767676. Windows color (decimal): -1034871 or 8992240. OLE color: 8992240.
HSL color Cylindrical-coordinate representation of color #F03589: hue angle of 333.05º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F03589 is Cyan = 0, Magento = 0.78, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 53 | 137 | - |
| CMYK | 0 | 0.78 | 0.43 | 0.06 |
| HSL | 333.05º | 0.86% | 0.57% | - |
| HSV(B) | 333.05º | 0.78% | 0.94% | - |
| XYZ | 41.72 | 22.88 | 25.88 | - |
| YUV | 118.49 | 138.45 | 214.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 53 | 137 | 0 | 0.78 | 0.43 | 0.06 | 333.05 | 0.86 | 0.57 |
| Hex | F0 | 35 | 89 | 0 | 4E | 2B | 6 | 14D | 56 | 39 |
| Octal | 360 | 65 | 211 | 0 | 116 | 53 | 6 | 515 | 126 | 71 |
| Binary | 11110000 | 110101 | 10001001 | 0 | 1001110 | 101011 | 110 | 101001101 | 1010110 | 111001 |
Color Harmonies of #F03589
Complementary color
Monochromatic Colors of #F03589
Black with #F03589
Text Example
Text Example
White with #F03589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03589; }
p { color: rgb(240,53,137); }
H1.HeaderClassName
{
color: #F03589;
}
.AnyTagClassName
{
color: #F03589;
}
</style>
background-color css
<style>
a { background-color: #F03589; }
a { background-color: rgb(240,53,137); }
div.DivClassName
{
background-color: #F03589;
}
.BgClassName
{
background-color: #F03589;
}
</style>
border-color css
<style>
span { border-color: #F03589; }
span { border-color: rgb(240,53,137); }
td.TdClassName
{
border-color: #F03589;
}
.TagClassName
{
border-color: #F03589;
}
</style>