Shades of Magenta #F21AFE
Tints of Magenta #F21AFE
RGB
CMYK
RGB Variations
Color information
#F21AFE (or 0xF21AFE) is known color: Magenta. HEX triplet: F2, 1A and FE. RGB value is (242,26,254). Sum of RGB (Red+Green+Blue) = 242+26+254=522 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.36% from 522); Green value is 26 (10.55% from 255 or 4.98% from 522); Blue value is 254 (99.61% from 255 or 48.66% from 522); Max value from RGB is 254 - color contains mainly: blue. Hex color #F21AFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F21AFE is #0DE501. Grayscale: #737373. Windows color (decimal): -910594 or 16653042. OLE color: 16653042.
HSL color Cylindrical-coordinate representation of color #F21AFE: hue angle of 296.84º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F21AFE is Cyan = 0.05, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 242 | 26 | 254 | - |
| CMYK | 0.05 | 0.90 | 0 | 0.00 |
| HSL | 296.84º | 0.99% | 0.55% | - |
| HSV(B) | 296.84º | 0.9% | 1% | - |
| XYZ | 54.88 | 26.77 | 96.04 | - |
| YUV | 116.58 | 205.56 | 217.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 26 | 254 | 0.05 | 0.90 | 0 | 0.00 | 296.84 | 0.99 | 0.55 |
| Hex | F2 | 1A | FE | 5 | 5A | 0 | 0 | 129 | 63 | 37 |
| Octal | 362 | 32 | 376 | 5 | 132 | 0 | 0 | 451 | 143 | 67 |
| Binary | 11110010 | 11010 | 11111110 | 101 | 1011010 | 0 | 0 | 100101001 | 1100011 | 110111 |
Color Harmonies of #F21AFE
Complementary color
Monochromatic Colors of #F21AFE
Black with #F21AFE
Text Example
Text Example
White with #F21AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21AFE; }
p { color: rgb(242,26,254); }
H1.HeaderClassName
{
color: #F21AFE;
}
.AnyTagClassName
{
color: #F21AFE;
}
</style>
background-color css
<style>
a { background-color: #F21AFE; }
a { background-color: rgb(242,26,254); }
div.DivClassName
{
background-color: #F21AFE;
}
.BgClassName
{
background-color: #F21AFE;
}
</style>
border-color css
<style>
span { border-color: #F21AFE; }
span { border-color: rgb(242,26,254); }
td.TdClassName
{
border-color: #F21AFE;
}
.TagClassName
{
border-color: #F21AFE;
}
</style>