Shades of Violet Red #F5427B
Tints of Violet Red #F5427B
RGB
CMYK
RGB Variations
Color information
#F5427B (or 0xF5427B) is known color: Violet Red. HEX triplet: F5, 42 and 7B. RGB value is (245,66,123). Sum of RGB (Red+Green+Blue) = 245+66+123=434 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.45% from 434); Green value is 66 (26.17% from 255 or 15.21% from 434); Blue value is 123 (48.44% from 255 or 28.34% from 434); Max value from RGB is 245 - color contains mainly: red. Hex color #F5427B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5427B is #0ABD84. Grayscale: #7D7D7D. Windows color (decimal): -703877 or 8078069. OLE color: 8078069.
HSL color Cylindrical-coordinate representation of color #F5427B: hue angle of 340.89º 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 #F5427B is Cyan = 0, Magento = 0.73, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 66 | 123 | - |
| CMYK | 0 | 0.73 | 0.50 | 0.04 |
| HSL | 340.89º | 0.9% | 0.61% | - |
| HSV(B) | 340.89º | 0.73% | 0.96% | - |
| XYZ | 43.18 | 24.74 | 21.24 | - |
| YUV | 126.02 | 126.3 | 212.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 66 | 123 | 0 | 0.73 | 0.50 | 0.04 | 340.89 | 0.9 | 0.61 |
| Hex | F5 | 42 | 7B | 0 | 49 | 32 | 4 | 155 | 5A | 3D |
| Octal | 365 | 102 | 173 | 0 | 111 | 62 | 4 | 525 | 132 | 75 |
| Binary | 11110101 | 1000010 | 1111011 | 0 | 1001001 | 110010 | 100 | 101010101 | 1011010 | 111101 |
Color Harmonies of #F5427B
Complementary color
Monochromatic Colors of #F5427B
Black with #F5427B
Text Example
Text Example
White with #F5427B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5427B; }
p { color: rgb(245,66,123); }
H1.HeaderClassName
{
color: #F5427B;
}
.AnyTagClassName
{
color: #F5427B;
}
</style>
background-color css
<style>
a { background-color: #F5427B; }
a { background-color: rgb(245,66,123); }
div.DivClassName
{
background-color: #F5427B;
}
.BgClassName
{
background-color: #F5427B;
}
</style>
border-color css
<style>
span { border-color: #F5427B; }
span { border-color: rgb(245,66,123); }
td.TdClassName
{
border-color: #F5427B;
}
.TagClassName
{
border-color: #F5427B;
}
</style>