Shades of Violet Red #F53080
Tints of Violet Red #F53080
RGB
CMYK
RGB Variations
Color information
#F53080 (or 0xF53080) is known color: Violet Red. HEX triplet: F5, 30 and 80. RGB value is (245,48,128). Sum of RGB (Red+Green+Blue) = 245+48+128=421 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.19% from 421); Green value is 48 (19.14% from 255 or 11.40% from 421); Blue value is 128 (50.39% from 255 or 30.40% from 421); Max value from RGB is 245 - color contains mainly: red. Hex color #F53080 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F53080 is #0ACF7F. Grayscale: #737373. Windows color (decimal): -708480 or 8401141. OLE color: 8401141.
HSL color Cylindrical-coordinate representation of color #F53080: hue angle of 335.63º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F53080 is Cyan = 0, Magento = 0.80, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 48 | 128 | - |
| CMYK | 0 | 0.80 | 0.48 | 0.04 |
| HSL | 335.63º | 0.91% | 0.57% | - |
| HSV(B) | 335.63º | 0.8% | 0.96% | - |
| XYZ | 42.61 | 23.08 | 22.63 | - |
| YUV | 116.02 | 134.77 | 220 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 48 | 128 | 0 | 0.80 | 0.48 | 0.04 | 335.63 | 0.91 | 0.57 |
| Hex | F5 | 30 | 80 | 0 | 50 | 30 | 4 | 150 | 5B | 39 |
| Octal | 365 | 60 | 200 | 0 | 120 | 60 | 4 | 520 | 133 | 71 |
| Binary | 11110101 | 110000 | 10000000 | 0 | 1010000 | 110000 | 100 | 101010000 | 1011011 | 111001 |
Color Harmonies of #F53080
Complementary color
Monochromatic Colors of #F53080
Black with #F53080
Text Example
Text Example
White with #F53080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53080; }
p { color: rgb(245,48,128); }
H1.HeaderClassName
{
color: #F53080;
}
.AnyTagClassName
{
color: #F53080;
}
</style>
background-color css
<style>
a { background-color: #F53080; }
a { background-color: rgb(245,48,128); }
div.DivClassName
{
background-color: #F53080;
}
.BgClassName
{
background-color: #F53080;
}
</style>
border-color css
<style>
span { border-color: #F53080; }
span { border-color: rgb(245,48,128); }
td.TdClassName
{
border-color: #F53080;
}
.TagClassName
{
border-color: #F53080;
}
</style>