Shades of Violet Red #F5428C
Tints of Violet Red #F5428C
RGB
CMYK
RGB Variations
Color information
#F5428C (or 0xF5428C) is known color: Violet Red. HEX triplet: F5, 42 and 8C. RGB value is (245,66,140). Sum of RGB (Red+Green+Blue) = 245+66+140=451 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.32% from 451); Green value is 66 (26.17% from 255 or 14.63% from 451); Blue value is 140 (55.08% from 255 or 31.04% from 451); Max value from RGB is 245 - color contains mainly: red. Hex color #F5428C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F5428C is #0ABD73. Grayscale: #7F7F7F. Windows color (decimal): -703860 or 9192181. OLE color: 9192181.
HSL color Cylindrical-coordinate representation of color #F5428C: hue angle of 335.2º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F5428C is Cyan = 0, Magento = 0.73, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 66 | 140 | - |
| CMYK | 0 | 0.73 | 0.43 | 0.04 |
| HSL | 335.2º | 0.9% | 0.61% | - |
| HSV(B) | 335.2º | 0.73% | 0.96% | - |
| XYZ | 44.34 | 25.2 | 27.34 | - |
| YUV | 127.96 | 134.8 | 211.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 66 | 140 | 0 | 0.73 | 0.43 | 0.04 | 335.2 | 0.9 | 0.61 |
| Hex | F5 | 42 | 8C | 0 | 49 | 2B | 4 | 14F | 5A | 3D |
| Octal | 365 | 102 | 214 | 0 | 111 | 53 | 4 | 517 | 132 | 75 |
| Binary | 11110101 | 1000010 | 10001100 | 0 | 1001001 | 101011 | 100 | 101001111 | 1011010 | 111101 |
Color Harmonies of #F5428C
Complementary color
Monochromatic Colors of #F5428C
Black with #F5428C
Text Example
Text Example
White with #F5428C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5428C; }
p { color: rgb(245,66,140); }
H1.HeaderClassName
{
color: #F5428C;
}
.AnyTagClassName
{
color: #F5428C;
}
</style>
background-color css
<style>
a { background-color: #F5428C; }
a { background-color: rgb(245,66,140); }
div.DivClassName
{
background-color: #F5428C;
}
.BgClassName
{
background-color: #F5428C;
}
</style>
border-color css
<style>
span { border-color: #F5428C; }
span { border-color: rgb(245,66,140); }
td.TdClassName
{
border-color: #F5428C;
}
.TagClassName
{
border-color: #F5428C;
}
</style>