Shades of Violet Red #F4418C
Tints of Violet Red #F4418C
RGB
CMYK
RGB Variations
Color information
#F4418C (or 0xF4418C) is known color: Violet Red. HEX triplet: F4, 41 and 8C. RGB value is (244,65,140). Sum of RGB (Red+Green+Blue) = 244+65+140=449 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.34% from 449); Green value is 65 (25.78% from 255 or 14.48% from 449); Blue value is 140 (55.08% from 255 or 31.18% from 449); Max value from RGB is 244 - color contains mainly: red. Hex color #F4418C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F4418C is #0BBE73. Grayscale: #7E7E7E. Windows color (decimal): -769652 or 9191924. OLE color: 9191924.
HSL color Cylindrical-coordinate representation of color #F4418C: hue angle of 334.86º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F4418C is Cyan = 0, Magento = 0.73, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 65 | 140 | - |
| CMYK | 0 | 0.73 | 0.43 | 0.04 |
| HSL | 334.86º | 0.89% | 0.61% | - |
| HSV(B) | 334.86º | 0.73% | 0.96% | - |
| XYZ | 43.93 | 24.91 | 27.3 | - |
| YUV | 127.07 | 135.3 | 211.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 65 | 140 | 0 | 0.73 | 0.43 | 0.04 | 334.86 | 0.89 | 0.61 |
| Hex | F4 | 41 | 8C | 0 | 49 | 2B | 4 | 14F | 59 | 3D |
| Octal | 364 | 101 | 214 | 0 | 111 | 53 | 4 | 517 | 131 | 75 |
| Binary | 11110100 | 1000001 | 10001100 | 0 | 1001001 | 101011 | 100 | 101001111 | 1011001 | 111101 |
Color Harmonies of #F4418C
Complementary color
Monochromatic Colors of #F4418C
Black with #F4418C
Text Example
Text Example
White with #F4418C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4418C; }
p { color: rgb(244,65,140); }
H1.HeaderClassName
{
color: #F4418C;
}
.AnyTagClassName
{
color: #F4418C;
}
</style>
background-color css
<style>
a { background-color: #F4418C; }
a { background-color: rgb(244,65,140); }
div.DivClassName
{
background-color: #F4418C;
}
.BgClassName
{
background-color: #F4418C;
}
</style>
border-color css
<style>
span { border-color: #F4418C; }
span { border-color: rgb(244,65,140); }
td.TdClassName
{
border-color: #F4418C;
}
.TagClassName
{
border-color: #F4418C;
}
</style>