Shades of Magenta #F221EE
Tints of Magenta #F221EE
RGB
CMYK
RGB Variations
Color information
#F221EE (or 0xF221EE) is known color: Magenta. HEX triplet: F2, 21 and EE. RGB value is (242,33,238). Sum of RGB (Red+Green+Blue) = 242+33+238=513 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.17% from 513); Green value is 33 (13.28% from 255 or 6.43% from 513); Blue value is 238 (93.36% from 255 or 46.39% from 513); Max value from RGB is 242 - color contains mainly: red. Hex color #F221EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F221EE is #0DDE11. Grayscale: #767676. Windows color (decimal): -908818 or 15606258. OLE color: 15606258.
HSL color Cylindrical-coordinate representation of color #F221EE: hue angle of 301.15º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F221EE is Cyan = 0, Magento = 0.86, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 33 | 238 | - |
| CMYK | 0 | 0.86 | 0.02 | 0.05 |
| HSL | 301.15º | 0.89% | 0.54% | - |
| HSV(B) | 301.15º | 0.86% | 0.95% | - |
| XYZ | 52.59 | 26.14 | 83.16 | - |
| YUV | 118.86 | 195.24 | 215.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 33 | 238 | 0 | 0.86 | 0.02 | 0.05 | 301.15 | 0.89 | 0.54 |
| Hex | F2 | 21 | EE | 0 | 56 | 2 | 5 | 12D | 59 | 36 |
| Octal | 362 | 41 | 356 | 0 | 126 | 2 | 5 | 455 | 131 | 66 |
| Binary | 11110010 | 100001 | 11101110 | 0 | 1010110 | 10 | 101 | 100101101 | 1011001 | 110110 |
Color Harmonies of #F221EE
Complementary color
Monochromatic Colors of #F221EE
Black with #F221EE
Text Example
Text Example
White with #F221EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F221EE; }
p { color: rgb(242,33,238); }
H1.HeaderClassName
{
color: #F221EE;
}
.AnyTagClassName
{
color: #F221EE;
}
</style>
background-color css
<style>
a { background-color: #F221EE; }
a { background-color: rgb(242,33,238); }
div.DivClassName
{
background-color: #F221EE;
}
.BgClassName
{
background-color: #F221EE;
}
</style>
border-color css
<style>
span { border-color: #F221EE; }
span { border-color: rgb(242,33,238); }
td.TdClassName
{
border-color: #F221EE;
}
.TagClassName
{
border-color: #F221EE;
}
</style>