Shades of Violet Red #F53885
Tints of Violet Red #F53885
RGB
CMYK
RGB Variations
Color information
#F53885 (or 0xF53885) is known color: Violet Red. HEX triplet: F5, 38 and 85. RGB value is (245,56,133). Sum of RGB (Red+Green+Blue) = 245+56+133=434 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.45% from 434); Green value is 56 (22.27% from 255 or 12.90% from 434); Blue value is 133 (52.34% from 255 or 30.65% from 434); Max value from RGB is 245 - color contains mainly: red. Hex color #F53885 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F53885 is #0AC77A. Grayscale: #797979. Windows color (decimal): -706427 or 8730869. OLE color: 8730869.
HSL color Cylindrical-coordinate representation of color #F53885: hue angle of 335.56º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F53885 is Cyan = 0, Magento = 0.77, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 56 | 133 | - |
| CMYK | 0 | 0.77 | 0.46 | 0.04 |
| HSL | 335.56º | 0.9% | 0.59% | - |
| HSV(B) | 335.56º | 0.77% | 0.96% | - |
| XYZ | 43.3 | 23.93 | 24.53 | - |
| YUV | 121.29 | 134.62 | 216.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 56 | 133 | 0 | 0.77 | 0.46 | 0.04 | 335.56 | 0.9 | 0.59 |
| Hex | F5 | 38 | 85 | 0 | 4D | 2E | 4 | 150 | 5A | 3B |
| Octal | 365 | 70 | 205 | 0 | 115 | 56 | 4 | 520 | 132 | 73 |
| Binary | 11110101 | 111000 | 10000101 | 0 | 1001101 | 101110 | 100 | 101010000 | 1011010 | 111011 |
Color Harmonies of #F53885
Complementary color
Monochromatic Colors of #F53885
Black with #F53885
Text Example
Text Example
White with #F53885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53885; }
p { color: rgb(245,56,133); }
H1.HeaderClassName
{
color: #F53885;
}
.AnyTagClassName
{
color: #F53885;
}
</style>
background-color css
<style>
a { background-color: #F53885; }
a { background-color: rgb(245,56,133); }
div.DivClassName
{
background-color: #F53885;
}
.BgClassName
{
background-color: #F53885;
}
</style>
border-color css
<style>
span { border-color: #F53885; }
span { border-color: rgb(245,56,133); }
td.TdClassName
{
border-color: #F53885;
}
.TagClassName
{
border-color: #F53885;
}
</style>