Shades of Magenta #F421EE
Tints of Magenta #F421EE
RGB
CMYK
RGB Variations
Color information
#F421EE (or 0xF421EE) is known color: Magenta. HEX triplet: F4, 21 and EE. RGB value is (244,33,238). Sum of RGB (Red+Green+Blue) = 244+33+238=515 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.38% from 515); Green value is 33 (13.28% from 255 or 6.41% from 515); Blue value is 238 (93.36% from 255 or 46.21% from 515); Max value from RGB is 244 - color contains mainly: red. Hex color #F421EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F421EE is #0BDE11. Grayscale: #767676. Windows color (decimal): -777746 or 15606260. OLE color: 15606260.
HSL color Cylindrical-coordinate representation of color #F421EE: hue angle of 301.71º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F421EE is Cyan = 0, Magento = 0.86, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 33 | 238 | - |
| CMYK | 0 | 0.86 | 0.02 | 0.04 |
| HSL | 301.71º | 0.91% | 0.54% | - |
| HSV(B) | 301.71º | 0.86% | 0.96% | - |
| XYZ | 53.28 | 26.49 | 83.19 | - |
| YUV | 119.46 | 194.9 | 216.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 33 | 238 | 0 | 0.86 | 0.02 | 0.04 | 301.71 | 0.91 | 0.54 |
| Hex | F4 | 21 | EE | 0 | 56 | 2 | 4 | 12E | 5B | 36 |
| Octal | 364 | 41 | 356 | 0 | 126 | 2 | 4 | 456 | 133 | 66 |
| Binary | 11110100 | 100001 | 11101110 | 0 | 1010110 | 10 | 100 | 100101110 | 1011011 | 110110 |
Color Harmonies of #F421EE
Complementary color
Monochromatic Colors of #F421EE
Black with #F421EE
Text Example
Text Example
White with #F421EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F421EE; }
p { color: rgb(244,33,238); }
H1.HeaderClassName
{
color: #F421EE;
}
.AnyTagClassName
{
color: #F421EE;
}
</style>
background-color css
<style>
a { background-color: #F421EE; }
a { background-color: rgb(244,33,238); }
div.DivClassName
{
background-color: #F421EE;
}
.BgClassName
{
background-color: #F421EE;
}
</style>
border-color css
<style>
span { border-color: #F421EE; }
span { border-color: rgb(244,33,238); }
td.TdClassName
{
border-color: #F421EE;
}
.TagClassName
{
border-color: #F421EE;
}
</style>