Shades of Magenta #FE21F7
Tints of Magenta #FE21F7
RGB
CMYK
RGB Variations
Color information
#FE21F7 (or 0xFE21F7) is known color: Magenta. HEX triplet: FE, 21 and F7. RGB value is (254,33,247). Sum of RGB (Red+Green+Blue) = 254+33+247=534 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.57% from 534); Green value is 33 (13.28% from 255 or 6.18% from 534); Blue value is 247 (96.88% from 255 or 46.25% from 534); Max value from RGB is 254 - color contains mainly: red. Hex color #FE21F7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE21F7 is #01DE08. Grayscale: #7A7A7A. Windows color (decimal): -122377 or 16196094. OLE color: 16196094.
HSL color Cylindrical-coordinate representation of color #FE21F7: hue angle of 301.9º 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 #FE21F7 is Cyan = 0, Magento = 0.87, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 33 | 247 | - |
| CMYK | 0 | 0.87 | 0.03 | 0.00 |
| HSL | 301.9º | 0.99% | 0.56% | - |
| HSV(B) | 301.9º | 0.87% | 1% | - |
| XYZ | 58.21 | 28.87 | 90.5 | - |
| YUV | 123.48 | 197.72 | 221.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 33 | 247 | 0 | 0.87 | 0.03 | 0.00 | 301.9 | 0.99 | 0.56 |
| Hex | FE | 21 | F7 | 0 | 57 | 3 | 0 | 12E | 63 | 38 |
| Octal | 376 | 41 | 367 | 0 | 127 | 3 | 0 | 456 | 143 | 70 |
| Binary | 11111110 | 100001 | 11110111 | 0 | 1010111 | 11 | 0 | 100101110 | 1100011 | 111000 |
Color Harmonies of #FE21F7
Complementary color
Monochromatic Colors of #FE21F7
Black with #FE21F7
Text Example
Text Example
White with #FE21F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE21F7; }
p { color: rgb(254,33,247); }
H1.HeaderClassName
{
color: #FE21F7;
}
.AnyTagClassName
{
color: #FE21F7;
}
</style>
background-color css
<style>
a { background-color: #FE21F7; }
a { background-color: rgb(254,33,247); }
div.DivClassName
{
background-color: #FE21F7;
}
.BgClassName
{
background-color: #FE21F7;
}
</style>
border-color css
<style>
span { border-color: #FE21F7; }
span { border-color: rgb(254,33,247); }
td.TdClassName
{
border-color: #FE21F7;
}
.TagClassName
{
border-color: #FE21F7;
}
</style>