Shades of Magenta #FF28F9
Tints of Magenta #FF28F9
RGB
CMYK
RGB Variations
Color information
#FF28F9 (or 0xFF28F9) is known color: Magenta. HEX triplet: FF, 28 and F9. RGB value is (255,40,249). Sum of RGB (Red+Green+Blue) = 255+40+249=544 (72% of max value = 765). Red value is 255 (100% from 255 or 46.88% from 544); Green value is 40 (16.02% from 255 or 7.35% from 544); Blue value is 249 (97.66% from 255 or 45.77% from 544); Max value from RGB is 255 - color contains mainly: red. Hex color #FF28F9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF28F9 is #00D706. Grayscale: #7F7F7F. Windows color (decimal): -55047 or 16328959. OLE color: 16328959.
HSL color Cylindrical-coordinate representation of color #FF28F9: hue angle of 301.67º 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 #FF28F9 is Cyan = 0, Magento = 0.84, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 40 | 249 | - |
| CMYK | 0 | 0.84 | 0.02 | 0 |
| HSL | 301.67º | 1% | 0.58% | - |
| HSV(B) | 301.67º | 0.84% | 1% | - |
| XYZ | 59.1 | 29.62 | 92.22 | - |
| YUV | 128.11 | 196.23 | 218.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 40 | 249 | 0 | 0.84 | 0.02 | 0 | 301.67 | 1 | 0.58 |
| Hex | FF | 28 | F9 | 0 | 54 | 2 | 0 | 12E | 64 | 3A |
| Octal | 377 | 50 | 371 | 0 | 124 | 2 | 0 | 456 | 144 | 72 |
| Binary | 11111111 | 101000 | 11111001 | 0 | 1010100 | 10 | 0 | 100101110 | 1100100 | 111010 |
Color Harmonies of #FF28F9
Complementary color
Monochromatic Colors of #FF28F9
Black with #FF28F9
Text Example
Text Example
White with #FF28F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF28F9; }
p { color: rgb(255,40,249); }
H1.HeaderClassName
{
color: #FF28F9;
}
.AnyTagClassName
{
color: #FF28F9;
}
</style>
background-color css
<style>
a { background-color: #FF28F9; }
a { background-color: rgb(255,40,249); }
div.DivClassName
{
background-color: #FF28F9;
}
.BgClassName
{
background-color: #FF28F9;
}
</style>
border-color css
<style>
span { border-color: #FF28F9; }
span { border-color: rgb(255,40,249); }
td.TdClassName
{
border-color: #FF28F9;
}
.TagClassName
{
border-color: #FF28F9;
}
</style>