Shades of Violet Red #F53486
Tints of Violet Red #F53486
RGB
CMYK
RGB Variations
Color information
#F53486 (or 0xF53486) is known color: Violet Red. HEX triplet: F5, 34 and 86. RGB value is (245,52,134). Sum of RGB (Red+Green+Blue) = 245+52+134=431 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.84% from 431); Green value is 52 (20.70% from 255 or 12.06% from 431); Blue value is 134 (52.73% from 255 or 31.09% from 431); Max value from RGB is 245 - color contains mainly: red. Hex color #F53486 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F53486 is #0ACB79. Grayscale: #767676. Windows color (decimal): -707450 or 8795381. OLE color: 8795381.
HSL color Cylindrical-coordinate representation of color #F53486: hue angle of 334.51º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F53486 is Cyan = 0, Magento = 0.79, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 52 | 134 | - |
| CMYK | 0 | 0.79 | 0.45 | 0.04 |
| HSL | 334.51º | 0.91% | 0.58% | - |
| HSV(B) | 334.51º | 0.79% | 0.96% | - |
| XYZ | 43.19 | 23.59 | 24.83 | - |
| YUV | 119.06 | 136.44 | 217.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 52 | 134 | 0 | 0.79 | 0.45 | 0.04 | 334.51 | 0.91 | 0.58 |
| Hex | F5 | 34 | 86 | 0 | 4F | 2D | 4 | 14F | 5B | 3A |
| Octal | 365 | 64 | 206 | 0 | 117 | 55 | 4 | 517 | 133 | 72 |
| Binary | 11110101 | 110100 | 10000110 | 0 | 1001111 | 101101 | 100 | 101001111 | 1011011 | 111010 |
Color Harmonies of #F53486
Complementary color
Monochromatic Colors of #F53486
Black with #F53486
Text Example
Text Example
White with #F53486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53486; }
p { color: rgb(245,52,134); }
H1.HeaderClassName
{
color: #F53486;
}
.AnyTagClassName
{
color: #F53486;
}
</style>
background-color css
<style>
a { background-color: #F53486; }
a { background-color: rgb(245,52,134); }
div.DivClassName
{
background-color: #F53486;
}
.BgClassName
{
background-color: #F53486;
}
</style>
border-color css
<style>
span { border-color: #F53486; }
span { border-color: rgb(245,52,134); }
td.TdClassName
{
border-color: #F53486;
}
.TagClassName
{
border-color: #F53486;
}
</style>