Shades of Magenta #FC32FB
Tints of Magenta #FC32FB
RGB
CMYK
RGB Variations
Color information
#FC32FB (or 0xFC32FB) is known color: Magenta. HEX triplet: FC, 32 and FB. RGB value is (252,50,251). Sum of RGB (Red+Green+Blue) = 252+50+251=553 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.57% from 553); Green value is 50 (19.92% from 255 or 9.04% from 553); Blue value is 251 (98.44% from 255 or 45.39% from 553); Max value from RGB is 252 - color contains mainly: red. Hex color #FC32FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC32FB is #03CD04. Grayscale: #848484. Windows color (decimal): -249093 or 16462588. OLE color: 16462588.
HSL color Cylindrical-coordinate representation of color #FC32FB: hue angle of 300.3º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FC32FB is Cyan = 0, Magento = 0.80, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 50 | 251 | - |
| CMYK | 0 | 0.80 | 0.00 | 0.01 |
| HSL | 300.3º | 0.97% | 0.59% | - |
| HSV(B) | 300.3º | 0.8% | 0.99% | - |
| XYZ | 58.7 | 29.94 | 93.95 | - |
| YUV | 133.31 | 194.42 | 212.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 50 | 251 | 0 | 0.80 | 0.00 | 0.01 | 300.3 | 0.97 | 0.59 |
| Hex | FC | 32 | FB | 0 | 50 | 0 | 1 | 12C | 61 | 3B |
| Octal | 374 | 62 | 373 | 0 | 120 | 0 | 1 | 454 | 141 | 73 |
| Binary | 11111100 | 110010 | 11111011 | 0 | 1010000 | 0 | 1 | 100101100 | 1100001 | 111011 |
Color Harmonies of #FC32FB
Complementary color
Monochromatic Colors of #FC32FB
Black with #FC32FB
Text Example
Text Example
White with #FC32FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC32FB; }
p { color: rgb(252,50,251); }
H1.HeaderClassName
{
color: #FC32FB;
}
.AnyTagClassName
{
color: #FC32FB;
}
</style>
background-color css
<style>
a { background-color: #FC32FB; }
a { background-color: rgb(252,50,251); }
div.DivClassName
{
background-color: #FC32FB;
}
.BgClassName
{
background-color: #FC32FB;
}
</style>
border-color css
<style>
span { border-color: #FC32FB; }
span { border-color: rgb(252,50,251); }
td.TdClassName
{
border-color: #FC32FB;
}
.TagClassName
{
border-color: #FC32FB;
}
</style>