Shades of Magenta #FE1AF4
Tints of Magenta #FE1AF4
RGB
CMYK
RGB Variations
Color information
#FE1AF4 (or 0xFE1AF4) is known color: Magenta. HEX triplet: FE, 1A and F4. RGB value is (254,26,244). Sum of RGB (Red+Green+Blue) = 254+26+244=524 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.47% from 524); Green value is 26 (10.55% from 255 or 4.96% from 524); Blue value is 244 (95.70% from 255 or 46.56% from 524); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1AF4 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE1AF4 is #01E50B. Grayscale: #767676. Windows color (decimal): -124172 or 15997694. OLE color: 15997694.
HSL color Cylindrical-coordinate representation of color #FE1AF4: hue angle of 302.63º 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 #FE1AF4 is Cyan = 0, Magento = 0.90, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 26 | 244 | - |
| CMYK | 0 | 0.90 | 0.04 | 0.00 |
| HSL | 302.63º | 0.99% | 0.55% | - |
| HSV(B) | 302.63º | 0.9% | 1% | - |
| XYZ | 57.57 | 28.34 | 88.02 | - |
| YUV | 119.02 | 198.54 | 224.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 26 | 244 | 0 | 0.90 | 0.04 | 0.00 | 302.63 | 0.99 | 0.55 |
| Hex | FE | 1A | F4 | 0 | 5A | 4 | 0 | 12F | 63 | 37 |
| Octal | 376 | 32 | 364 | 0 | 132 | 4 | 0 | 457 | 143 | 67 |
| Binary | 11111110 | 11010 | 11110100 | 0 | 1011010 | 100 | 0 | 100101111 | 1100011 | 110111 |
Color Harmonies of #FE1AF4
Complementary color
Monochromatic Colors of #FE1AF4
Black with #FE1AF4
Text Example
Text Example
White with #FE1AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1AF4; }
p { color: rgb(254,26,244); }
H1.HeaderClassName
{
color: #FE1AF4;
}
.AnyTagClassName
{
color: #FE1AF4;
}
</style>
background-color css
<style>
a { background-color: #FE1AF4; }
a { background-color: rgb(254,26,244); }
div.DivClassName
{
background-color: #FE1AF4;
}
.BgClassName
{
background-color: #FE1AF4;
}
</style>
border-color css
<style>
span { border-color: #FE1AF4; }
span { border-color: rgb(254,26,244); }
td.TdClassName
{
border-color: #FE1AF4;
}
.TagClassName
{
border-color: #FE1AF4;
}
</style>