Shades of Violet Red #F53785
Tints of Violet Red #F53785
RGB
CMYK
RGB Variations
Color information
#F53785 (or 0xF53785) is known color: Violet Red. HEX triplet: F5, 37 and 85. RGB value is (245,55,133). Sum of RGB (Red+Green+Blue) = 245+55+133=433 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.58% from 433); Green value is 55 (21.88% from 255 or 12.70% from 433); Blue value is 133 (52.34% from 255 or 30.72% from 433); Max value from RGB is 245 - color contains mainly: red. Hex color #F53785 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F53785 is #0AC87A. Grayscale: #787878. Windows color (decimal): -706683 or 8730613. OLE color: 8730613.
HSL color Cylindrical-coordinate representation of color #F53785: hue angle of 335.37º 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 #F53785 is Cyan = 0, Magento = 0.78, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 55 | 133 | - |
| CMYK | 0 | 0.78 | 0.46 | 0.04 |
| HSL | 335.37º | 0.9% | 0.59% | - |
| HSV(B) | 335.37º | 0.78% | 0.96% | - |
| XYZ | 43.26 | 23.84 | 24.51 | - |
| YUV | 120.7 | 134.95 | 216.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 55 | 133 | 0 | 0.78 | 0.46 | 0.04 | 335.37 | 0.9 | 0.59 |
| Hex | F5 | 37 | 85 | 0 | 4E | 2E | 4 | 14F | 5A | 3B |
| Octal | 365 | 67 | 205 | 0 | 116 | 56 | 4 | 517 | 132 | 73 |
| Binary | 11110101 | 110111 | 10000101 | 0 | 1001110 | 101110 | 100 | 101001111 | 1011010 | 111011 |
Color Harmonies of #F53785
Complementary color
Monochromatic Colors of #F53785
Black with #F53785
Text Example
Text Example
White with #F53785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53785; }
p { color: rgb(245,55,133); }
H1.HeaderClassName
{
color: #F53785;
}
.AnyTagClassName
{
color: #F53785;
}
</style>
background-color css
<style>
a { background-color: #F53785; }
a { background-color: rgb(245,55,133); }
div.DivClassName
{
background-color: #F53785;
}
.BgClassName
{
background-color: #F53785;
}
</style>
border-color css
<style>
span { border-color: #F53785; }
span { border-color: rgb(245,55,133); }
td.TdClassName
{
border-color: #F53785;
}
.TagClassName
{
border-color: #F53785;
}
</style>