Shades of Magenta #FE1AF8
Tints of Magenta #FE1AF8
RGB
CMYK
RGB Variations
Color information
#FE1AF8 (or 0xFE1AF8) is known color: Magenta. HEX triplet: FE, 1A and F8. RGB value is (254,26,248). Sum of RGB (Red+Green+Blue) = 254+26+248=528 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.11% from 528); Green value is 26 (10.55% from 255 or 4.92% from 528); Blue value is 248 (97.27% from 255 or 46.97% from 528); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1AF8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE1AF8 is #01E507. Grayscale: #767676. Windows color (decimal): -124168 or 16259838. OLE color: 16259838.
HSL color Cylindrical-coordinate representation of color #FE1AF8: hue angle of 301.58º 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 #FE1AF8 is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 26 | 248 | - |
| CMYK | 0 | 0.90 | 0.02 | 0.00 |
| HSL | 301.58º | 0.99% | 0.55% | - |
| HSV(B) | 301.58º | 0.9% | 1% | - |
| XYZ | 58.19 | 28.59 | 91.26 | - |
| YUV | 119.48 | 200.54 | 223.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 26 | 248 | 0 | 0.90 | 0.02 | 0.00 | 301.58 | 0.99 | 0.55 |
| Hex | FE | 1A | F8 | 0 | 5A | 2 | 0 | 12E | 63 | 37 |
| Octal | 376 | 32 | 370 | 0 | 132 | 2 | 0 | 456 | 143 | 67 |
| Binary | 11111110 | 11010 | 11111000 | 0 | 1011010 | 10 | 0 | 100101110 | 1100011 | 110111 |
Color Harmonies of #FE1AF8
Complementary color
Monochromatic Colors of #FE1AF8
Black with #FE1AF8
Text Example
Text Example
White with #FE1AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1AF8; }
p { color: rgb(254,26,248); }
H1.HeaderClassName
{
color: #FE1AF8;
}
.AnyTagClassName
{
color: #FE1AF8;
}
</style>
background-color css
<style>
a { background-color: #FE1AF8; }
a { background-color: rgb(254,26,248); }
div.DivClassName
{
background-color: #FE1AF8;
}
.BgClassName
{
background-color: #FE1AF8;
}
</style>
border-color css
<style>
span { border-color: #FE1AF8; }
span { border-color: rgb(254,26,248); }
td.TdClassName
{
border-color: #FE1AF8;
}
.TagClassName
{
border-color: #FE1AF8;
}
</style>