Shades of Magenta #FE1AF5
Tints of Magenta #FE1AF5
RGB
CMYK
RGB Variations
Color information
#FE1AF5 (or 0xFE1AF5) is known color: Magenta. HEX triplet: FE, 1A and F5. RGB value is (254,26,245). Sum of RGB (Red+Green+Blue) = 254+26+245=525 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.38% from 525); Green value is 26 (10.55% from 255 or 4.95% from 525); Blue value is 245 (96.09% from 255 or 46.67% from 525); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1AF5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE1AF5 is #01E50A. Grayscale: #767676. Windows color (decimal): -124171 or 16063230. OLE color: 16063230.
HSL color Cylindrical-coordinate representation of color #FE1AF5: hue angle of 302.37º 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 #FE1AF5 is Cyan = 0, Magento = 0.90, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 26 | 245 | - |
| CMYK | 0 | 0.90 | 0.04 | 0.00 |
| HSL | 302.37º | 0.99% | 0.55% | - |
| HSV(B) | 302.37º | 0.9% | 1% | - |
| XYZ | 57.72 | 28.4 | 88.83 | - |
| YUV | 119.14 | 199.04 | 224.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 26 | 245 | 0 | 0.90 | 0.04 | 0.00 | 302.37 | 0.99 | 0.55 |
| Hex | FE | 1A | F5 | 0 | 5A | 4 | 0 | 12E | 63 | 37 |
| Octal | 376 | 32 | 365 | 0 | 132 | 4 | 0 | 456 | 143 | 67 |
| Binary | 11111110 | 11010 | 11110101 | 0 | 1011010 | 100 | 0 | 100101110 | 1100011 | 110111 |
Color Harmonies of #FE1AF5
Complementary color
Monochromatic Colors of #FE1AF5
Black with #FE1AF5
Text Example
Text Example
White with #FE1AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1AF5; }
p { color: rgb(254,26,245); }
H1.HeaderClassName
{
color: #FE1AF5;
}
.AnyTagClassName
{
color: #FE1AF5;
}
</style>
background-color css
<style>
a { background-color: #FE1AF5; }
a { background-color: rgb(254,26,245); }
div.DivClassName
{
background-color: #FE1AF5;
}
.BgClassName
{
background-color: #FE1AF5;
}
</style>
border-color css
<style>
span { border-color: #FE1AF5; }
span { border-color: rgb(254,26,245); }
td.TdClassName
{
border-color: #FE1AF5;
}
.TagClassName
{
border-color: #FE1AF5;
}
</style>