Shades of Magenta #F21AE5
Tints of Magenta #F21AE5
RGB
CMYK
RGB Variations
Color information
#F21AE5 (or 0xF21AE5) is known color: Magenta. HEX triplet: F2, 1A and E5. RGB value is (242,26,229). Sum of RGB (Red+Green+Blue) = 242+26+229=497 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.69% from 497); Green value is 26 (10.55% from 255 or 5.23% from 497); Blue value is 229 (89.84% from 255 or 46.08% from 497); Max value from RGB is 242 - color contains mainly: red. Hex color #F21AE5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F21AE5 is #0DE51A. Grayscale: #717171. Windows color (decimal): -910619 or 15014642. OLE color: 15014642.
HSL color Cylindrical-coordinate representation of color #F21AE5: hue angle of 303.61º 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 #F21AE5 is Cyan = 0, Magento = 0.89, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 26 | 229 | - |
| CMYK | 0 | 0.89 | 0.05 | 0.05 |
| HSL | 303.61º | 0.89% | 0.53% | - |
| HSV(B) | 303.61º | 0.89% | 0.95% | - |
| XYZ | 51.13 | 25.27 | 76.31 | - |
| YUV | 113.73 | 193.06 | 219.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 26 | 229 | 0 | 0.89 | 0.05 | 0.05 | 303.61 | 0.89 | 0.53 |
| Hex | F2 | 1A | E5 | 0 | 59 | 5 | 5 | 130 | 59 | 35 |
| Octal | 362 | 32 | 345 | 0 | 131 | 5 | 5 | 460 | 131 | 65 |
| Binary | 11110010 | 11010 | 11100101 | 0 | 1011001 | 101 | 101 | 100110000 | 1011001 | 110101 |
Color Harmonies of #F21AE5
Complementary color
Monochromatic Colors of #F21AE5
Black with #F21AE5
Text Example
Text Example
White with #F21AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21AE5; }
p { color: rgb(242,26,229); }
H1.HeaderClassName
{
color: #F21AE5;
}
.AnyTagClassName
{
color: #F21AE5;
}
</style>
background-color css
<style>
a { background-color: #F21AE5; }
a { background-color: rgb(242,26,229); }
div.DivClassName
{
background-color: #F21AE5;
}
.BgClassName
{
background-color: #F21AE5;
}
</style>
border-color css
<style>
span { border-color: #F21AE5; }
span { border-color: rgb(242,26,229); }
td.TdClassName
{
border-color: #F21AE5;
}
.TagClassName
{
border-color: #F21AE5;
}
</style>