Shades of Magenta #FC2AFF
Tints of Magenta #FC2AFF
RGB
CMYK
RGB Variations
Color information
#FC2AFF (or 0xFC2AFF) is known color: Magenta. HEX triplet: FC, 2A and FF. RGB value is (252,42,255). Sum of RGB (Red+Green+Blue) = 252+42+255=549 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.90% from 549); Green value is 42 (16.80% from 255 or 7.65% from 549); Blue value is 255 (100% from 255 or 46.45% from 549); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC2AFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC2AFF is #03D500. Grayscale: #808080. Windows color (decimal): -251137 or 16722684. OLE color: 16722684.
HSL color Cylindrical-coordinate representation of color #FC2AFF: hue angle of 299.15º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FC2AFF is Cyan = 0.01, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 42 | 255 | - |
| CMYK | 0.01 | 0.84 | 0 | 0 |
| HSL | 299.15º | 1% | 0.58% | - |
| HSV(B) | 299.15º | 0.84% | 1% | - |
| XYZ | 59.02 | 29.57 | 97.2 | - |
| YUV | 129.07 | 199.07 | 215.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 42 | 255 | 0.01 | 0.84 | 0 | 0 | 299.15 | 1 | 0.58 |
| Hex | FC | 2A | FF | 1 | 54 | 0 | 0 | 12B | 64 | 3A |
| Octal | 374 | 52 | 377 | 1 | 124 | 0 | 0 | 453 | 144 | 72 |
| Binary | 11111100 | 101010 | 11111111 | 1 | 1010100 | 0 | 0 | 100101011 | 1100100 | 111010 |
Color Harmonies of #FC2AFF
Complementary color
Monochromatic Colors of #FC2AFF
Black with #FC2AFF
Text Example
Text Example
White with #FC2AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2AFF; }
p { color: rgb(252,42,255); }
H1.HeaderClassName
{
color: #FC2AFF;
}
.AnyTagClassName
{
color: #FC2AFF;
}
</style>
background-color css
<style>
a { background-color: #FC2AFF; }
a { background-color: rgb(252,42,255); }
div.DivClassName
{
background-color: #FC2AFF;
}
.BgClassName
{
background-color: #FC2AFF;
}
</style>
border-color css
<style>
span { border-color: #FC2AFF; }
span { border-color: rgb(252,42,255); }
td.TdClassName
{
border-color: #FC2AFF;
}
.TagClassName
{
border-color: #FC2AFF;
}
</style>