Shades of Magenta #FE2FFD
Tints of Magenta #FE2FFD
RGB
CMYK
RGB Variations
Color information
#FE2FFD (or 0xFE2FFD) is known color: Magenta. HEX triplet: FE, 2F and FD. RGB value is (254,47,253). Sum of RGB (Red+Green+Blue) = 254+47+253=554 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.85% from 554); Green value is 47 (18.75% from 255 or 8.48% from 554); Blue value is 253 (99.22% from 255 or 45.67% from 554); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2FFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE2FFD is #01D002. Grayscale: #838383. Windows color (decimal): -118787 or 16592894. OLE color: 16592894.
HSL color Cylindrical-coordinate representation of color #FE2FFD: hue angle of 300.29º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FE2FFD is Cyan = 0, Magento = 0.81, Yellow = 0.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 47 | 253 | - |
| CMYK | 0 | 0.81 | 0.00 | 0.00 |
| HSL | 300.29º | 0.99% | 0.59% | - |
| HSV(B) | 300.29º | 0.81% | 1% | - |
| XYZ | 59.62 | 30.2 | 95.61 | - |
| YUV | 132.38 | 196.08 | 214.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 47 | 253 | 0 | 0.81 | 0.00 | 0.00 | 300.29 | 0.99 | 0.59 |
| Hex | FE | 2F | FD | 0 | 51 | 0 | 0 | 12C | 63 | 3B |
| Octal | 376 | 57 | 375 | 0 | 121 | 0 | 0 | 454 | 143 | 73 |
| Binary | 11111110 | 101111 | 11111101 | 0 | 1010001 | 0 | 0 | 100101100 | 1100011 | 111011 |
Color Harmonies of #FE2FFD
Complementary color
Monochromatic Colors of #FE2FFD
Black with #FE2FFD
Text Example
Text Example
White with #FE2FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2FFD; }
p { color: rgb(254,47,253); }
H1.HeaderClassName
{
color: #FE2FFD;
}
.AnyTagClassName
{
color: #FE2FFD;
}
</style>
background-color css
<style>
a { background-color: #FE2FFD; }
a { background-color: rgb(254,47,253); }
div.DivClassName
{
background-color: #FE2FFD;
}
.BgClassName
{
background-color: #FE2FFD;
}
</style>
border-color css
<style>
span { border-color: #FE2FFD; }
span { border-color: rgb(254,47,253); }
td.TdClassName
{
border-color: #FE2FFD;
}
.TagClassName
{
border-color: #FE2FFD;
}
</style>