Shades of Magenta #F21AEE
Tints of Magenta #F21AEE
RGB
CMYK
RGB Variations
Color information
#F21AEE (or 0xF21AEE) is known color: Magenta. HEX triplet: F2, 1A and EE. RGB value is (242,26,238). Sum of RGB (Red+Green+Blue) = 242+26+238=506 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.83% from 506); Green value is 26 (10.55% from 255 or 5.14% from 506); Blue value is 238 (93.36% from 255 or 47.04% from 506); Max value from RGB is 242 - color contains mainly: red. Hex color #F21AEE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F21AEE is #0DE511. Grayscale: #727272. Windows color (decimal): -910610 or 15604466. OLE color: 15604466.
HSL color Cylindrical-coordinate representation of color #F21AEE: hue angle of 301.11º 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 #F21AEE is Cyan = 0, Magento = 0.89, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 26 | 238 | - |
| CMYK | 0 | 0.89 | 0.02 | 0.05 |
| HSL | 301.11º | 0.89% | 0.53% | - |
| HSV(B) | 301.11º | 0.89% | 0.95% | - |
| XYZ | 52.42 | 25.79 | 83.1 | - |
| YUV | 114.75 | 197.56 | 218.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 26 | 238 | 0 | 0.89 | 0.02 | 0.05 | 301.11 | 0.89 | 0.53 |
| Hex | F2 | 1A | EE | 0 | 59 | 2 | 5 | 12D | 59 | 35 |
| Octal | 362 | 32 | 356 | 0 | 131 | 2 | 5 | 455 | 131 | 65 |
| Binary | 11110010 | 11010 | 11101110 | 0 | 1011001 | 10 | 101 | 100101101 | 1011001 | 110101 |
Color Harmonies of #F21AEE
Complementary color
Monochromatic Colors of #F21AEE
Black with #F21AEE
Text Example
Text Example
White with #F21AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21AEE; }
p { color: rgb(242,26,238); }
H1.HeaderClassName
{
color: #F21AEE;
}
.AnyTagClassName
{
color: #F21AEE;
}
</style>
background-color css
<style>
a { background-color: #F21AEE; }
a { background-color: rgb(242,26,238); }
div.DivClassName
{
background-color: #F21AEE;
}
.BgClassName
{
background-color: #F21AEE;
}
</style>
border-color css
<style>
span { border-color: #F21AEE; }
span { border-color: rgb(242,26,238); }
td.TdClassName
{
border-color: #F21AEE;
}
.TagClassName
{
border-color: #F21AEE;
}
</style>