Shades of Magenta #FC29FF
Tints of Magenta #FC29FF
RGB
CMYK
RGB Variations
Color information
#FC29FF (or 0xFC29FF) is known color: Magenta. HEX triplet: FC, 29 and FF. RGB value is (252,41,255). Sum of RGB (Red+Green+Blue) = 252+41+255=548 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.99% from 548); Green value is 41 (16.41% from 255 or 7.48% from 548); Blue value is 255 (100% from 255 or 46.53% from 548); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC29FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC29FF is #03D600. Grayscale: #7F7F7F. Windows color (decimal): -251393 or 16722428. OLE color: 16722428.
HSL color Cylindrical-coordinate representation of color #FC29FF: 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 #FC29FF is Cyan = 0.01, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 41 | 255 | - |
| CMYK | 0.01 | 0.84 | 0 | 0 |
| HSL | 299.16º | 1% | 0.58% | - |
| HSV(B) | 299.16º | 0.84% | 1% | - |
| XYZ | 58.99 | 29.5 | 97.19 | - |
| YUV | 128.49 | 199.4 | 216.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 41 | 255 | 0.01 | 0.84 | 0 | 0 | 299.16 | 1 | 0.58 |
| Hex | FC | 29 | FF | 1 | 54 | 0 | 0 | 12B | 64 | 3A |
| Octal | 374 | 51 | 377 | 1 | 124 | 0 | 0 | 453 | 144 | 72 |
| Binary | 11111100 | 101001 | 11111111 | 1 | 1010100 | 0 | 0 | 100101011 | 1100100 | 111010 |
Color Harmonies of #FC29FF
Complementary color
Monochromatic Colors of #FC29FF
Black with #FC29FF
Text Example
Text Example
White with #FC29FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC29FF; }
p { color: rgb(252,41,255); }
H1.HeaderClassName
{
color: #FC29FF;
}
.AnyTagClassName
{
color: #FC29FF;
}
</style>
background-color css
<style>
a { background-color: #FC29FF; }
a { background-color: rgb(252,41,255); }
div.DivClassName
{
background-color: #FC29FF;
}
.BgClassName
{
background-color: #FC29FF;
}
</style>
border-color css
<style>
span { border-color: #FC29FF; }
span { border-color: rgb(252,41,255); }
td.TdClassName
{
border-color: #FC29FF;
}
.TagClassName
{
border-color: #FC29FF;
}
</style>