Shades of Violet Red #F5458C
Tints of Violet Red #F5458C
RGB
CMYK
RGB Variations
Color information
#F5458C (or 0xF5458C) is known color: Violet Red. HEX triplet: F5, 45 and 8C. RGB value is (245,69,140). Sum of RGB (Red+Green+Blue) = 245+69+140=454 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.96% from 454); Green value is 69 (27.34% from 255 or 15.20% from 454); Blue value is 140 (55.08% from 255 or 30.84% from 454); Max value from RGB is 245 - color contains mainly: red. Hex color #F5458C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F5458C is #0ABA73. Grayscale: #818181. Windows color (decimal): -703092 or 9192949. OLE color: 9192949.
HSL color Cylindrical-coordinate representation of color #F5458C: hue angle of 335.8º 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 #F5458C is Cyan = 0, Magento = 0.72, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 69 | 140 | - |
| CMYK | 0 | 0.72 | 0.43 | 0.04 |
| HSL | 335.8º | 0.9% | 0.62% | - |
| HSV(B) | 335.8º | 0.72% | 0.96% | - |
| XYZ | 44.52 | 25.56 | 27.4 | - |
| YUV | 129.72 | 133.81 | 210.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 69 | 140 | 0 | 0.72 | 0.43 | 0.04 | 335.8 | 0.9 | 0.62 |
| Hex | F5 | 45 | 8C | 0 | 48 | 2B | 4 | 150 | 5A | 3E |
| Octal | 365 | 105 | 214 | 0 | 110 | 53 | 4 | 520 | 132 | 76 |
| Binary | 11110101 | 1000101 | 10001100 | 0 | 1001000 | 101011 | 100 | 101010000 | 1011010 | 111110 |
Color Harmonies of #F5458C
Complementary color
Monochromatic Colors of #F5458C
Black with #F5458C
Text Example
Text Example
White with #F5458C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5458C; }
p { color: rgb(245,69,140); }
H1.HeaderClassName
{
color: #F5458C;
}
.AnyTagClassName
{
color: #F5458C;
}
</style>
background-color css
<style>
a { background-color: #F5458C; }
a { background-color: rgb(245,69,140); }
div.DivClassName
{
background-color: #F5458C;
}
.BgClassName
{
background-color: #F5458C;
}
</style>
border-color css
<style>
span { border-color: #F5458C; }
span { border-color: rgb(245,69,140); }
td.TdClassName
{
border-color: #F5458C;
}
.TagClassName
{
border-color: #F5458C;
}
</style>