Shades of Violet Red #F54587
Tints of Violet Red #F54587
RGB
CMYK
RGB Variations
Color information
#F54587 (or 0xF54587) is known color: Violet Red. HEX triplet: F5, 45 and 87. RGB value is (245,69,135). Sum of RGB (Red+Green+Blue) = 245+69+135=449 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.57% from 449); Green value is 69 (27.34% from 255 or 15.37% from 449); Blue value is 135 (53.12% from 255 or 30.07% from 449); Max value from RGB is 245 - color contains mainly: red. Hex color #F54587 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F54587 is #0ABA78. Grayscale: #818181. Windows color (decimal): -703097 or 8865269. OLE color: 8865269.
HSL color Cylindrical-coordinate representation of color #F54587: hue angle of 337.5º 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 #F54587 is Cyan = 0, Magento = 0.72, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 69 | 135 | - |
| CMYK | 0 | 0.72 | 0.45 | 0.04 |
| HSL | 337.5º | 0.9% | 0.62% | - |
| HSV(B) | 337.5º | 0.72% | 0.96% | - |
| XYZ | 44.16 | 25.42 | 25.5 | - |
| YUV | 129.15 | 131.31 | 210.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 69 | 135 | 0 | 0.72 | 0.45 | 0.04 | 337.5 | 0.9 | 0.62 |
| Hex | F5 | 45 | 87 | 0 | 48 | 2D | 4 | 152 | 5A | 3E |
| Octal | 365 | 105 | 207 | 0 | 110 | 55 | 4 | 522 | 132 | 76 |
| Binary | 11110101 | 1000101 | 10000111 | 0 | 1001000 | 101101 | 100 | 101010010 | 1011010 | 111110 |
Color Harmonies of #F54587
Complementary color
Monochromatic Colors of #F54587
Black with #F54587
Text Example
Text Example
White with #F54587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54587; }
p { color: rgb(245,69,135); }
H1.HeaderClassName
{
color: #F54587;
}
.AnyTagClassName
{
color: #F54587;
}
</style>
background-color css
<style>
a { background-color: #F54587; }
a { background-color: rgb(245,69,135); }
div.DivClassName
{
background-color: #F54587;
}
.BgClassName
{
background-color: #F54587;
}
</style>
border-color css
<style>
span { border-color: #F54587; }
span { border-color: rgb(245,69,135); }
td.TdClassName
{
border-color: #F54587;
}
.TagClassName
{
border-color: #F54587;
}
</style>