Shades of Violet Red #F53789
Tints of Violet Red #F53789
RGB
CMYK
RGB Variations
Color information
#F53789 (or 0xF53789) is known color: Violet Red. HEX triplet: F5, 37 and 89. RGB value is (245,55,137). Sum of RGB (Red+Green+Blue) = 245+55+137=437 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.06% from 437); Green value is 55 (21.88% from 255 or 12.59% from 437); Blue value is 137 (53.91% from 255 or 31.35% from 437); Max value from RGB is 245 - color contains mainly: red. Hex color #F53789 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F53789 is #0AC876. Grayscale: #797979. Windows color (decimal): -706679 or 8992757. OLE color: 8992757.
HSL color Cylindrical-coordinate representation of color #F53789: hue angle of 334.11º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F53789 is Cyan = 0, Magento = 0.78, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 55 | 137 | - |
| CMYK | 0 | 0.78 | 0.44 | 0.04 |
| HSL | 334.11º | 0.9% | 0.59% | - |
| HSV(B) | 334.11º | 0.78% | 0.96% | - |
| XYZ | 43.54 | 23.95 | 26 | - |
| YUV | 121.16 | 136.95 | 216.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 55 | 137 | 0 | 0.78 | 0.44 | 0.04 | 334.11 | 0.9 | 0.59 |
| Hex | F5 | 37 | 89 | 0 | 4E | 2C | 4 | 14E | 5A | 3B |
| Octal | 365 | 67 | 211 | 0 | 116 | 54 | 4 | 516 | 132 | 73 |
| Binary | 11110101 | 110111 | 10001001 | 0 | 1001110 | 101100 | 100 | 101001110 | 1011010 | 111011 |
Color Harmonies of #F53789
Complementary color
Monochromatic Colors of #F53789
Black with #F53789
Text Example
Text Example
White with #F53789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53789; }
p { color: rgb(245,55,137); }
H1.HeaderClassName
{
color: #F53789;
}
.AnyTagClassName
{
color: #F53789;
}
</style>
background-color css
<style>
a { background-color: #F53789; }
a { background-color: rgb(245,55,137); }
div.DivClassName
{
background-color: #F53789;
}
.BgClassName
{
background-color: #F53789;
}
</style>
border-color css
<style>
span { border-color: #F53789; }
span { border-color: rgb(245,55,137); }
td.TdClassName
{
border-color: #F53789;
}
.TagClassName
{
border-color: #F53789;
}
</style>