Shades of Violet Red #F5428A
Tints of Violet Red #F5428A
RGB
CMYK
RGB Variations
Color information
#F5428A (or 0xF5428A) is known color: Violet Red. HEX triplet: F5, 42 and 8A. RGB value is (245,66,138). Sum of RGB (Red+Green+Blue) = 245+66+138=449 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.57% from 449); Green value is 66 (26.17% from 255 or 14.70% from 449); Blue value is 138 (54.30% from 255 or 30.73% from 449); Max value from RGB is 245 - color contains mainly: red. Hex color #F5428A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F5428A is #0ABD75. Grayscale: #7F7F7F. Windows color (decimal): -703862 or 9061109. OLE color: 9061109.
HSL color Cylindrical-coordinate representation of color #F5428A: hue angle of 335.87º 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 #F5428A is Cyan = 0, Magento = 0.73, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 66 | 138 | - |
| CMYK | 0 | 0.73 | 0.44 | 0.04 |
| HSL | 335.87º | 0.9% | 0.61% | - |
| HSV(B) | 335.87º | 0.73% | 0.96% | - |
| XYZ | 44.19 | 25.14 | 26.57 | - |
| YUV | 127.73 | 133.8 | 211.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 66 | 138 | 0 | 0.73 | 0.44 | 0.04 | 335.87 | 0.9 | 0.61 |
| Hex | F5 | 42 | 8A | 0 | 49 | 2C | 4 | 150 | 5A | 3D |
| Octal | 365 | 102 | 212 | 0 | 111 | 54 | 4 | 520 | 132 | 75 |
| Binary | 11110101 | 1000010 | 10001010 | 0 | 1001001 | 101100 | 100 | 101010000 | 1011010 | 111101 |
Color Harmonies of #F5428A
Complementary color
Monochromatic Colors of #F5428A
Black with #F5428A
Text Example
Text Example
White with #F5428A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5428A; }
p { color: rgb(245,66,138); }
H1.HeaderClassName
{
color: #F5428A;
}
.AnyTagClassName
{
color: #F5428A;
}
</style>
background-color css
<style>
a { background-color: #F5428A; }
a { background-color: rgb(245,66,138); }
div.DivClassName
{
background-color: #F5428A;
}
.BgClassName
{
background-color: #F5428A;
}
</style>
border-color css
<style>
span { border-color: #F5428A; }
span { border-color: rgb(245,66,138); }
td.TdClassName
{
border-color: #F5428A;
}
.TagClassName
{
border-color: #F5428A;
}
</style>