Shades of Violet Red #F53777
Tints of Violet Red #F53777
RGB
CMYK
RGB Variations
Color information
#F53777 (or 0xF53777) is known color: Violet Red. HEX triplet: F5, 37 and 77. RGB value is (245,55,119). Sum of RGB (Red+Green+Blue) = 245+55+119=419 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.47% from 419); Green value is 55 (21.88% from 255 or 13.13% from 419); Blue value is 119 (46.88% from 255 or 28.40% from 419); Max value from RGB is 245 - color contains mainly: red. Hex color #F53777 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53777 is #0AC888. Grayscale: #777777. Windows color (decimal): -706697 or 7813109. OLE color: 7813109.
HSL color Cylindrical-coordinate representation of color #F53777: hue angle of 339.79º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F53777 is Cyan = 0, Magento = 0.78, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 55 | 119 | - |
| CMYK | 0 | 0.78 | 0.51 | 0.04 |
| HSL | 339.79º | 0.9% | 0.59% | - |
| HSV(B) | 339.79º | 0.78% | 0.96% | - |
| XYZ | 42.35 | 23.48 | 19.75 | - |
| YUV | 119.11 | 127.95 | 217.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 55 | 119 | 0 | 0.78 | 0.51 | 0.04 | 339.79 | 0.9 | 0.59 |
| Hex | F5 | 37 | 77 | 0 | 4E | 33 | 4 | 154 | 5A | 3B |
| Octal | 365 | 67 | 167 | 0 | 116 | 63 | 4 | 524 | 132 | 73 |
| Binary | 11110101 | 110111 | 1110111 | 0 | 1001110 | 110011 | 100 | 101010100 | 1011010 | 111011 |
Color Harmonies of #F53777
Complementary color
Monochromatic Colors of #F53777
Black with #F53777
Text Example
Text Example
White with #F53777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53777; }
p { color: rgb(245,55,119); }
H1.HeaderClassName
{
color: #F53777;
}
.AnyTagClassName
{
color: #F53777;
}
</style>
background-color css
<style>
a { background-color: #F53777; }
a { background-color: rgb(245,55,119); }
div.DivClassName
{
background-color: #F53777;
}
.BgClassName
{
background-color: #F53777;
}
</style>
border-color css
<style>
span { border-color: #F53777; }
span { border-color: rgb(245,55,119); }
td.TdClassName
{
border-color: #F53777;
}
.TagClassName
{
border-color: #F53777;
}
</style>