Shades of Violet Red #F53F89
Tints of Violet Red #F53F89
RGB
CMYK
RGB Variations
Color information
#F53F89 (or 0xF53F89) is known color: Violet Red. HEX triplet: F5, 3F and 89. RGB value is (245,63,137). Sum of RGB (Red+Green+Blue) = 245+63+137=445 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.06% from 445); Green value is 63 (25% from 255 or 14.16% from 445); Blue value is 137 (53.91% from 255 or 30.79% from 445); Max value from RGB is 245 - color contains mainly: red. Hex color #F53F89 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F53F89 is #0AC076. Grayscale: #7D7D7D. Windows color (decimal): -704631 or 8994805. OLE color: 8994805.
HSL color Cylindrical-coordinate representation of color #F53F89: hue angle of 335.6º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F53F89 is Cyan = 0, Magento = 0.74, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 63 | 137 | - |
| CMYK | 0 | 0.74 | 0.44 | 0.04 |
| HSL | 335.6º | 0.9% | 0.6% | - |
| HSV(B) | 335.6º | 0.74% | 0.96% | - |
| XYZ | 43.95 | 24.77 | 26.13 | - |
| YUV | 125.85 | 134.3 | 212.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 63 | 137 | 0 | 0.74 | 0.44 | 0.04 | 335.6 | 0.9 | 0.6 |
| Hex | F5 | 3F | 89 | 0 | 4A | 2C | 4 | 150 | 5A | 3C |
| Octal | 365 | 77 | 211 | 0 | 112 | 54 | 4 | 520 | 132 | 74 |
| Binary | 11110101 | 111111 | 10001001 | 0 | 1001010 | 101100 | 100 | 101010000 | 1011010 | 111100 |
Color Harmonies of #F53F89
Complementary color
Monochromatic Colors of #F53F89
Black with #F53F89
Text Example
Text Example
White with #F53F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53F89; }
p { color: rgb(245,63,137); }
H1.HeaderClassName
{
color: #F53F89;
}
.AnyTagClassName
{
color: #F53F89;
}
</style>
background-color css
<style>
a { background-color: #F53F89; }
a { background-color: rgb(245,63,137); }
div.DivClassName
{
background-color: #F53F89;
}
.BgClassName
{
background-color: #F53F89;
}
</style>
border-color css
<style>
span { border-color: #F53F89; }
span { border-color: rgb(245,63,137); }
td.TdClassName
{
border-color: #F53F89;
}
.TagClassName
{
border-color: #F53F89;
}
</style>