Shades of Violet Red #F54578
Tints of Violet Red #F54578
RGB
CMYK
RGB Variations
Color information
#F54578 (or 0xF54578) is known color: Violet Red. HEX triplet: F5, 45 and 78. RGB value is (245,69,120). Sum of RGB (Red+Green+Blue) = 245+69+120=434 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.45% from 434); Green value is 69 (27.34% from 255 or 15.90% from 434); Blue value is 120 (47.27% from 255 or 27.65% from 434); Max value from RGB is 245 - color contains mainly: red. Hex color #F54578 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F54578 is #0ABA87. Grayscale: #7F7F7F. Windows color (decimal): -703112 or 7882229. OLE color: 7882229.
HSL color Cylindrical-coordinate representation of color #F54578: hue angle of 342.61º 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 #F54578 is Cyan = 0, Magento = 0.72, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 69 | 120 | - |
| CMYK | 0 | 0.72 | 0.51 | 0.04 |
| HSL | 342.61º | 0.9% | 0.62% | - |
| HSV(B) | 342.61º | 0.72% | 0.96% | - |
| XYZ | 43.17 | 25.02 | 20.32 | - |
| YUV | 127.44 | 123.81 | 211.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 69 | 120 | 0 | 0.72 | 0.51 | 0.04 | 342.61 | 0.9 | 0.62 |
| Hex | F5 | 45 | 78 | 0 | 48 | 33 | 4 | 157 | 5A | 3E |
| Octal | 365 | 105 | 170 | 0 | 110 | 63 | 4 | 527 | 132 | 76 |
| Binary | 11110101 | 1000101 | 1111000 | 0 | 1001000 | 110011 | 100 | 101010111 | 1011010 | 111110 |
Color Harmonies of #F54578
Complementary color
Monochromatic Colors of #F54578
Black with #F54578
Text Example
Text Example
White with #F54578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54578; }
p { color: rgb(245,69,120); }
H1.HeaderClassName
{
color: #F54578;
}
.AnyTagClassName
{
color: #F54578;
}
</style>
background-color css
<style>
a { background-color: #F54578; }
a { background-color: rgb(245,69,120); }
div.DivClassName
{
background-color: #F54578;
}
.BgClassName
{
background-color: #F54578;
}
</style>
border-color css
<style>
span { border-color: #F54578; }
span { border-color: rgb(245,69,120); }
td.TdClassName
{
border-color: #F54578;
}
.TagClassName
{
border-color: #F54578;
}
</style>