Shades of Magenta #FE2DFC
Tints of Magenta #FE2DFC
RGB
CMYK
RGB Variations
Color information
#FE2DFC (or 0xFE2DFC) is known color: Magenta. HEX triplet: FE, 2D and FC. RGB value is (254,45,252). Sum of RGB (Red+Green+Blue) = 254+45+252=551 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.10% from 551); Green value is 45 (17.97% from 255 or 8.17% from 551); Blue value is 252 (98.83% from 255 or 45.74% from 551); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2DFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE2DFC is #01D203. Grayscale: #828282. Windows color (decimal): -119300 or 16526846. OLE color: 16526846.
HSL color Cylindrical-coordinate representation of color #FE2DFC: hue angle of 300.57º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FE2DFC is Cyan = 0, Magento = 0.82, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 45 | 252 | - |
| CMYK | 0 | 0.82 | 0.01 | 0.00 |
| HSL | 300.57º | 0.99% | 0.59% | - |
| HSV(B) | 300.57º | 0.82% | 1% | - |
| XYZ | 59.38 | 29.98 | 94.75 | - |
| YUV | 131.09 | 196.24 | 215.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 45 | 252 | 0 | 0.82 | 0.01 | 0.00 | 300.57 | 0.99 | 0.59 |
| Hex | FE | 2D | FC | 0 | 52 | 1 | 0 | 12D | 63 | 3B |
| Octal | 376 | 55 | 374 | 0 | 122 | 1 | 0 | 455 | 143 | 73 |
| Binary | 11111110 | 101101 | 11111100 | 0 | 1010010 | 1 | 0 | 100101101 | 1100011 | 111011 |
Color Harmonies of #FE2DFC
Complementary color
Monochromatic Colors of #FE2DFC
Black with #FE2DFC
Text Example
Text Example
White with #FE2DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2DFC; }
p { color: rgb(254,45,252); }
H1.HeaderClassName
{
color: #FE2DFC;
}
.AnyTagClassName
{
color: #FE2DFC;
}
</style>
background-color css
<style>
a { background-color: #FE2DFC; }
a { background-color: rgb(254,45,252); }
div.DivClassName
{
background-color: #FE2DFC;
}
.BgClassName
{
background-color: #FE2DFC;
}
</style>
border-color css
<style>
span { border-color: #FE2DFC; }
span { border-color: rgb(254,45,252); }
td.TdClassName
{
border-color: #FE2DFC;
}
.TagClassName
{
border-color: #FE2DFC;
}
</style>