Shades of Magenta #FC32FE
Tints of Magenta #FC32FE
RGB
CMYK
RGB Variations
Color information
#FC32FE (or 0xFC32FE) is known color: Magenta. HEX triplet: FC, 32 and FE. RGB value is (252,50,254). Sum of RGB (Red+Green+Blue) = 252+50+254=556 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.32% from 556); Green value is 50 (19.92% from 255 or 8.99% from 556); Blue value is 254 (99.61% from 255 or 45.68% from 556); Max value from RGB is 254 - color contains mainly: blue. Hex color #FC32FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC32FE is #03CD01. Grayscale: #858585. Windows color (decimal): -249090 or 16659196. OLE color: 16659196.
HSL color Cylindrical-coordinate representation of color #FC32FE: hue angle of 299.41º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FC32FE is Cyan = 0.01, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 252 | 50 | 254 | - |
| CMYK | 0.01 | 0.80 | 0 | 0.00 |
| HSL | 299.41º | 0.99% | 0.6% | - |
| HSV(B) | 299.41º | 0.8% | 1% | - |
| XYZ | 59.17 | 30.13 | 96.46 | - |
| YUV | 133.65 | 195.92 | 212.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 50 | 254 | 0.01 | 0.80 | 0 | 0.00 | 299.41 | 0.99 | 0.6 |
| Hex | FC | 32 | FE | 1 | 50 | 0 | 0 | 12B | 63 | 3C |
| Octal | 374 | 62 | 376 | 1 | 120 | 0 | 0 | 453 | 143 | 74 |
| Binary | 11111100 | 110010 | 11111110 | 1 | 1010000 | 0 | 0 | 100101011 | 1100011 | 111100 |
Color Harmonies of #FC32FE
Complementary color
Monochromatic Colors of #FC32FE
Black with #FC32FE
Text Example
Text Example
White with #FC32FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC32FE; }
p { color: rgb(252,50,254); }
H1.HeaderClassName
{
color: #FC32FE;
}
.AnyTagClassName
{
color: #FC32FE;
}
</style>
background-color css
<style>
a { background-color: #FC32FE; }
a { background-color: rgb(252,50,254); }
div.DivClassName
{
background-color: #FC32FE;
}
.BgClassName
{
background-color: #FC32FE;
}
</style>
border-color css
<style>
span { border-color: #FC32FE; }
span { border-color: rgb(252,50,254); }
td.TdClassName
{
border-color: #FC32FE;
}
.TagClassName
{
border-color: #FC32FE;
}
</style>