Shades of Magenta #FD28F5
Tints of Magenta #FD28F5
RGB
CMYK
RGB Variations
Color information
#FD28F5 (or 0xFD28F5) is known color: Magenta. HEX triplet: FD, 28 and F5. RGB value is (253,40,245). Sum of RGB (Red+Green+Blue) = 253+40+245=538 (71% of max value = 765). Red value is 253 (99.22% from 255 or 47.03% from 538); Green value is 40 (16.02% from 255 or 7.43% from 538); Blue value is 245 (96.09% from 255 or 45.54% from 538); Max value from RGB is 253 - color contains mainly: red. Hex color #FD28F5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD28F5 is #02D70A. Grayscale: #7E7E7E. Windows color (decimal): -186123 or 16066813. OLE color: 16066813.
HSL color Cylindrical-coordinate representation of color #FD28F5: hue angle of 302.25º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FD28F5 is Cyan = 0, Magento = 0.84, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 40 | 245 | - |
| CMYK | 0 | 0.84 | 0.03 | 0.01 |
| HSL | 302.25º | 0.98% | 0.57% | - |
| HSV(B) | 302.25º | 0.84% | 0.99% | - |
| XYZ | 57.75 | 28.99 | 88.94 | - |
| YUV | 127.06 | 194.57 | 217.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 40 | 245 | 0 | 0.84 | 0.03 | 0.01 | 302.25 | 0.98 | 0.57 |
| Hex | FD | 28 | F5 | 0 | 54 | 3 | 1 | 12E | 62 | 39 |
| Octal | 375 | 50 | 365 | 0 | 124 | 3 | 1 | 456 | 142 | 71 |
| Binary | 11111101 | 101000 | 11110101 | 0 | 1010100 | 11 | 1 | 100101110 | 1100010 | 111001 |
Color Harmonies of #FD28F5
Complementary color
Monochromatic Colors of #FD28F5
Black with #FD28F5
Text Example
Text Example
White with #FD28F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD28F5; }
p { color: rgb(253,40,245); }
H1.HeaderClassName
{
color: #FD28F5;
}
.AnyTagClassName
{
color: #FD28F5;
}
</style>
background-color css
<style>
a { background-color: #FD28F5; }
a { background-color: rgb(253,40,245); }
div.DivClassName
{
background-color: #FD28F5;
}
.BgClassName
{
background-color: #FD28F5;
}
</style>
border-color css
<style>
span { border-color: #FD28F5; }
span { border-color: rgb(253,40,245); }
td.TdClassName
{
border-color: #FD28F5;
}
.TagClassName
{
border-color: #FD28F5;
}
</style>