Shades of Magenta #F21AED
Tints of Magenta #F21AED
RGB
CMYK
RGB Variations
Color information
#F21AED (or 0xF21AED) is known color: Magenta. HEX triplet: F2, 1A and ED. RGB value is (242,26,237). Sum of RGB (Red+Green+Blue) = 242+26+237=505 (66% of max value = 765). Red value is 242 (94.92% from 255 or 47.92% from 505); Green value is 26 (10.55% from 255 or 5.15% from 505); Blue value is 237 (92.97% from 255 or 46.93% from 505); Max value from RGB is 242 - color contains mainly: red. Hex color #F21AED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F21AED is #0DE512. Grayscale: #727272. Windows color (decimal): -910611 or 15538930. OLE color: 15538930.
HSL color Cylindrical-coordinate representation of color #F21AED: hue angle of 301.39º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F21AED is Cyan = 0, Magento = 0.89, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 26 | 237 | - |
| CMYK | 0 | 0.89 | 0.02 | 0.05 |
| HSL | 301.39º | 0.89% | 0.53% | - |
| HSV(B) | 301.39º | 0.89% | 0.95% | - |
| XYZ | 52.27 | 25.73 | 82.33 | - |
| YUV | 114.64 | 197.06 | 218.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 26 | 237 | 0 | 0.89 | 0.02 | 0.05 | 301.39 | 0.89 | 0.53 |
| Hex | F2 | 1A | ED | 0 | 59 | 2 | 5 | 12D | 59 | 35 |
| Octal | 362 | 32 | 355 | 0 | 131 | 2 | 5 | 455 | 131 | 65 |
| Binary | 11110010 | 11010 | 11101101 | 0 | 1011001 | 10 | 101 | 100101101 | 1011001 | 110101 |
Color Harmonies of #F21AED
Complementary color
Monochromatic Colors of #F21AED
Black with #F21AED
Text Example
Text Example
White with #F21AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21AED; }
p { color: rgb(242,26,237); }
H1.HeaderClassName
{
color: #F21AED;
}
.AnyTagClassName
{
color: #F21AED;
}
</style>
background-color css
<style>
a { background-color: #F21AED; }
a { background-color: rgb(242,26,237); }
div.DivClassName
{
background-color: #F21AED;
}
.BgClassName
{
background-color: #F21AED;
}
</style>
border-color css
<style>
span { border-color: #F21AED; }
span { border-color: rgb(242,26,237); }
td.TdClassName
{
border-color: #F21AED;
}
.TagClassName
{
border-color: #F21AED;
}
</style>