Shades of Magenta #F221F2
Tints of Magenta #F221F2
RGB
CMYK
RGB Variations
Color information
#F221F2 (or 0xF221F2) is known color: Magenta. HEX triplet: F2, 21 and F2. RGB value is (242,33,242). Sum of RGB (Red+Green+Blue) = 242+33+242=517 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.81% from 517); Green value is 33 (13.28% from 255 or 6.38% from 517); Blue value is 242 (94.92% from 255 or 46.81% from 517); Max value from RGB is 242 - color contains mainly: red, blue. Hex color #F221F2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F221F2 is #0DDE0D. Grayscale: #767676. Windows color (decimal): -908814 or 15868402. OLE color: 15868402.
HSL color Cylindrical-coordinate representation of color #F221F2: hue angle of 300º 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 #F221F2 is Cyan = 0, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 33 | 242 | - |
| CMYK | 0 | 0.86 | 0 | 0.05 |
| HSL | 300º | 0.89% | 0.54% | - |
| HSV(B) | 300º | 0.86% | 0.95% | - |
| XYZ | 53.19 | 26.38 | 86.29 | - |
| YUV | 119.32 | 197.24 | 215.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 33 | 242 | 0 | 0.86 | 0 | 0.05 | 300 | 0.89 | 0.54 |
| Hex | F2 | 21 | F2 | 0 | 56 | 0 | 5 | 12C | 59 | 36 |
| Octal | 362 | 41 | 362 | 0 | 126 | 0 | 5 | 454 | 131 | 66 |
| Binary | 11110010 | 100001 | 11110010 | 0 | 1010110 | 0 | 101 | 100101100 | 1011001 | 110110 |
Color Harmonies of #F221F2
Complementary color
Monochromatic Colors of #F221F2
Black with #F221F2
Text Example
Text Example
White with #F221F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F221F2; }
p { color: rgb(242,33,242); }
H1.HeaderClassName
{
color: #F221F2;
}
.AnyTagClassName
{
color: #F221F2;
}
</style>
background-color css
<style>
a { background-color: #F221F2; }
a { background-color: rgb(242,33,242); }
div.DivClassName
{
background-color: #F221F2;
}
.BgClassName
{
background-color: #F221F2;
}
</style>
border-color css
<style>
span { border-color: #F221F2; }
span { border-color: rgb(242,33,242); }
td.TdClassName
{
border-color: #F221F2;
}
.TagClassName
{
border-color: #F221F2;
}
</style>