Shades of Violet Red #F54576
Tints of Violet Red #F54576
RGB
CMYK
RGB Variations
Color information
#F54576 (or 0xF54576) is known color: Violet Red. HEX triplet: F5, 45 and 76. RGB value is (245,69,118). Sum of RGB (Red+Green+Blue) = 245+69+118=432 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.71% from 432); Green value is 69 (27.34% from 255 or 15.97% from 432); Blue value is 118 (46.48% from 255 or 27.31% from 432); Max value from RGB is 245 - color contains mainly: red. Hex color #F54576 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F54576 is #0ABA89. Grayscale: #7F7F7F. Windows color (decimal): -703114 or 7751157. OLE color: 7751157.
HSL color Cylindrical-coordinate representation of color #F54576: hue angle of 343.3º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F54576 is Cyan = 0, Magento = 0.72, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 69 | 118 | - |
| CMYK | 0 | 0.72 | 0.52 | 0.04 |
| HSL | 343.3º | 0.9% | 0.62% | - |
| HSV(B) | 343.3º | 0.72% | 0.96% | - |
| XYZ | 43.05 | 24.98 | 19.69 | - |
| YUV | 127.21 | 122.81 | 212.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 69 | 118 | 0 | 0.72 | 0.52 | 0.04 | 343.3 | 0.9 | 0.62 |
| Hex | F5 | 45 | 76 | 0 | 48 | 34 | 4 | 157 | 5A | 3E |
| Octal | 365 | 105 | 166 | 0 | 110 | 64 | 4 | 527 | 132 | 76 |
| Binary | 11110101 | 1000101 | 1110110 | 0 | 1001000 | 110100 | 100 | 101010111 | 1011010 | 111110 |
Color Harmonies of #F54576
Complementary color
Monochromatic Colors of #F54576
Black with #F54576
Text Example
Text Example
White with #F54576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54576; }
p { color: rgb(245,69,118); }
H1.HeaderClassName
{
color: #F54576;
}
.AnyTagClassName
{
color: #F54576;
}
</style>
background-color css
<style>
a { background-color: #F54576; }
a { background-color: rgb(245,69,118); }
div.DivClassName
{
background-color: #F54576;
}
.BgClassName
{
background-color: #F54576;
}
</style>
border-color css
<style>
span { border-color: #F54576; }
span { border-color: rgb(245,69,118); }
td.TdClassName
{
border-color: #F54576;
}
.TagClassName
{
border-color: #F54576;
}
</style>