Shades of Violet Red #F53376
Tints of Violet Red #F53376
RGB
CMYK
RGB Variations
Color information
#F53376 (or 0xF53376) is known color: Violet Red. HEX triplet: F5, 33 and 76. RGB value is (245,51,118). Sum of RGB (Red+Green+Blue) = 245+51+118=414 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.18% from 414); Green value is 51 (20.31% from 255 or 12.32% from 414); Blue value is 118 (46.48% from 255 or 28.50% from 414); Max value from RGB is 245 - color contains mainly: red. Hex color #F53376 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53376 is #0ACC89. Grayscale: #747474. Windows color (decimal): -707722 or 7746549. OLE color: 7746549.
HSL color Cylindrical-coordinate representation of color #F53376: hue angle of 339.28º 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 #F53376 is Cyan = 0, Magento = 0.79, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 51 | 118 | - |
| CMYK | 0 | 0.79 | 0.52 | 0.04 |
| HSL | 339.28º | 0.91% | 0.58% | - |
| HSV(B) | 339.28º | 0.79% | 0.96% | - |
| XYZ | 42.11 | 23.09 | 19.38 | - |
| YUV | 116.64 | 128.77 | 219.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 51 | 118 | 0 | 0.79 | 0.52 | 0.04 | 339.28 | 0.91 | 0.58 |
| Hex | F5 | 33 | 76 | 0 | 4F | 34 | 4 | 153 | 5B | 3A |
| Octal | 365 | 63 | 166 | 0 | 117 | 64 | 4 | 523 | 133 | 72 |
| Binary | 11110101 | 110011 | 1110110 | 0 | 1001111 | 110100 | 100 | 101010011 | 1011011 | 111010 |
Color Harmonies of #F53376
Complementary color
Monochromatic Colors of #F53376
Black with #F53376
Text Example
Text Example
White with #F53376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53376; }
p { color: rgb(245,51,118); }
H1.HeaderClassName
{
color: #F53376;
}
.AnyTagClassName
{
color: #F53376;
}
</style>
background-color css
<style>
a { background-color: #F53376; }
a { background-color: rgb(245,51,118); }
div.DivClassName
{
background-color: #F53376;
}
.BgClassName
{
background-color: #F53376;
}
</style>
border-color css
<style>
span { border-color: #F53376; }
span { border-color: rgb(245,51,118); }
td.TdClassName
{
border-color: #F53376;
}
.TagClassName
{
border-color: #F53376;
}
</style>