Shades of Violet Red #F5458E
Tints of Violet Red #F5458E
RGB
CMYK
RGB Variations
Color information
#F5458E (or 0xF5458E) is known color: Violet Red. HEX triplet: F5, 45 and 8E. RGB value is (245,69,142). Sum of RGB (Red+Green+Blue) = 245+69+142=456 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.73% from 456); Green value is 69 (27.34% from 255 or 15.13% from 456); Blue value is 142 (55.86% from 255 or 31.14% from 456); Max value from RGB is 245 - color contains mainly: red. Hex color #F5458E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F5458E is #0ABA71. Grayscale: #818181. Windows color (decimal): -703090 or 9324021. OLE color: 9324021.
HSL color Cylindrical-coordinate representation of color #F5458E: hue angle of 335.11º 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 #F5458E is Cyan = 0, Magento = 0.72, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 69 | 142 | - |
| CMYK | 0 | 0.72 | 0.42 | 0.04 |
| HSL | 335.11º | 0.9% | 0.62% | - |
| HSV(B) | 335.11º | 0.72% | 0.96% | - |
| XYZ | 44.67 | 25.62 | 28.18 | - |
| YUV | 129.95 | 134.81 | 210.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 69 | 142 | 0 | 0.72 | 0.42 | 0.04 | 335.11 | 0.9 | 0.62 |
| Hex | F5 | 45 | 8E | 0 | 48 | 2A | 4 | 14F | 5A | 3E |
| Octal | 365 | 105 | 216 | 0 | 110 | 52 | 4 | 517 | 132 | 76 |
| Binary | 11110101 | 1000101 | 10001110 | 0 | 1001000 | 101010 | 100 | 101001111 | 1011010 | 111110 |
Color Harmonies of #F5458E
Complementary color
Monochromatic Colors of #F5458E
Black with #F5458E
Text Example
Text Example
White with #F5458E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5458E; }
p { color: rgb(245,69,142); }
H1.HeaderClassName
{
color: #F5458E;
}
.AnyTagClassName
{
color: #F5458E;
}
</style>
background-color css
<style>
a { background-color: #F5458E; }
a { background-color: rgb(245,69,142); }
div.DivClassName
{
background-color: #F5458E;
}
.BgClassName
{
background-color: #F5458E;
}
</style>
border-color css
<style>
span { border-color: #F5458E; }
span { border-color: rgb(245,69,142); }
td.TdClassName
{
border-color: #F5458E;
}
.TagClassName
{
border-color: #F5458E;
}
</style>