Shades of Violet Red #F4407C
Tints of Violet Red #F4407C
RGB
CMYK
RGB Variations
Color information
#F4407C (or 0xF4407C) is known color: Violet Red. HEX triplet: F4, 40 and 7C. RGB value is (244,64,124). Sum of RGB (Red+Green+Blue) = 244+64+124=432 (57% of max value = 765). Red value is 244 (95.70% from 255 or 56.48% from 432); Green value is 64 (25.39% from 255 or 14.81% from 432); Blue value is 124 (48.83% from 255 or 28.70% from 432); Max value from RGB is 244 - color contains mainly: red. Hex color #F4407C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F4407C is #0BBF83. Grayscale: #7C7C7C. Windows color (decimal): -769924 or 8143092. OLE color: 8143092.
HSL color Cylindrical-coordinate representation of color #F4407C: hue angle of 340º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F4407C is Cyan = 0, Magento = 0.74, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 64 | 124 | - |
| CMYK | 0 | 0.74 | 0.49 | 0.04 |
| HSL | 340º | 0.89% | 0.6% | - |
| HSV(B) | 340º | 0.74% | 0.96% | - |
| XYZ | 42.78 | 24.36 | 21.52 | - |
| YUV | 124.66 | 127.63 | 213.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 64 | 124 | 0 | 0.74 | 0.49 | 0.04 | 340 | 0.89 | 0.6 |
| Hex | F4 | 40 | 7C | 0 | 4A | 31 | 4 | 154 | 59 | 3C |
| Octal | 364 | 100 | 174 | 0 | 112 | 61 | 4 | 524 | 131 | 74 |
| Binary | 11110100 | 1000000 | 1111100 | 0 | 1001010 | 110001 | 100 | 101010100 | 1011001 | 111100 |
Color Harmonies of #F4407C
Complementary color
Monochromatic Colors of #F4407C
Black with #F4407C
Text Example
Text Example
White with #F4407C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4407C; }
p { color: rgb(244,64,124); }
H1.HeaderClassName
{
color: #F4407C;
}
.AnyTagClassName
{
color: #F4407C;
}
</style>
background-color css
<style>
a { background-color: #F4407C; }
a { background-color: rgb(244,64,124); }
div.DivClassName
{
background-color: #F4407C;
}
.BgClassName
{
background-color: #F4407C;
}
</style>
border-color css
<style>
span { border-color: #F4407C; }
span { border-color: rgb(244,64,124); }
td.TdClassName
{
border-color: #F4407C;
}
.TagClassName
{
border-color: #F4407C;
}
</style>