Shades of Violet Red #F53079
Tints of Violet Red #F53079
RGB
CMYK
RGB Variations
Color information
#F53079 (or 0xF53079) is known color: Violet Red. HEX triplet: F5, 30 and 79. RGB value is (245,48,121). Sum of RGB (Red+Green+Blue) = 245+48+121=414 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.18% from 414); Green value is 48 (19.14% from 255 or 11.59% from 414); Blue value is 121 (47.66% from 255 or 29.23% from 414); Max value from RGB is 245 - color contains mainly: red. Hex color #F53079 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53079 is #0ACF86. Grayscale: #737373. Windows color (decimal): -708487 or 7942389. OLE color: 7942389.
HSL color Cylindrical-coordinate representation of color #F53079: hue angle of 337.77º 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 #F53079 is Cyan = 0, Magento = 0.80, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 48 | 121 | - |
| CMYK | 0 | 0.80 | 0.51 | 0.04 |
| HSL | 337.77º | 0.91% | 0.57% | - |
| HSV(B) | 337.77º | 0.8% | 0.96% | - |
| XYZ | 42.16 | 22.91 | 20.29 | - |
| YUV | 115.23 | 131.27 | 220.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 48 | 121 | 0 | 0.80 | 0.51 | 0.04 | 337.77 | 0.91 | 0.57 |
| Hex | F5 | 30 | 79 | 0 | 50 | 33 | 4 | 152 | 5B | 39 |
| Octal | 365 | 60 | 171 | 0 | 120 | 63 | 4 | 522 | 133 | 71 |
| Binary | 11110101 | 110000 | 1111001 | 0 | 1010000 | 110011 | 100 | 101010010 | 1011011 | 111001 |
Color Harmonies of #F53079
Complementary color
Monochromatic Colors of #F53079
Black with #F53079
Text Example
Text Example
White with #F53079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53079; }
p { color: rgb(245,48,121); }
H1.HeaderClassName
{
color: #F53079;
}
.AnyTagClassName
{
color: #F53079;
}
</style>
background-color css
<style>
a { background-color: #F53079; }
a { background-color: rgb(245,48,121); }
div.DivClassName
{
background-color: #F53079;
}
.BgClassName
{
background-color: #F53079;
}
</style>
border-color css
<style>
span { border-color: #F53079; }
span { border-color: rgb(245,48,121); }
td.TdClassName
{
border-color: #F53079;
}
.TagClassName
{
border-color: #F53079;
}
</style>