Shades of Magenta #FE1AF6
Tints of Magenta #FE1AF6
RGB
CMYK
RGB Variations
Color information
#FE1AF6 (or 0xFE1AF6) is known color: Magenta. HEX triplet: FE, 1A and F6. RGB value is (254,26,246). Sum of RGB (Red+Green+Blue) = 254+26+246=526 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.29% from 526); Green value is 26 (10.55% from 255 or 4.94% from 526); Blue value is 246 (96.48% from 255 or 46.77% from 526); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1AF6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE1AF6 is #01E509. Grayscale: #767676. Windows color (decimal): -124170 or 16128766. OLE color: 16128766.
HSL color Cylindrical-coordinate representation of color #FE1AF6: hue angle of 302.11º 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 #FE1AF6 is Cyan = 0, Magento = 0.90, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 26 | 246 | - |
| CMYK | 0 | 0.90 | 0.03 | 0.00 |
| HSL | 302.11º | 0.99% | 0.55% | - |
| HSV(B) | 302.11º | 0.9% | 1% | - |
| XYZ | 57.88 | 28.46 | 89.63 | - |
| YUV | 119.25 | 199.54 | 224.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 26 | 246 | 0 | 0.90 | 0.03 | 0.00 | 302.11 | 0.99 | 0.55 |
| Hex | FE | 1A | F6 | 0 | 5A | 3 | 0 | 12E | 63 | 37 |
| Octal | 376 | 32 | 366 | 0 | 132 | 3 | 0 | 456 | 143 | 67 |
| Binary | 11111110 | 11010 | 11110110 | 0 | 1011010 | 11 | 0 | 100101110 | 1100011 | 110111 |
Color Harmonies of #FE1AF6
Complementary color
Monochromatic Colors of #FE1AF6
Black with #FE1AF6
Text Example
Text Example
White with #FE1AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1AF6; }
p { color: rgb(254,26,246); }
H1.HeaderClassName
{
color: #FE1AF6;
}
.AnyTagClassName
{
color: #FE1AF6;
}
</style>
background-color css
<style>
a { background-color: #FE1AF6; }
a { background-color: rgb(254,26,246); }
div.DivClassName
{
background-color: #FE1AF6;
}
.BgClassName
{
background-color: #FE1AF6;
}
</style>
border-color css
<style>
span { border-color: #FE1AF6; }
span { border-color: rgb(254,26,246); }
td.TdClassName
{
border-color: #FE1AF6;
}
.TagClassName
{
border-color: #FE1AF6;
}
</style>