Shades of Magenta #F221FE
Tints of Magenta #F221FE
RGB
CMYK
RGB Variations
Color information
#F221FE (or 0xF221FE) is known color: Magenta. HEX triplet: F2, 21 and FE. RGB value is (242,33,254). Sum of RGB (Red+Green+Blue) = 242+33+254=529 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.75% from 529); Green value is 33 (13.28% from 255 or 6.24% from 529); Blue value is 254 (99.61% from 255 or 48.02% from 529); Max value from RGB is 254 - color contains mainly: blue. Hex color #F221FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F221FE is #0DDE01. Grayscale: #787878. Windows color (decimal): -908802 or 16654834. OLE color: 16654834.
HSL color Cylindrical-coordinate representation of color #F221FE: hue angle of 296.74º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F221FE is Cyan = 0.05, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 242 | 33 | 254 | - |
| CMYK | 0.05 | 0.87 | 0 | 0.00 |
| HSL | 296.74º | 0.99% | 0.56% | - |
| HSV(B) | 296.74º | 0.87% | 1% | - |
| XYZ | 55.05 | 27.12 | 96.1 | - |
| YUV | 120.69 | 203.24 | 214.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 33 | 254 | 0.05 | 0.87 | 0 | 0.00 | 296.74 | 0.99 | 0.56 |
| Hex | F2 | 21 | FE | 5 | 57 | 0 | 0 | 129 | 63 | 38 |
| Octal | 362 | 41 | 376 | 5 | 127 | 0 | 0 | 451 | 143 | 70 |
| Binary | 11110010 | 100001 | 11111110 | 101 | 1010111 | 0 | 0 | 100101001 | 1100011 | 111000 |
Color Harmonies of #F221FE
Complementary color
Monochromatic Colors of #F221FE
Black with #F221FE
Text Example
Text Example
White with #F221FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F221FE; }
p { color: rgb(242,33,254); }
H1.HeaderClassName
{
color: #F221FE;
}
.AnyTagClassName
{
color: #F221FE;
}
</style>
background-color css
<style>
a { background-color: #F221FE; }
a { background-color: rgb(242,33,254); }
div.DivClassName
{
background-color: #F221FE;
}
.BgClassName
{
background-color: #F221FE;
}
</style>
border-color css
<style>
span { border-color: #F221FE; }
span { border-color: rgb(242,33,254); }
td.TdClassName
{
border-color: #F221FE;
}
.TagClassName
{
border-color: #F221FE;
}
</style>