Shades of Violet Red #F53D79
Tints of Violet Red #F53D79
RGB
CMYK
RGB Variations
Color information
#F53D79 (or 0xF53D79) is known color: Violet Red. HEX triplet: F5, 3D and 79. RGB value is (245,61,121). Sum of RGB (Red+Green+Blue) = 245+61+121=427 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.38% from 427); Green value is 61 (24.22% from 255 or 14.29% from 427); Blue value is 121 (47.66% from 255 or 28.34% from 427); Max value from RGB is 245 - color contains mainly: red. Hex color #F53D79 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53D79 is #0AC286. Grayscale: #7A7A7A. Windows color (decimal): -705159 or 7945717. OLE color: 7945717.
HSL color Cylindrical-coordinate representation of color #F53D79: hue angle of 340.43º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F53D79 is Cyan = 0, Magento = 0.75, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 61 | 121 | - |
| CMYK | 0 | 0.75 | 0.51 | 0.04 |
| HSL | 340.43º | 0.9% | 0.6% | - |
| HSV(B) | 340.43º | 0.75% | 0.96% | - |
| XYZ | 42.78 | 24.13 | 20.49 | - |
| YUV | 122.86 | 126.96 | 215.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 61 | 121 | 0 | 0.75 | 0.51 | 0.04 | 340.43 | 0.9 | 0.6 |
| Hex | F5 | 3D | 79 | 0 | 4B | 33 | 4 | 154 | 5A | 3C |
| Octal | 365 | 75 | 171 | 0 | 113 | 63 | 4 | 524 | 132 | 74 |
| Binary | 11110101 | 111101 | 1111001 | 0 | 1001011 | 110011 | 100 | 101010100 | 1011010 | 111100 |
Color Harmonies of #F53D79
Complementary color
Monochromatic Colors of #F53D79
Black with #F53D79
Text Example
Text Example
White with #F53D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53D79; }
p { color: rgb(245,61,121); }
H1.HeaderClassName
{
color: #F53D79;
}
.AnyTagClassName
{
color: #F53D79;
}
</style>
background-color css
<style>
a { background-color: #F53D79; }
a { background-color: rgb(245,61,121); }
div.DivClassName
{
background-color: #F53D79;
}
.BgClassName
{
background-color: #F53D79;
}
</style>
border-color css
<style>
span { border-color: #F53D79; }
span { border-color: rgb(245,61,121); }
td.TdClassName
{
border-color: #F53D79;
}
.TagClassName
{
border-color: #F53D79;
}
</style>