Shades of Violet Red #F53C83
Tints of Violet Red #F53C83
RGB
CMYK
RGB Variations
Color information
#F53C83 (or 0xF53C83) is known color: Violet Red. HEX triplet: F5, 3C and 83. RGB value is (245,60,131). Sum of RGB (Red+Green+Blue) = 245+60+131=436 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.19% from 436); Green value is 60 (23.83% from 255 or 13.76% from 436); Blue value is 131 (51.56% from 255 or 30.05% from 436); Max value from RGB is 245 - color contains mainly: red. Hex color #F53C83 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F53C83 is #0AC37C. Grayscale: #7B7B7B. Windows color (decimal): -705405 or 8600821. OLE color: 8600821.
HSL color Cylindrical-coordinate representation of color #F53C83: hue angle of 336.97º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F53C83 is Cyan = 0, Magento = 0.76, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 60 | 131 | - |
| CMYK | 0 | 0.76 | 0.47 | 0.04 |
| HSL | 336.97º | 0.9% | 0.6% | - |
| HSV(B) | 336.97º | 0.76% | 0.96% | - |
| XYZ | 43.37 | 24.28 | 23.87 | - |
| YUV | 123.41 | 132.29 | 214.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 60 | 131 | 0 | 0.76 | 0.47 | 0.04 | 336.97 | 0.9 | 0.6 |
| Hex | F5 | 3C | 83 | 0 | 4C | 2F | 4 | 151 | 5A | 3C |
| Octal | 365 | 74 | 203 | 0 | 114 | 57 | 4 | 521 | 132 | 74 |
| Binary | 11110101 | 111100 | 10000011 | 0 | 1001100 | 101111 | 100 | 101010001 | 1011010 | 111100 |
Color Harmonies of #F53C83
Complementary color
Monochromatic Colors of #F53C83
Black with #F53C83
Text Example
Text Example
White with #F53C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53C83; }
p { color: rgb(245,60,131); }
H1.HeaderClassName
{
color: #F53C83;
}
.AnyTagClassName
{
color: #F53C83;
}
</style>
background-color css
<style>
a { background-color: #F53C83; }
a { background-color: rgb(245,60,131); }
div.DivClassName
{
background-color: #F53C83;
}
.BgClassName
{
background-color: #F53C83;
}
</style>
border-color css
<style>
span { border-color: #F53C83; }
span { border-color: rgb(245,60,131); }
td.TdClassName
{
border-color: #F53C83;
}
.TagClassName
{
border-color: #F53C83;
}
</style>