Shades of Magenta #FC29FE
Tints of Magenta #FC29FE
RGB
CMYK
RGB Variations
Color information
#FC29FE (or 0xFC29FE) is known color: Magenta. HEX triplet: FC, 29 and FE. RGB value is (252,41,254). Sum of RGB (Red+Green+Blue) = 252+41+254=547 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.07% from 547); Green value is 41 (16.41% from 255 or 7.50% from 547); Blue value is 254 (99.61% from 255 or 46.44% from 547); Max value from RGB is 254 - color contains mainly: blue. Hex color #FC29FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC29FE is #03D601. Grayscale: #7F7F7F. Windows color (decimal): -251394 or 16656892. OLE color: 16656892.
HSL color Cylindrical-coordinate representation of color #FC29FE: hue angle of 299.44º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FC29FE is Cyan = 0.01, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 252 | 41 | 254 | - |
| CMYK | 0.01 | 0.84 | 0 | 0.00 |
| HSL | 299.44º | 0.99% | 0.58% | - |
| HSV(B) | 299.44º | 0.84% | 1% | - |
| XYZ | 58.83 | 29.44 | 96.35 | - |
| YUV | 128.37 | 198.9 | 216.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 41 | 254 | 0.01 | 0.84 | 0 | 0.00 | 299.44 | 0.99 | 0.58 |
| Hex | FC | 29 | FE | 1 | 54 | 0 | 0 | 12B | 63 | 3A |
| Octal | 374 | 51 | 376 | 1 | 124 | 0 | 0 | 453 | 143 | 72 |
| Binary | 11111100 | 101001 | 11111110 | 1 | 1010100 | 0 | 0 | 100101011 | 1100011 | 111010 |
Color Harmonies of #FC29FE
Complementary color
Monochromatic Colors of #FC29FE
Black with #FC29FE
Text Example
Text Example
White with #FC29FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC29FE; }
p { color: rgb(252,41,254); }
H1.HeaderClassName
{
color: #FC29FE;
}
.AnyTagClassName
{
color: #FC29FE;
}
</style>
background-color css
<style>
a { background-color: #FC29FE; }
a { background-color: rgb(252,41,254); }
div.DivClassName
{
background-color: #FC29FE;
}
.BgClassName
{
background-color: #FC29FE;
}
</style>
border-color css
<style>
span { border-color: #FC29FE; }
span { border-color: rgb(252,41,254); }
td.TdClassName
{
border-color: #FC29FE;
}
.TagClassName
{
border-color: #FC29FE;
}
</style>