Shades of Magenta #FE2CFD
Tints of Magenta #FE2CFD
RGB
CMYK
RGB Variations
Color information
#FE2CFD (or 0xFE2CFD) is known color: Magenta. HEX triplet: FE, 2C and FD. RGB value is (254,44,253). Sum of RGB (Red+Green+Blue) = 254+44+253=551 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.10% from 551); Green value is 44 (17.58% from 255 or 7.99% from 551); Blue value is 253 (99.22% from 255 or 45.92% from 551); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2CFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE2CFD is #01D302. Grayscale: #818181. Windows color (decimal): -119555 or 16592126. OLE color: 16592126.
HSL color Cylindrical-coordinate representation of color #FE2CFD: hue angle of 300.29º 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 #FE2CFD is Cyan = 0, Magento = 0.83, Yellow = 0.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 44 | 253 | - |
| CMYK | 0 | 0.83 | 0.00 | 0.00 |
| HSL | 300.29º | 0.99% | 0.58% | - |
| HSV(B) | 300.29º | 0.83% | 1% | - |
| XYZ | 59.5 | 29.96 | 95.58 | - |
| YUV | 130.62 | 197.07 | 216.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 44 | 253 | 0 | 0.83 | 0.00 | 0.00 | 300.29 | 0.99 | 0.58 |
| Hex | FE | 2C | FD | 0 | 53 | 0 | 0 | 12C | 63 | 3A |
| Octal | 376 | 54 | 375 | 0 | 123 | 0 | 0 | 454 | 143 | 72 |
| Binary | 11111110 | 101100 | 11111101 | 0 | 1010011 | 0 | 0 | 100101100 | 1100011 | 111010 |
Color Harmonies of #FE2CFD
Complementary color
Monochromatic Colors of #FE2CFD
Black with #FE2CFD
Text Example
Text Example
White with #FE2CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2CFD; }
p { color: rgb(254,44,253); }
H1.HeaderClassName
{
color: #FE2CFD;
}
.AnyTagClassName
{
color: #FE2CFD;
}
</style>
background-color css
<style>
a { background-color: #FE2CFD; }
a { background-color: rgb(254,44,253); }
div.DivClassName
{
background-color: #FE2CFD;
}
.BgClassName
{
background-color: #FE2CFD;
}
</style>
border-color css
<style>
span { border-color: #FE2CFD; }
span { border-color: rgb(254,44,253); }
td.TdClassName
{
border-color: #FE2CFD;
}
.TagClassName
{
border-color: #FE2CFD;
}
</style>