Shades of Violet Red #F53178
Tints of Violet Red #F53178
RGB
CMYK
RGB Variations
Color information
#F53178 (or 0xF53178) is known color: Violet Red. HEX triplet: F5, 31 and 78. RGB value is (245,49,120). Sum of RGB (Red+Green+Blue) = 245+49+120=414 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.18% from 414); Green value is 49 (19.53% from 255 or 11.84% from 414); Blue value is 120 (47.27% from 255 or 28.99% from 414); Max value from RGB is 245 - color contains mainly: red. Hex color #F53178 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53178 is #0ACE87. Grayscale: #737373. Windows color (decimal): -708232 or 7877109. OLE color: 7877109.
HSL color Cylindrical-coordinate representation of color #F53178: hue angle of 338.27º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F53178 is Cyan = 0, Magento = 0.8, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 49 | 120 | - |
| CMYK | 0 | 0.8 | 0.51 | 0.04 |
| HSL | 338.27º | 0.91% | 0.58% | - |
| HSV(B) | 338.27º | 0.8% | 0.96% | - |
| XYZ | 42.14 | 22.97 | 19.98 | - |
| YUV | 115.7 | 130.43 | 220.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 49 | 120 | 0 | 0.8 | 0.51 | 0.04 | 338.27 | 0.91 | 0.58 |
| Hex | F5 | 31 | 78 | 0 | 50 | 33 | 4 | 152 | 5B | 3A |
| Octal | 365 | 61 | 170 | 0 | 120 | 63 | 4 | 522 | 133 | 72 |
| Binary | 11110101 | 110001 | 1111000 | 0 | 1010000 | 110011 | 100 | 101010010 | 1011011 | 111010 |
Color Harmonies of #F53178
Complementary color
Monochromatic Colors of #F53178
Black with #F53178
Text Example
Text Example
White with #F53178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53178; }
p { color: rgb(245,49,120); }
H1.HeaderClassName
{
color: #F53178;
}
.AnyTagClassName
{
color: #F53178;
}
</style>
background-color css
<style>
a { background-color: #F53178; }
a { background-color: rgb(245,49,120); }
div.DivClassName
{
background-color: #F53178;
}
.BgClassName
{
background-color: #F53178;
}
</style>
border-color css
<style>
span { border-color: #F53178; }
span { border-color: rgb(245,49,120); }
td.TdClassName
{
border-color: #F53178;
}
.TagClassName
{
border-color: #F53178;
}
</style>