Shades of Magenta #F421EF
Tints of Magenta #F421EF
RGB
CMYK
RGB Variations
Color information
#F421EF (or 0xF421EF) is known color: Magenta. HEX triplet: F4, 21 and EF. RGB value is (244,33,239). Sum of RGB (Red+Green+Blue) = 244+33+239=516 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.29% from 516); Green value is 33 (13.28% from 255 or 6.40% from 516); Blue value is 239 (93.75% from 255 or 46.32% from 516); Max value from RGB is 244 - color contains mainly: red. Hex color #F421EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F421EF is #0BDE10. Grayscale: #767676. Windows color (decimal): -777745 or 15671796. OLE color: 15671796.
HSL color Cylindrical-coordinate representation of color #F421EF: hue angle of 301.42º 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 #F421EF is Cyan = 0, Magento = 0.86, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 33 | 239 | - |
| CMYK | 0 | 0.86 | 0.02 | 0.04 |
| HSL | 301.42º | 0.91% | 0.54% | - |
| HSV(B) | 301.42º | 0.86% | 0.96% | - |
| XYZ | 53.43 | 26.55 | 83.97 | - |
| YUV | 119.57 | 195.4 | 216.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 33 | 239 | 0 | 0.86 | 0.02 | 0.04 | 301.42 | 0.91 | 0.54 |
| Hex | F4 | 21 | EF | 0 | 56 | 2 | 4 | 12D | 5B | 36 |
| Octal | 364 | 41 | 357 | 0 | 126 | 2 | 4 | 455 | 133 | 66 |
| Binary | 11110100 | 100001 | 11101111 | 0 | 1010110 | 10 | 100 | 100101101 | 1011011 | 110110 |
Color Harmonies of #F421EF
Complementary color
Monochromatic Colors of #F421EF
Black with #F421EF
Text Example
Text Example
White with #F421EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F421EF; }
p { color: rgb(244,33,239); }
H1.HeaderClassName
{
color: #F421EF;
}
.AnyTagClassName
{
color: #F421EF;
}
</style>
background-color css
<style>
a { background-color: #F421EF; }
a { background-color: rgb(244,33,239); }
div.DivClassName
{
background-color: #F421EF;
}
.BgClassName
{
background-color: #F421EF;
}
</style>
border-color css
<style>
span { border-color: #F421EF; }
span { border-color: rgb(244,33,239); }
td.TdClassName
{
border-color: #F421EF;
}
.TagClassName
{
border-color: #F421EF;
}
</style>