Shades of Magenta #FE2CFE
Tints of Magenta #FE2CFE
RGB
CMYK
RGB Variations
Color information
#FE2CFE (or 0xFE2CFE) is known color: Magenta. HEX triplet: FE, 2C and FE. RGB value is (254,44,254). Sum of RGB (Red+Green+Blue) = 254+44+254=552 (73% of max value = 765). Red value is 254 (99.61% from 255 or 46.01% from 552); Green value is 44 (17.58% from 255 or 7.97% from 552); Blue value is 254 (99.61% from 255 or 46.01% from 552); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FE2CFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE2CFE is #01D301. Grayscale: #828282. Windows color (decimal): -119554 or 16657662. OLE color: 16657662.
HSL color Cylindrical-coordinate representation of color #FE2CFE: hue angle of 300º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FE2CFE is Cyan = 0, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 44 | 254 | - |
| CMYK | 0 | 0.83 | 0 | 0.00 |
| HSL | 300º | 0.99% | 0.58% | - |
| HSV(B) | 300º | 0.83% | 1% | - |
| XYZ | 59.66 | 30.03 | 96.42 | - |
| YUV | 130.73 | 197.57 | 215.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 44 | 254 | 0 | 0.83 | 0 | 0.00 | 300 | 0.99 | 0.58 |
| Hex | FE | 2C | FE | 0 | 53 | 0 | 0 | 12C | 63 | 3A |
| Octal | 376 | 54 | 376 | 0 | 123 | 0 | 0 | 454 | 143 | 72 |
| Binary | 11111110 | 101100 | 11111110 | 0 | 1010011 | 0 | 0 | 100101100 | 1100011 | 111010 |
Color Harmonies of #FE2CFE
Complementary color
Monochromatic Colors of #FE2CFE
Black with #FE2CFE
Text Example
Text Example
White with #FE2CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2CFE; }
p { color: rgb(254,44,254); }
H1.HeaderClassName
{
color: #FE2CFE;
}
.AnyTagClassName
{
color: #FE2CFE;
}
</style>
background-color css
<style>
a { background-color: #FE2CFE; }
a { background-color: rgb(254,44,254); }
div.DivClassName
{
background-color: #FE2CFE;
}
.BgClassName
{
background-color: #FE2CFE;
}
</style>
border-color css
<style>
span { border-color: #FE2CFE; }
span { border-color: rgb(254,44,254); }
td.TdClassName
{
border-color: #FE2CFE;
}
.TagClassName
{
border-color: #FE2CFE;
}
</style>