Shades of Magenta #FC2FFC
Tints of Magenta #FC2FFC
RGB
CMYK
RGB Variations
Color information
#FC2FFC (or 0xFC2FFC) is known color: Magenta. HEX triplet: FC, 2F and FC. RGB value is (252,47,252). Sum of RGB (Red+Green+Blue) = 252+47+252=551 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.74% from 551); Green value is 47 (18.75% from 255 or 8.53% from 551); Blue value is 252 (98.83% from 255 or 45.74% from 551); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FC2FFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC2FFC is #03D003. Grayscale: #838383. Windows color (decimal): -249860 or 16527356. OLE color: 16527356.
HSL color Cylindrical-coordinate representation of color #FC2FFC: hue angle of 300º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FC2FFC is Cyan = 0, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 47 | 252 | - |
| CMYK | 0 | 0.81 | 0 | 0.01 |
| HSL | 300º | 0.97% | 0.59% | - |
| HSV(B) | 300º | 0.81% | 0.99% | - |
| XYZ | 58.73 | 29.76 | 94.74 | - |
| YUV | 131.67 | 195.92 | 213.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 47 | 252 | 0 | 0.81 | 0 | 0.01 | 300 | 0.97 | 0.59 |
| Hex | FC | 2F | FC | 0 | 51 | 0 | 1 | 12C | 61 | 3B |
| Octal | 374 | 57 | 374 | 0 | 121 | 0 | 1 | 454 | 141 | 73 |
| Binary | 11111100 | 101111 | 11111100 | 0 | 1010001 | 0 | 1 | 100101100 | 1100001 | 111011 |
Color Harmonies of #FC2FFC
Complementary color
Monochromatic Colors of #FC2FFC
Black with #FC2FFC
Text Example
Text Example
White with #FC2FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2FFC; }
p { color: rgb(252,47,252); }
H1.HeaderClassName
{
color: #FC2FFC;
}
.AnyTagClassName
{
color: #FC2FFC;
}
</style>
background-color css
<style>
a { background-color: #FC2FFC; }
a { background-color: rgb(252,47,252); }
div.DivClassName
{
background-color: #FC2FFC;
}
.BgClassName
{
background-color: #FC2FFC;
}
</style>
border-color css
<style>
span { border-color: #FC2FFC; }
span { border-color: rgb(252,47,252); }
td.TdClassName
{
border-color: #FC2FFC;
}
.TagClassName
{
border-color: #FC2FFC;
}
</style>