Shades of Magenta #FC0AFE
Tints of Magenta #FC0AFE
RGB
CMYK
RGB Variations
Color information
#FC0AFE (or 0xFC0AFE) is known color: Magenta. HEX triplet: FC, 0A and FE. RGB value is (252,10,254). Sum of RGB (Red+Green+Blue) = 252+10+254=516 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.84% from 516); Green value is 10 (4.30% from 255 or 1.94% from 516); Blue value is 254 (99.61% from 255 or 49.22% from 516); Max value from RGB is 254 - color contains mainly: blue. Hex color #FC0AFE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC0AFE is #03F501. Grayscale: #6D6D6D. Windows color (decimal): -259330 or 16648956. OLE color: 16648956.
HSL color Cylindrical-coordinate representation of color #FC0AFE: hue angle of 299.51º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FC0AFE is Cyan = 0.01, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 252 | 10 | 254 | - |
| CMYK | 0.01 | 0.96 | 0 | 0.00 |
| HSL | 299.51º | 0.99% | 0.52% | - |
| HSV(B) | 299.51º | 0.96% | 1% | - |
| XYZ | 58.14 | 28.07 | 96.12 | - |
| YUV | 110.17 | 209.17 | 229.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 10 | 254 | 0.01 | 0.96 | 0 | 0.00 | 299.51 | 0.99 | 0.52 |
| Hex | FC | A | FE | 1 | 60 | 0 | 0 | 12C | 63 | 34 |
| Octal | 374 | 12 | 376 | 1 | 140 | 0 | 0 | 454 | 143 | 64 |
| Binary | 11111100 | 1010 | 11111110 | 1 | 1100000 | 0 | 0 | 100101100 | 1100011 | 110100 |
Color Harmonies of #FC0AFE
Complementary color
Monochromatic Colors of #FC0AFE
Black with #FC0AFE
Text Example
Text Example
White with #FC0AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0AFE; }
p { color: rgb(252,10,254); }
H1.HeaderClassName
{
color: #FC0AFE;
}
.AnyTagClassName
{
color: #FC0AFE;
}
</style>
background-color css
<style>
a { background-color: #FC0AFE; }
a { background-color: rgb(252,10,254); }
div.DivClassName
{
background-color: #FC0AFE;
}
.BgClassName
{
background-color: #FC0AFE;
}
</style>
border-color css
<style>
span { border-color: #FC0AFE; }
span { border-color: rgb(252,10,254); }
td.TdClassName
{
border-color: #FC0AFE;
}
.TagClassName
{
border-color: #FC0AFE;
}
</style>