Shades of Magenta #FC28F9
Tints of Magenta #FC28F9
RGB
CMYK
RGB Variations
Color information
#FC28F9 (or 0xFC28F9) is known color: Magenta. HEX triplet: FC, 28 and F9. RGB value is (252,40,249). Sum of RGB (Red+Green+Blue) = 252+40+249=541 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.58% from 541); Green value is 40 (16.02% from 255 or 7.39% from 541); Blue value is 249 (97.66% from 255 or 46.03% from 541); Max value from RGB is 252 - color contains mainly: red. Hex color #FC28F9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC28F9 is #03D706. Grayscale: #7E7E7E. Windows color (decimal): -251655 or 16328956. OLE color: 16328956.
HSL color Cylindrical-coordinate representation of color #FC28F9: hue angle of 300.85º degrees, saturation: 0.97, 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 #FC28F9 is Cyan = 0, Magento = 0.84, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 40 | 249 | - |
| CMYK | 0 | 0.84 | 0.01 | 0.01 |
| HSL | 300.85º | 0.97% | 0.57% | - |
| HSV(B) | 300.85º | 0.84% | 0.99% | - |
| XYZ | 58 | 29.05 | 92.17 | - |
| YUV | 127.21 | 196.74 | 217.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 40 | 249 | 0 | 0.84 | 0.01 | 0.01 | 300.85 | 0.97 | 0.57 |
| Hex | FC | 28 | F9 | 0 | 54 | 1 | 1 | 12D | 61 | 39 |
| Octal | 374 | 50 | 371 | 0 | 124 | 1 | 1 | 455 | 141 | 71 |
| Binary | 11111100 | 101000 | 11111001 | 0 | 1010100 | 1 | 1 | 100101101 | 1100001 | 111001 |
Color Harmonies of #FC28F9
Complementary color
Monochromatic Colors of #FC28F9
Black with #FC28F9
Text Example
Text Example
White with #FC28F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC28F9; }
p { color: rgb(252,40,249); }
H1.HeaderClassName
{
color: #FC28F9;
}
.AnyTagClassName
{
color: #FC28F9;
}
</style>
background-color css
<style>
a { background-color: #FC28F9; }
a { background-color: rgb(252,40,249); }
div.DivClassName
{
background-color: #FC28F9;
}
.BgClassName
{
background-color: #FC28F9;
}
</style>
border-color css
<style>
span { border-color: #FC28F9; }
span { border-color: rgb(252,40,249); }
td.TdClassName
{
border-color: #FC28F9;
}
.TagClassName
{
border-color: #FC28F9;
}
</style>