Shades of Violet Red #F53380
Tints of Violet Red #F53380
RGB
CMYK
RGB Variations
Color information
#F53380 (or 0xF53380) is known color: Violet Red. HEX triplet: F5, 33 and 80. RGB value is (245,51,128). Sum of RGB (Red+Green+Blue) = 245+51+128=424 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.78% from 424); Green value is 51 (20.31% from 255 or 12.03% from 424); Blue value is 128 (50.39% from 255 or 30.19% from 424); Max value from RGB is 245 - color contains mainly: red. Hex color #F53380 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F53380 is #0ACC7F. Grayscale: #757575. Windows color (decimal): -707712 or 8401909. OLE color: 8401909.
HSL color Cylindrical-coordinate representation of color #F53380: hue angle of 336.19º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F53380 is Cyan = 0, Magento = 0.79, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 51 | 128 | - |
| CMYK | 0 | 0.79 | 0.48 | 0.04 |
| HSL | 336.19º | 0.91% | 0.58% | - |
| HSV(B) | 336.19º | 0.79% | 0.96% | - |
| XYZ | 42.74 | 23.34 | 22.67 | - |
| YUV | 117.78 | 133.77 | 218.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 51 | 128 | 0 | 0.79 | 0.48 | 0.04 | 336.19 | 0.91 | 0.58 |
| Hex | F5 | 33 | 80 | 0 | 4F | 30 | 4 | 150 | 5B | 3A |
| Octal | 365 | 63 | 200 | 0 | 117 | 60 | 4 | 520 | 133 | 72 |
| Binary | 11110101 | 110011 | 10000000 | 0 | 1001111 | 110000 | 100 | 101010000 | 1011011 | 111010 |
Color Harmonies of #F53380
Complementary color
Monochromatic Colors of #F53380
Black with #F53380
Text Example
Text Example
White with #F53380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53380; }
p { color: rgb(245,51,128); }
H1.HeaderClassName
{
color: #F53380;
}
.AnyTagClassName
{
color: #F53380;
}
</style>
background-color css
<style>
a { background-color: #F53380; }
a { background-color: rgb(245,51,128); }
div.DivClassName
{
background-color: #F53380;
}
.BgClassName
{
background-color: #F53380;
}
</style>
border-color css
<style>
span { border-color: #F53380; }
span { border-color: rgb(245,51,128); }
td.TdClassName
{
border-color: #F53380;
}
.TagClassName
{
border-color: #F53380;
}
</style>