Shades of Violet Red #F4407E
Tints of Violet Red #F4407E
RGB
CMYK
RGB Variations
Color information
#F4407E (or 0xF4407E) is known color: Violet Red. HEX triplet: F4, 40 and 7E. RGB value is (244,64,126). Sum of RGB (Red+Green+Blue) = 244+64+126=434 (57% of max value = 765). Red value is 244 (95.70% from 255 or 56.22% from 434); Green value is 64 (25.39% from 255 or 14.75% from 434); Blue value is 126 (49.61% from 255 or 29.03% from 434); Max value from RGB is 244 - color contains mainly: red. Hex color #F4407E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F4407E is #0BBF81. Grayscale: #7C7C7C. Windows color (decimal): -769922 or 8274164. OLE color: 8274164.
HSL color Cylindrical-coordinate representation of color #F4407E: hue angle of 339.33º 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 #F4407E is Cyan = 0, Magento = 0.74, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 64 | 126 | - |
| CMYK | 0 | 0.74 | 0.48 | 0.04 |
| HSL | 339.33º | 0.89% | 0.6% | - |
| HSV(B) | 339.33º | 0.74% | 0.96% | - |
| XYZ | 42.91 | 24.41 | 22.19 | - |
| YUV | 124.89 | 128.63 | 212.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 64 | 126 | 0 | 0.74 | 0.48 | 0.04 | 339.33 | 0.89 | 0.6 |
| Hex | F4 | 40 | 7E | 0 | 4A | 30 | 4 | 153 | 59 | 3C |
| Octal | 364 | 100 | 176 | 0 | 112 | 60 | 4 | 523 | 131 | 74 |
| Binary | 11110100 | 1000000 | 1111110 | 0 | 1001010 | 110000 | 100 | 101010011 | 1011001 | 111100 |
Color Harmonies of #F4407E
Complementary color
Monochromatic Colors of #F4407E
Black with #F4407E
Text Example
Text Example
White with #F4407E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4407E; }
p { color: rgb(244,64,126); }
H1.HeaderClassName
{
color: #F4407E;
}
.AnyTagClassName
{
color: #F4407E;
}
</style>
background-color css
<style>
a { background-color: #F4407E; }
a { background-color: rgb(244,64,126); }
div.DivClassName
{
background-color: #F4407E;
}
.BgClassName
{
background-color: #F4407E;
}
</style>
border-color css
<style>
span { border-color: #F4407E; }
span { border-color: rgb(244,64,126); }
td.TdClassName
{
border-color: #F4407E;
}
.TagClassName
{
border-color: #F4407E;
}
</style>