Shades of Violet Red #F53880
Tints of Violet Red #F53880
RGB
CMYK
RGB Variations
Color information
#F53880 (or 0xF53880) is known color: Violet Red. HEX triplet: F5, 38 and 80. RGB value is (245,56,128). Sum of RGB (Red+Green+Blue) = 245+56+128=429 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.11% from 429); Green value is 56 (22.27% from 255 or 13.05% from 429); Blue value is 128 (50.39% from 255 or 29.84% from 429); Max value from RGB is 245 - color contains mainly: red. Hex color #F53880 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F53880 is #0AC77F. Grayscale: #787878. Windows color (decimal): -706432 or 8403189. OLE color: 8403189.
HSL color Cylindrical-coordinate representation of color #F53880: hue angle of 337.14º 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 #F53880 is Cyan = 0, Magento = 0.77, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 56 | 128 | - |
| CMYK | 0 | 0.77 | 0.48 | 0.04 |
| HSL | 337.14º | 0.9% | 0.59% | - |
| HSV(B) | 337.14º | 0.77% | 0.96% | - |
| XYZ | 42.97 | 23.8 | 22.75 | - |
| YUV | 120.72 | 132.12 | 216.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 56 | 128 | 0 | 0.77 | 0.48 | 0.04 | 337.14 | 0.9 | 0.59 |
| Hex | F5 | 38 | 80 | 0 | 4D | 30 | 4 | 151 | 5A | 3B |
| Octal | 365 | 70 | 200 | 0 | 115 | 60 | 4 | 521 | 132 | 73 |
| Binary | 11110101 | 111000 | 10000000 | 0 | 1001101 | 110000 | 100 | 101010001 | 1011010 | 111011 |
Color Harmonies of #F53880
Complementary color
Monochromatic Colors of #F53880
Black with #F53880
Text Example
Text Example
White with #F53880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53880; }
p { color: rgb(245,56,128); }
H1.HeaderClassName
{
color: #F53880;
}
.AnyTagClassName
{
color: #F53880;
}
</style>
background-color css
<style>
a { background-color: #F53880; }
a { background-color: rgb(245,56,128); }
div.DivClassName
{
background-color: #F53880;
}
.BgClassName
{
background-color: #F53880;
}
</style>
border-color css
<style>
span { border-color: #F53880; }
span { border-color: rgb(245,56,128); }
td.TdClassName
{
border-color: #F53880;
}
.TagClassName
{
border-color: #F53880;
}
</style>