Shades of Magenta #FE28FE
Tints of Magenta #FE28FE
RGB
CMYK
RGB Variations
Color information
#FE28FE (or 0xFE28FE) is known color: Magenta. HEX triplet: FE, 28 and FE. RGB value is (254,40,254). Sum of RGB (Red+Green+Blue) = 254+40+254=548 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.35% from 548); Green value is 40 (16.02% from 255 or 7.30% from 548); Blue value is 254 (99.61% from 255 or 46.35% from 548); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FE28FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE28FE is #01D701. Grayscale: #7F7F7F. Windows color (decimal): -120578 or 16656638. OLE color: 16656638.
HSL color Cylindrical-coordinate representation of color #FE28FE: hue angle of 300º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FE28FE is Cyan = 0, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 40 | 254 | - |
| CMYK | 0 | 0.84 | 0 | 0.00 |
| HSL | 300º | 0.99% | 0.58% | - |
| HSV(B) | 300º | 0.84% | 1% | - |
| XYZ | 59.52 | 29.74 | 96.37 | - |
| YUV | 128.38 | 198.9 | 217.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 40 | 254 | 0 | 0.84 | 0 | 0.00 | 300 | 0.99 | 0.58 |
| Hex | FE | 28 | FE | 0 | 54 | 0 | 0 | 12C | 63 | 3A |
| Octal | 376 | 50 | 376 | 0 | 124 | 0 | 0 | 454 | 143 | 72 |
| Binary | 11111110 | 101000 | 11111110 | 0 | 1010100 | 0 | 0 | 100101100 | 1100011 | 111010 |
Color Harmonies of #FE28FE
Complementary color
Monochromatic Colors of #FE28FE
Black with #FE28FE
Text Example
Text Example
White with #FE28FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE28FE; }
p { color: rgb(254,40,254); }
H1.HeaderClassName
{
color: #FE28FE;
}
.AnyTagClassName
{
color: #FE28FE;
}
</style>
background-color css
<style>
a { background-color: #FE28FE; }
a { background-color: rgb(254,40,254); }
div.DivClassName
{
background-color: #FE28FE;
}
.BgClassName
{
background-color: #FE28FE;
}
</style>
border-color css
<style>
span { border-color: #FE28FE; }
span { border-color: rgb(254,40,254); }
td.TdClassName
{
border-color: #FE28FE;
}
.TagClassName
{
border-color: #FE28FE;
}
</style>