Shades of Violet Red #F53B7A
Tints of Violet Red #F53B7A
RGB
CMYK
RGB Variations
Color information
#F53B7A (or 0xF53B7A) is known color: Violet Red. HEX triplet: F5, 3B and 7A. RGB value is (245,59,122). Sum of RGB (Red+Green+Blue) = 245+59+122=426 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.51% from 426); Green value is 59 (23.44% from 255 or 13.85% from 426); Blue value is 122 (48.05% from 255 or 28.64% from 426); Max value from RGB is 245 - color contains mainly: red. Hex color #F53B7A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53B7A is #0AC485. Grayscale: #797979. Windows color (decimal): -705670 or 8010741. OLE color: 8010741.
HSL color Cylindrical-coordinate representation of color #F53B7A: hue angle of 339.68º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F53B7A is Cyan = 0, Magento = 0.76, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 59 | 122 | - |
| CMYK | 0 | 0.76 | 0.50 | 0.04 |
| HSL | 339.68º | 0.9% | 0.6% | - |
| HSV(B) | 339.68º | 0.76% | 0.96% | - |
| XYZ | 42.73 | 23.95 | 20.78 | - |
| YUV | 121.8 | 128.12 | 215.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 59 | 122 | 0 | 0.76 | 0.50 | 0.04 | 339.68 | 0.9 | 0.6 |
| Hex | F5 | 3B | 7A | 0 | 4C | 32 | 4 | 154 | 5A | 3C |
| Octal | 365 | 73 | 172 | 0 | 114 | 62 | 4 | 524 | 132 | 74 |
| Binary | 11110101 | 111011 | 1111010 | 0 | 1001100 | 110010 | 100 | 101010100 | 1011010 | 111100 |
Color Harmonies of #F53B7A
Complementary color
Monochromatic Colors of #F53B7A
Black with #F53B7A
Text Example
Text Example
White with #F53B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53B7A; }
p { color: rgb(245,59,122); }
H1.HeaderClassName
{
color: #F53B7A;
}
.AnyTagClassName
{
color: #F53B7A;
}
</style>
background-color css
<style>
a { background-color: #F53B7A; }
a { background-color: rgb(245,59,122); }
div.DivClassName
{
background-color: #F53B7A;
}
.BgClassName
{
background-color: #F53B7A;
}
</style>
border-color css
<style>
span { border-color: #F53B7A; }
span { border-color: rgb(245,59,122); }
td.TdClassName
{
border-color: #F53B7A;
}
.TagClassName
{
border-color: #F53B7A;
}
</style>