Shades of Magenta #FC28FF
Tints of Magenta #FC28FF
RGB
CMYK
RGB Variations
Color information
#FC28FF (or 0xFC28FF) is known color: Magenta. HEX triplet: FC, 28 and FF. RGB value is (252,40,255). Sum of RGB (Red+Green+Blue) = 252+40+255=547 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.07% from 547); Green value is 40 (16.02% from 255 or 7.31% from 547); Blue value is 255 (100% from 255 or 46.62% from 547); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC28FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC28FF is #03D700. Grayscale: #7F7F7F. Windows color (decimal): -251649 or 16722172. OLE color: 16722172.
HSL color Cylindrical-coordinate representation of color #FC28FF: hue angle of 299.16º 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 #FC28FF is Cyan = 0.01, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 40 | 255 | - |
| CMYK | 0.01 | 0.84 | 0 | 0 |
| HSL | 299.16º | 1% | 0.58% | - |
| HSV(B) | 299.16º | 0.84% | 1% | - |
| XYZ | 58.95 | 29.43 | 97.18 | - |
| YUV | 127.9 | 199.74 | 216.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 40 | 255 | 0.01 | 0.84 | 0 | 0 | 299.16 | 1 | 0.58 |
| Hex | FC | 28 | FF | 1 | 54 | 0 | 0 | 12B | 64 | 3A |
| Octal | 374 | 50 | 377 | 1 | 124 | 0 | 0 | 453 | 144 | 72 |
| Binary | 11111100 | 101000 | 11111111 | 1 | 1010100 | 0 | 0 | 100101011 | 1100100 | 111010 |
Color Harmonies of #FC28FF
Complementary color
Monochromatic Colors of #FC28FF
Black with #FC28FF
Text Example
Text Example
White with #FC28FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC28FF; }
p { color: rgb(252,40,255); }
H1.HeaderClassName
{
color: #FC28FF;
}
.AnyTagClassName
{
color: #FC28FF;
}
</style>
background-color css
<style>
a { background-color: #FC28FF; }
a { background-color: rgb(252,40,255); }
div.DivClassName
{
background-color: #FC28FF;
}
.BgClassName
{
background-color: #FC28FF;
}
</style>
border-color css
<style>
span { border-color: #FC28FF; }
span { border-color: rgb(252,40,255); }
td.TdClassName
{
border-color: #FC28FF;
}
.TagClassName
{
border-color: #FC28FF;
}
</style>