Shades of Magenta #FE1AF7
Tints of Magenta #FE1AF7
RGB
CMYK
RGB Variations
Color information
#FE1AF7 (or 0xFE1AF7) is known color: Magenta. HEX triplet: FE, 1A and F7. RGB value is (254,26,247). Sum of RGB (Red+Green+Blue) = 254+26+247=527 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.20% from 527); Green value is 26 (10.55% from 255 or 4.93% from 527); Blue value is 247 (96.88% from 255 or 46.87% from 527); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1AF7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE1AF7 is #01E508. Grayscale: #767676. Windows color (decimal): -124169 or 16194302. OLE color: 16194302.
HSL color Cylindrical-coordinate representation of color #FE1AF7: hue angle of 301.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 #FE1AF7 is Cyan = 0, Magento = 0.90, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 26 | 247 | - |
| CMYK | 0 | 0.90 | 0.03 | 0.00 |
| HSL | 301.84º | 0.99% | 0.55% | - |
| HSV(B) | 301.84º | 0.9% | 1% | - |
| XYZ | 58.03 | 28.53 | 90.44 | - |
| YUV | 119.37 | 200.04 | 224.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 26 | 247 | 0 | 0.90 | 0.03 | 0.00 | 301.84 | 0.99 | 0.55 |
| Hex | FE | 1A | F7 | 0 | 5A | 3 | 0 | 12E | 63 | 37 |
| Octal | 376 | 32 | 367 | 0 | 132 | 3 | 0 | 456 | 143 | 67 |
| Binary | 11111110 | 11010 | 11110111 | 0 | 1011010 | 11 | 0 | 100101110 | 1100011 | 110111 |
Color Harmonies of #FE1AF7
Complementary color
Monochromatic Colors of #FE1AF7
Black with #FE1AF7
Text Example
Text Example
White with #FE1AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1AF7; }
p { color: rgb(254,26,247); }
H1.HeaderClassName
{
color: #FE1AF7;
}
.AnyTagClassName
{
color: #FE1AF7;
}
</style>
background-color css
<style>
a { background-color: #FE1AF7; }
a { background-color: rgb(254,26,247); }
div.DivClassName
{
background-color: #FE1AF7;
}
.BgClassName
{
background-color: #FE1AF7;
}
</style>
border-color css
<style>
span { border-color: #FE1AF7; }
span { border-color: rgb(254,26,247); }
td.TdClassName
{
border-color: #FE1AF7;
}
.TagClassName
{
border-color: #FE1AF7;
}
</style>