Shades of Magenta #FC2AFE
Tints of Magenta #FC2AFE
RGB
CMYK
RGB Variations
Color information
#FC2AFE (or 0xFC2AFE) is known color: Magenta. HEX triplet: FC, 2A and FE. RGB value is (252,42,254). Sum of RGB (Red+Green+Blue) = 252+42+254=548 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.99% from 548); Green value is 42 (16.80% from 255 or 7.66% from 548); Blue value is 254 (99.61% from 255 or 46.35% from 548); Max value from RGB is 254 - color contains mainly: blue. Hex color #FC2AFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC2AFE is #03D501. Grayscale: #808080. Windows color (decimal): -251138 or 16657148. OLE color: 16657148.
HSL color Cylindrical-coordinate representation of color #FC2AFE: hue angle of 299.43º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FC2AFE is Cyan = 0.01, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 252 | 42 | 254 | - |
| CMYK | 0.01 | 0.83 | 0 | 0.00 |
| HSL | 299.43º | 0.99% | 0.58% | - |
| HSV(B) | 299.43º | 0.83% | 1% | - |
| XYZ | 58.86 | 29.51 | 96.36 | - |
| YUV | 128.96 | 198.57 | 215.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 42 | 254 | 0.01 | 0.83 | 0 | 0.00 | 299.43 | 0.99 | 0.58 |
| Hex | FC | 2A | FE | 1 | 53 | 0 | 0 | 12B | 63 | 3A |
| Octal | 374 | 52 | 376 | 1 | 123 | 0 | 0 | 453 | 143 | 72 |
| Binary | 11111100 | 101010 | 11111110 | 1 | 1010011 | 0 | 0 | 100101011 | 1100011 | 111010 |
Color Harmonies of #FC2AFE
Complementary color
Monochromatic Colors of #FC2AFE
Black with #FC2AFE
Text Example
Text Example
White with #FC2AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2AFE; }
p { color: rgb(252,42,254); }
H1.HeaderClassName
{
color: #FC2AFE;
}
.AnyTagClassName
{
color: #FC2AFE;
}
</style>
background-color css
<style>
a { background-color: #FC2AFE; }
a { background-color: rgb(252,42,254); }
div.DivClassName
{
background-color: #FC2AFE;
}
.BgClassName
{
background-color: #FC2AFE;
}
</style>
border-color css
<style>
span { border-color: #FC2AFE; }
span { border-color: rgb(252,42,254); }
td.TdClassName
{
border-color: #FC2AFE;
}
.TagClassName
{
border-color: #FC2AFE;
}
</style>