Shades of Magenta #FE2AFF
Tints of Magenta #FE2AFF
RGB
CMYK
RGB Variations
Color information
#FE2AFF (or 0xFE2AFF) is known color: Magenta. HEX triplet: FE, 2A and FF. RGB value is (254,42,255). Sum of RGB (Red+Green+Blue) = 254+42+255=551 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.10% from 551); Green value is 42 (16.80% from 255 or 7.62% from 551); Blue value is 255 (100% from 255 or 46.28% from 551); Max value from RGB is 255 - color contains mainly: blue. Hex color #FE2AFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE2AFF is #01D500. Grayscale: #818181. Windows color (decimal): -120065 or 16722686. OLE color: 16722686.
HSL color Cylindrical-coordinate representation of color #FE2AFF: hue angle of 299.72º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FE2AFF is Cyan = 0.00, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 42 | 255 | - |
| CMYK | 0.00 | 0.84 | 0 | 0 |
| HSL | 299.72º | 1% | 0.58% | - |
| HSV(B) | 299.72º | 0.84% | 1% | - |
| XYZ | 59.75 | 29.95 | 97.24 | - |
| YUV | 129.67 | 198.74 | 216.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 42 | 255 | 0.00 | 0.84 | 0 | 0 | 299.72 | 1 | 0.58 |
| Hex | FE | 2A | FF | 0 | 54 | 0 | 0 | 12C | 64 | 3A |
| Octal | 376 | 52 | 377 | 0 | 124 | 0 | 0 | 454 | 144 | 72 |
| Binary | 11111110 | 101010 | 11111111 | 0 | 1010100 | 0 | 0 | 100101100 | 1100100 | 111010 |
Color Harmonies of #FE2AFF
Complementary color
Monochromatic Colors of #FE2AFF
Black with #FE2AFF
Text Example
Text Example
White with #FE2AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2AFF; }
p { color: rgb(254,42,255); }
H1.HeaderClassName
{
color: #FE2AFF;
}
.AnyTagClassName
{
color: #FE2AFF;
}
</style>
background-color css
<style>
a { background-color: #FE2AFF; }
a { background-color: rgb(254,42,255); }
div.DivClassName
{
background-color: #FE2AFF;
}
.BgClassName
{
background-color: #FE2AFF;
}
</style>
border-color css
<style>
span { border-color: #FE2AFF; }
span { border-color: rgb(254,42,255); }
td.TdClassName
{
border-color: #FE2AFF;
}
.TagClassName
{
border-color: #FE2AFF;
}
</style>