Shades of Violet Red #F03A89
Tints of Violet Red #F03A89
RGB
CMYK
RGB Variations
Color information
#F03A89 (or 0xF03A89) is known color: Violet Red. HEX triplet: F0, 3A and 89. RGB value is (240,58,137). Sum of RGB (Red+Green+Blue) = 240+58+137=435 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.17% from 435); Green value is 58 (23.05% from 255 or 13.33% from 435); Blue value is 137 (53.91% from 255 or 31.49% from 435); Max value from RGB is 240 - color contains mainly: red. Hex color #F03A89 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03A89 is #0FC576. Grayscale: #797979. Windows color (decimal): -1033591 or 8993520. OLE color: 8993520.
HSL color Cylindrical-coordinate representation of color #F03A89: hue angle of 333.96º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F03A89 is Cyan = 0, Magento = 0.76, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 58 | 137 | - |
| CMYK | 0 | 0.76 | 0.43 | 0.06 |
| HSL | 333.96º | 0.86% | 0.58% | - |
| HSV(B) | 333.96º | 0.76% | 0.94% | - |
| XYZ | 41.96 | 23.36 | 25.96 | - |
| YUV | 121.42 | 136.8 | 212.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 58 | 137 | 0 | 0.76 | 0.43 | 0.06 | 333.96 | 0.86 | 0.58 |
| Hex | F0 | 3A | 89 | 0 | 4C | 2B | 6 | 14E | 56 | 3A |
| Octal | 360 | 72 | 211 | 0 | 114 | 53 | 6 | 516 | 126 | 72 |
| Binary | 11110000 | 111010 | 10001001 | 0 | 1001100 | 101011 | 110 | 101001110 | 1010110 | 111010 |
Color Harmonies of #F03A89
Complementary color
Monochromatic Colors of #F03A89
Black with #F03A89
Text Example
Text Example
White with #F03A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03A89; }
p { color: rgb(240,58,137); }
H1.HeaderClassName
{
color: #F03A89;
}
.AnyTagClassName
{
color: #F03A89;
}
</style>
background-color css
<style>
a { background-color: #F03A89; }
a { background-color: rgb(240,58,137); }
div.DivClassName
{
background-color: #F03A89;
}
.BgClassName
{
background-color: #F03A89;
}
</style>
border-color css
<style>
span { border-color: #F03A89; }
span { border-color: rgb(240,58,137); }
td.TdClassName
{
border-color: #F03A89;
}
.TagClassName
{
border-color: #F03A89;
}
</style>