Shades of Magenta #FE21F8
Tints of Magenta #FE21F8
RGB
CMYK
RGB Variations
Color information
#FE21F8 (or 0xFE21F8) is known color: Magenta. HEX triplet: FE, 21 and F8. RGB value is (254,33,248). Sum of RGB (Red+Green+Blue) = 254+33+248=535 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.48% from 535); Green value is 33 (13.28% from 255 or 6.17% from 535); Blue value is 248 (97.27% from 255 or 46.36% from 535); Max value from RGB is 254 - color contains mainly: red. Hex color #FE21F8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE21F8 is #01DE07. Grayscale: #7A7A7A. Windows color (decimal): -122376 or 16261630. OLE color: 16261630.
HSL color Cylindrical-coordinate representation of color #FE21F8: hue angle of 301.63º 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 #FE21F8 is Cyan = 0, Magento = 0.87, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 33 | 248 | - |
| CMYK | 0 | 0.87 | 0.02 | 0.00 |
| HSL | 301.63º | 0.99% | 0.56% | - |
| HSV(B) | 301.63º | 0.87% | 1% | - |
| XYZ | 58.36 | 28.94 | 91.32 | - |
| YUV | 123.59 | 198.22 | 221.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 33 | 248 | 0 | 0.87 | 0.02 | 0.00 | 301.63 | 0.99 | 0.56 |
| Hex | FE | 21 | F8 | 0 | 57 | 2 | 0 | 12E | 63 | 38 |
| Octal | 376 | 41 | 370 | 0 | 127 | 2 | 0 | 456 | 143 | 70 |
| Binary | 11111110 | 100001 | 11111000 | 0 | 1010111 | 10 | 0 | 100101110 | 1100011 | 111000 |
Color Harmonies of #FE21F8
Complementary color
Monochromatic Colors of #FE21F8
Black with #FE21F8
Text Example
Text Example
White with #FE21F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE21F8; }
p { color: rgb(254,33,248); }
H1.HeaderClassName
{
color: #FE21F8;
}
.AnyTagClassName
{
color: #FE21F8;
}
</style>
background-color css
<style>
a { background-color: #FE21F8; }
a { background-color: rgb(254,33,248); }
div.DivClassName
{
background-color: #FE21F8;
}
.BgClassName
{
background-color: #FE21F8;
}
</style>
border-color css
<style>
span { border-color: #FE21F8; }
span { border-color: rgb(254,33,248); }
td.TdClassName
{
border-color: #FE21F8;
}
.TagClassName
{
border-color: #FE21F8;
}
</style>