Shades of Violet Red #F4408E
Tints of Violet Red #F4408E
RGB
CMYK
RGB Variations
Color information
#F4408E (or 0xF4408E) is known color: Violet Red. HEX triplet: F4, 40 and 8E. RGB value is (244,64,142). Sum of RGB (Red+Green+Blue) = 244+64+142=450 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.22% from 450); Green value is 64 (25.39% from 255 or 14.22% from 450); Blue value is 142 (55.86% from 255 or 31.56% from 450); Max value from RGB is 244 - color contains mainly: red. Hex color #F4408E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F4408E is #0BBF71. Grayscale: #7E7E7E. Windows color (decimal): -769906 or 9322740. OLE color: 9322740.
HSL color Cylindrical-coordinate representation of color #F4408E: hue angle of 334º 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 #F4408E is Cyan = 0, Magento = 0.74, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 64 | 142 | - |
| CMYK | 0 | 0.74 | 0.42 | 0.04 |
| HSL | 334º | 0.89% | 0.6% | - |
| HSV(B) | 334º | 0.74% | 0.96% | - |
| XYZ | 44.02 | 24.85 | 28.07 | - |
| YUV | 126.71 | 136.63 | 211.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 64 | 142 | 0 | 0.74 | 0.42 | 0.04 | 334 | 0.89 | 0.6 |
| Hex | F4 | 40 | 8E | 0 | 4A | 2A | 4 | 14E | 59 | 3C |
| Octal | 364 | 100 | 216 | 0 | 112 | 52 | 4 | 516 | 131 | 74 |
| Binary | 11110100 | 1000000 | 10001110 | 0 | 1001010 | 101010 | 100 | 101001110 | 1011001 | 111100 |
Color Harmonies of #F4408E
Complementary color
Monochromatic Colors of #F4408E
Black with #F4408E
Text Example
Text Example
White with #F4408E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4408E; }
p { color: rgb(244,64,142); }
H1.HeaderClassName
{
color: #F4408E;
}
.AnyTagClassName
{
color: #F4408E;
}
</style>
background-color css
<style>
a { background-color: #F4408E; }
a { background-color: rgb(244,64,142); }
div.DivClassName
{
background-color: #F4408E;
}
.BgClassName
{
background-color: #F4408E;
}
</style>
border-color css
<style>
span { border-color: #F4408E; }
span { border-color: rgb(244,64,142); }
td.TdClassName
{
border-color: #F4408E;
}
.TagClassName
{
border-color: #F4408E;
}
</style>