Shades of Violet Red #F4408C
Tints of Violet Red #F4408C
RGB
CMYK
RGB Variations
Color information
#F4408C (or 0xF4408C) is known color: Violet Red. HEX triplet: F4, 40 and 8C. RGB value is (244,64,140). Sum of RGB (Red+Green+Blue) = 244+64+140=448 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.46% from 448); Green value is 64 (25.39% from 255 or 14.29% from 448); Blue value is 140 (55.08% from 255 or 31.25% from 448); Max value from RGB is 244 - color contains mainly: red. Hex color #F4408C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F4408C is #0BBF73. Grayscale: #7E7E7E. Windows color (decimal): -769908 or 9191668. OLE color: 9191668.
HSL color Cylindrical-coordinate representation of color #F4408C: hue angle of 334.67º 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 #F4408C is Cyan = 0, Magento = 0.74, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 64 | 140 | - |
| CMYK | 0 | 0.74 | 0.43 | 0.04 |
| HSL | 334.67º | 0.89% | 0.6% | - |
| HSV(B) | 334.67º | 0.74% | 0.96% | - |
| XYZ | 43.88 | 24.79 | 27.28 | - |
| YUV | 126.48 | 135.63 | 211.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 64 | 140 | 0 | 0.74 | 0.43 | 0.04 | 334.67 | 0.89 | 0.6 |
| Hex | F4 | 40 | 8C | 0 | 4A | 2B | 4 | 14F | 59 | 3C |
| Octal | 364 | 100 | 214 | 0 | 112 | 53 | 4 | 517 | 131 | 74 |
| Binary | 11110100 | 1000000 | 10001100 | 0 | 1001010 | 101011 | 100 | 101001111 | 1011001 | 111100 |
Color Harmonies of #F4408C
Complementary color
Monochromatic Colors of #F4408C
Black with #F4408C
Text Example
Text Example
White with #F4408C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4408C; }
p { color: rgb(244,64,140); }
H1.HeaderClassName
{
color: #F4408C;
}
.AnyTagClassName
{
color: #F4408C;
}
</style>
background-color css
<style>
a { background-color: #F4408C; }
a { background-color: rgb(244,64,140); }
div.DivClassName
{
background-color: #F4408C;
}
.BgClassName
{
background-color: #F4408C;
}
</style>
border-color css
<style>
span { border-color: #F4408C; }
span { border-color: rgb(244,64,140); }
td.TdClassName
{
border-color: #F4408C;
}
.TagClassName
{
border-color: #F4408C;
}
</style>