Shades of Magenta #FE28FF
Tints of Magenta #FE28FF
RGB
CMYK
RGB Variations
Color information
#FE28FF (or 0xFE28FF) is known color: Magenta. HEX triplet: FE, 28 and FF. RGB value is (254,40,255). Sum of RGB (Red+Green+Blue) = 254+40+255=549 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.27% from 549); Green value is 40 (16.02% from 255 or 7.29% from 549); Blue value is 255 (100% from 255 or 46.45% from 549); Max value from RGB is 255 - color contains mainly: blue. Hex color #FE28FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE28FF is #01D700. Grayscale: #7F7F7F. Windows color (decimal): -120577 or 16722174. OLE color: 16722174.
HSL color Cylindrical-coordinate representation of color #FE28FF: hue angle of 299.72º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FE28FF is Cyan = 0.00, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 40 | 255 | - |
| CMYK | 0.00 | 0.84 | 0 | 0 |
| HSL | 299.72º | 1% | 0.58% | - |
| HSV(B) | 299.72º | 0.84% | 1% | - |
| XYZ | 59.68 | 29.81 | 97.22 | - |
| YUV | 128.5 | 199.4 | 217.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 40 | 255 | 0.00 | 0.84 | 0 | 0 | 299.72 | 1 | 0.58 |
| Hex | FE | 28 | FF | 0 | 54 | 0 | 0 | 12C | 64 | 3A |
| Octal | 376 | 50 | 377 | 0 | 124 | 0 | 0 | 454 | 144 | 72 |
| Binary | 11111110 | 101000 | 11111111 | 0 | 1010100 | 0 | 0 | 100101100 | 1100100 | 111010 |
Color Harmonies of #FE28FF
Complementary color
Monochromatic Colors of #FE28FF
Black with #FE28FF
Text Example
Text Example
White with #FE28FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE28FF; }
p { color: rgb(254,40,255); }
H1.HeaderClassName
{
color: #FE28FF;
}
.AnyTagClassName
{
color: #FE28FF;
}
</style>
background-color css
<style>
a { background-color: #FE28FF; }
a { background-color: rgb(254,40,255); }
div.DivClassName
{
background-color: #FE28FF;
}
.BgClassName
{
background-color: #FE28FF;
}
</style>
border-color css
<style>
span { border-color: #FE28FF; }
span { border-color: rgb(254,40,255); }
td.TdClassName
{
border-color: #FE28FF;
}
.TagClassName
{
border-color: #FE28FF;
}
</style>