Shades of Magenta #FE21F4
Tints of Magenta #FE21F4
RGB
CMYK
RGB Variations
Color information
#FE21F4 (or 0xFE21F4) is known color: Magenta. HEX triplet: FE, 21 and F4. RGB value is (254,33,244). Sum of RGB (Red+Green+Blue) = 254+33+244=531 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.83% from 531); Green value is 33 (13.28% from 255 or 6.21% from 531); Blue value is 244 (95.70% from 255 or 45.95% from 531); Max value from RGB is 254 - color contains mainly: red. Hex color #FE21F4 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE21F4 is #01DE0B. Grayscale: #7A7A7A. Windows color (decimal): -122380 or 15999486. OLE color: 15999486.
HSL color Cylindrical-coordinate representation of color #FE21F4: hue angle of 302.71º 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 #FE21F4 is Cyan = 0, Magento = 0.87, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 33 | 244 | - |
| CMYK | 0 | 0.87 | 0.04 | 0.00 |
| HSL | 302.71º | 0.99% | 0.56% | - |
| HSV(B) | 302.71º | 0.87% | 1% | - |
| XYZ | 57.75 | 28.69 | 88.08 | - |
| YUV | 123.13 | 196.22 | 221.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 33 | 244 | 0 | 0.87 | 0.04 | 0.00 | 302.71 | 0.99 | 0.56 |
| Hex | FE | 21 | F4 | 0 | 57 | 4 | 0 | 12F | 63 | 38 |
| Octal | 376 | 41 | 364 | 0 | 127 | 4 | 0 | 457 | 143 | 70 |
| Binary | 11111110 | 100001 | 11110100 | 0 | 1010111 | 100 | 0 | 100101111 | 1100011 | 111000 |
Color Harmonies of #FE21F4
Complementary color
Monochromatic Colors of #FE21F4
Black with #FE21F4
Text Example
Text Example
White with #FE21F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE21F4; }
p { color: rgb(254,33,244); }
H1.HeaderClassName
{
color: #FE21F4;
}
.AnyTagClassName
{
color: #FE21F4;
}
</style>
background-color css
<style>
a { background-color: #FE21F4; }
a { background-color: rgb(254,33,244); }
div.DivClassName
{
background-color: #FE21F4;
}
.BgClassName
{
background-color: #FE21F4;
}
</style>
border-color css
<style>
span { border-color: #FE21F4; }
span { border-color: rgb(254,33,244); }
td.TdClassName
{
border-color: #FE21F4;
}
.TagClassName
{
border-color: #FE21F4;
}
</style>