Shades of Magenta #FC2AFC
Tints of Magenta #FC2AFC
RGB
CMYK
RGB Variations
Color information
#FC2AFC (or 0xFC2AFC) is known color: Magenta. HEX triplet: FC, 2A and FC. RGB value is (252,42,252). Sum of RGB (Red+Green+Blue) = 252+42+252=546 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.15% from 546); Green value is 42 (16.80% from 255 or 7.69% from 546); Blue value is 252 (98.83% from 255 or 46.15% from 546); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FC2AFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC2AFC is #03D503. Grayscale: #808080. Windows color (decimal): -251140 or 16526076. OLE color: 16526076.
HSL color Cylindrical-coordinate representation of color #FC2AFC: hue angle of 300º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FC2AFC is Cyan = 0, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 42 | 252 | - |
| CMYK | 0 | 0.83 | 0 | 0.01 |
| HSL | 300º | 0.97% | 0.58% | - |
| HSV(B) | 300º | 0.83% | 0.99% | - |
| XYZ | 58.54 | 29.38 | 94.68 | - |
| YUV | 128.73 | 197.57 | 215.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 42 | 252 | 0 | 0.83 | 0 | 0.01 | 300 | 0.97 | 0.58 |
| Hex | FC | 2A | FC | 0 | 53 | 0 | 1 | 12C | 61 | 3A |
| Octal | 374 | 52 | 374 | 0 | 123 | 0 | 1 | 454 | 141 | 72 |
| Binary | 11111100 | 101010 | 11111100 | 0 | 1010011 | 0 | 1 | 100101100 | 1100001 | 111010 |
Color Harmonies of #FC2AFC
Complementary color
Monochromatic Colors of #FC2AFC
Black with #FC2AFC
Text Example
Text Example
White with #FC2AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2AFC; }
p { color: rgb(252,42,252); }
H1.HeaderClassName
{
color: #FC2AFC;
}
.AnyTagClassName
{
color: #FC2AFC;
}
</style>
background-color css
<style>
a { background-color: #FC2AFC; }
a { background-color: rgb(252,42,252); }
div.DivClassName
{
background-color: #FC2AFC;
}
.BgClassName
{
background-color: #FC2AFC;
}
</style>
border-color css
<style>
span { border-color: #FC2AFC; }
span { border-color: rgb(252,42,252); }
td.TdClassName
{
border-color: #FC2AFC;
}
.TagClassName
{
border-color: #FC2AFC;
}
</style>