Shades of Violet Red #F4408D
Tints of Violet Red #F4408D
RGB
CMYK
RGB Variations
Color information
#F4408D (or 0xF4408D) is known color: Violet Red. HEX triplet: F4, 40 and 8D. RGB value is (244,64,141). Sum of RGB (Red+Green+Blue) = 244+64+141=449 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.34% from 449); Green value is 64 (25.39% from 255 or 14.25% from 449); Blue value is 141 (55.47% from 255 or 31.40% from 449); Max value from RGB is 244 - color contains mainly: red. Hex color #F4408D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F4408D is #0BBF72. Grayscale: #7E7E7E. Windows color (decimal): -769907 or 9257204. OLE color: 9257204.
HSL color Cylindrical-coordinate representation of color #F4408D: hue angle of 334.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 #F4408D is Cyan = 0, Magento = 0.74, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 64 | 141 | - |
| CMYK | 0 | 0.74 | 0.42 | 0.04 |
| HSL | 334.33º | 0.89% | 0.6% | - |
| HSV(B) | 334.33º | 0.74% | 0.96% | - |
| XYZ | 43.95 | 24.82 | 27.67 | - |
| YUV | 126.6 | 136.13 | 211.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 64 | 141 | 0 | 0.74 | 0.42 | 0.04 | 334.33 | 0.89 | 0.6 |
| Hex | F4 | 40 | 8D | 0 | 4A | 2A | 4 | 14E | 59 | 3C |
| Octal | 364 | 100 | 215 | 0 | 112 | 52 | 4 | 516 | 131 | 74 |
| Binary | 11110100 | 1000000 | 10001101 | 0 | 1001010 | 101010 | 100 | 101001110 | 1011001 | 111100 |
Color Harmonies of #F4408D
Complementary color
Monochromatic Colors of #F4408D
Black with #F4408D
Text Example
Text Example
White with #F4408D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4408D; }
p { color: rgb(244,64,141); }
H1.HeaderClassName
{
color: #F4408D;
}
.AnyTagClassName
{
color: #F4408D;
}
</style>
background-color css
<style>
a { background-color: #F4408D; }
a { background-color: rgb(244,64,141); }
div.DivClassName
{
background-color: #F4408D;
}
.BgClassName
{
background-color: #F4408D;
}
</style>
border-color css
<style>
span { border-color: #F4408D; }
span { border-color: rgb(244,64,141); }
td.TdClassName
{
border-color: #F4408D;
}
.TagClassName
{
border-color: #F4408D;
}
</style>