Shades of Magenta #FF28FE
Tints of Magenta #FF28FE
RGB
CMYK
RGB Variations
Color information
#FF28FE (or 0xFF28FE) is known color: Magenta. HEX triplet: FF, 28 and FE. RGB value is (255,40,254). Sum of RGB (Red+Green+Blue) = 255+40+254=549 (72% of max value = 765). Red value is 255 (100% from 255 or 46.45% from 549); Green value is 40 (16.02% from 255 or 7.29% from 549); Blue value is 254 (99.61% from 255 or 46.27% from 549); Max value from RGB is 255 - color contains mainly: red. Hex color #FF28FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF28FE is #00D701. Grayscale: #808080. Windows color (decimal): -55042 or 16656639. OLE color: 16656639.
HSL color Cylindrical-coordinate representation of color #FF28FE: hue angle of 300.28º 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 #FF28FE is Cyan = 0, Magento = 0.84, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 40 | 254 | - |
| CMYK | 0 | 0.84 | 0.00 | 0 |
| HSL | 300.28º | 1% | 0.58% | - |
| HSV(B) | 300.28º | 0.84% | 1% | - |
| XYZ | 59.89 | 29.93 | 96.39 | - |
| YUV | 128.68 | 198.73 | 218.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 40 | 254 | 0 | 0.84 | 0.00 | 0 | 300.28 | 1 | 0.58 |
| Hex | FF | 28 | FE | 0 | 54 | 0 | 0 | 12C | 64 | 3A |
| Octal | 377 | 50 | 376 | 0 | 124 | 0 | 0 | 454 | 144 | 72 |
| Binary | 11111111 | 101000 | 11111110 | 0 | 1010100 | 0 | 0 | 100101100 | 1100100 | 111010 |
Color Harmonies of #FF28FE
Complementary color
Monochromatic Colors of #FF28FE
Black with #FF28FE
Text Example
Text Example
White with #FF28FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF28FE; }
p { color: rgb(255,40,254); }
H1.HeaderClassName
{
color: #FF28FE;
}
.AnyTagClassName
{
color: #FF28FE;
}
</style>
background-color css
<style>
a { background-color: #FF28FE; }
a { background-color: rgb(255,40,254); }
div.DivClassName
{
background-color: #FF28FE;
}
.BgClassName
{
background-color: #FF28FE;
}
</style>
border-color css
<style>
span { border-color: #FF28FE; }
span { border-color: rgb(255,40,254); }
td.TdClassName
{
border-color: #FF28FE;
}
.TagClassName
{
border-color: #FF28FE;
}
</style>