Shades of Violet Red #F4418D
Tints of Violet Red #F4418D
RGB
CMYK
RGB Variations
Color information
#F4418D (or 0xF4418D) is known color: Violet Red. HEX triplet: F4, 41 and 8D. RGB value is (244,65,141). Sum of RGB (Red+Green+Blue) = 244+65+141=450 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.22% from 450); Green value is 65 (25.78% from 255 or 14.44% from 450); Blue value is 141 (55.47% from 255 or 31.33% from 450); Max value from RGB is 244 - color contains mainly: red. Hex color #F4418D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F4418D is #0BBE72. Grayscale: #7F7F7F. Windows color (decimal): -769651 or 9257460. OLE color: 9257460.
HSL color Cylindrical-coordinate representation of color #F4418D: hue angle of 334.53º 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 #F4418D is Cyan = 0, Magento = 0.73, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 65 | 141 | - |
| CMYK | 0 | 0.73 | 0.42 | 0.04 |
| HSL | 334.53º | 0.89% | 0.61% | - |
| HSV(B) | 334.53º | 0.73% | 0.96% | - |
| XYZ | 44.01 | 24.94 | 27.69 | - |
| YUV | 127.19 | 135.8 | 211.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 65 | 141 | 0 | 0.73 | 0.42 | 0.04 | 334.53 | 0.89 | 0.61 |
| Hex | F4 | 41 | 8D | 0 | 49 | 2A | 4 | 14F | 59 | 3D |
| Octal | 364 | 101 | 215 | 0 | 111 | 52 | 4 | 517 | 131 | 75 |
| Binary | 11110100 | 1000001 | 10001101 | 0 | 1001001 | 101010 | 100 | 101001111 | 1011001 | 111101 |
Color Harmonies of #F4418D
Complementary color
Monochromatic Colors of #F4418D
Black with #F4418D
Text Example
Text Example
White with #F4418D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4418D; }
p { color: rgb(244,65,141); }
H1.HeaderClassName
{
color: #F4418D;
}
.AnyTagClassName
{
color: #F4418D;
}
</style>
background-color css
<style>
a { background-color: #F4418D; }
a { background-color: rgb(244,65,141); }
div.DivClassName
{
background-color: #F4418D;
}
.BgClassName
{
background-color: #F4418D;
}
</style>
border-color css
<style>
span { border-color: #F4418D; }
span { border-color: rgb(244,65,141); }
td.TdClassName
{
border-color: #F4418D;
}
.TagClassName
{
border-color: #F4418D;
}
</style>