Shades of Violet Red #F4418A
Tints of Violet Red #F4418A
RGB
CMYK
RGB Variations
Color information
#F4418A (or 0xF4418A) is known color: Violet Red. HEX triplet: F4, 41 and 8A. RGB value is (244,65,138). Sum of RGB (Red+Green+Blue) = 244+65+138=447 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.59% from 447); Green value is 65 (25.78% from 255 or 14.54% from 447); Blue value is 138 (54.30% from 255 or 30.87% from 447); Max value from RGB is 244 - color contains mainly: red. Hex color #F4418A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F4418A is #0BBE75. Grayscale: #7E7E7E. Windows color (decimal): -769654 or 9060852. OLE color: 9060852.
HSL color Cylindrical-coordinate representation of color #F4418A: hue angle of 335.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 #F4418A is Cyan = 0, Magento = 0.73, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 65 | 138 | - |
| CMYK | 0 | 0.73 | 0.43 | 0.04 |
| HSL | 335.53º | 0.89% | 0.61% | - |
| HSV(B) | 335.53º | 0.73% | 0.96% | - |
| XYZ | 43.79 | 24.85 | 26.53 | - |
| YUV | 126.84 | 134.3 | 211.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 65 | 138 | 0 | 0.73 | 0.43 | 0.04 | 335.53 | 0.89 | 0.61 |
| Hex | F4 | 41 | 8A | 0 | 49 | 2B | 4 | 150 | 59 | 3D |
| Octal | 364 | 101 | 212 | 0 | 111 | 53 | 4 | 520 | 131 | 75 |
| Binary | 11110100 | 1000001 | 10001010 | 0 | 1001001 | 101011 | 100 | 101010000 | 1011001 | 111101 |
Color Harmonies of #F4418A
Complementary color
Monochromatic Colors of #F4418A
Black with #F4418A
Text Example
Text Example
White with #F4418A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4418A; }
p { color: rgb(244,65,138); }
H1.HeaderClassName
{
color: #F4418A;
}
.AnyTagClassName
{
color: #F4418A;
}
</style>
background-color css
<style>
a { background-color: #F4418A; }
a { background-color: rgb(244,65,138); }
div.DivClassName
{
background-color: #F4418A;
}
.BgClassName
{
background-color: #F4418A;
}
</style>
border-color css
<style>
span { border-color: #F4418A; }
span { border-color: rgb(244,65,138); }
td.TdClassName
{
border-color: #F4418A;
}
.TagClassName
{
border-color: #F4418A;
}
</style>