Shades of Magenta #FF28FF
Tints of Magenta #FF28FF
RGB
CMYK
RGB Variations
Color information
#FF28FF (or 0xFF28FF) is known color: Magenta. HEX triplet: FF, 28 and FF. RGB value is (255,40,255). Sum of RGB (Red+Green+Blue) = 255+40+255=550 (72% of max value = 765). Red value is 255 (100% from 255 or 46.36% from 550); Green value is 40 (16.02% from 255 or 7.27% from 550); Blue value is 255 (100% from 255 or 46.36% from 550); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FF28FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF28FF is #00D700. Grayscale: #808080. Windows color (decimal): -55041 or 16722175. OLE color: 16722175.
HSL color Cylindrical-coordinate representation of color #FF28FF: hue angle of 300º 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 #FF28FF is Cyan = 0, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 40 | 255 | - |
| CMYK | 0 | 0.84 | 0 | 0 |
| HSL | 300º | 1% | 0.58% | - |
| HSV(B) | 300º | 0.84% | 1% | - |
| XYZ | 60.05 | 30 | 97.23 | - |
| YUV | 128.8 | 199.23 | 218.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 40 | 255 | 0 | 0.84 | 0 | 0 | 300 | 1 | 0.58 |
| Hex | FF | 28 | FF | 0 | 54 | 0 | 0 | 12C | 64 | 3A |
| Octal | 377 | 50 | 377 | 0 | 124 | 0 | 0 | 454 | 144 | 72 |
| Binary | 11111111 | 101000 | 11111111 | 0 | 1010100 | 0 | 0 | 100101100 | 1100100 | 111010 |
Color Harmonies of #FF28FF
Complementary color
Monochromatic Colors of #FF28FF
Black with #FF28FF
Text Example
Text Example
White with #FF28FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF28FF; }
p { color: rgb(255,40,255); }
H1.HeaderClassName
{
color: #FF28FF;
}
.AnyTagClassName
{
color: #FF28FF;
}
</style>
background-color css
<style>
a { background-color: #FF28FF; }
a { background-color: rgb(255,40,255); }
div.DivClassName
{
background-color: #FF28FF;
}
.BgClassName
{
background-color: #FF28FF;
}
</style>
border-color css
<style>
span { border-color: #FF28FF; }
span { border-color: rgb(255,40,255); }
td.TdClassName
{
border-color: #FF28FF;
}
.TagClassName
{
border-color: #FF28FF;
}
</style>