Shades of Magenta #FC12FE
Tints of Magenta #FC12FE
RGB
CMYK
RGB Variations
Color information
#FC12FE (or 0xFC12FE) is known color: Magenta. HEX triplet: FC, 12 and FE. RGB value is (252,18,254). Sum of RGB (Red+Green+Blue) = 252+18+254=524 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.09% from 524); Green value is 18 (7.42% from 255 or 3.44% from 524); Blue value is 254 (99.61% from 255 or 48.47% from 524); Max value from RGB is 254 - color contains mainly: blue. Hex color #FC12FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC12FE is #03ED01. Grayscale: #727272. Windows color (decimal): -257282 or 16651004. OLE color: 16651004.
HSL color Cylindrical-coordinate representation of color #FC12FE: hue angle of 299.49º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FC12FE is Cyan = 0.01, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 252 | 18 | 254 | - |
| CMYK | 0.01 | 0.93 | 0 | 0.00 |
| HSL | 299.49º | 0.99% | 0.53% | - |
| HSV(B) | 299.49º | 0.93% | 1% | - |
| XYZ | 58.25 | 28.28 | 96.16 | - |
| YUV | 114.87 | 206.52 | 225.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 18 | 254 | 0.01 | 0.93 | 0 | 0.00 | 299.49 | 0.99 | 0.53 |
| Hex | FC | 12 | FE | 1 | 5D | 0 | 0 | 12B | 63 | 35 |
| Octal | 374 | 22 | 376 | 1 | 135 | 0 | 0 | 453 | 143 | 65 |
| Binary | 11111100 | 10010 | 11111110 | 1 | 1011101 | 0 | 0 | 100101011 | 1100011 | 110101 |
Color Harmonies of #FC12FE
Complementary color
Monochromatic Colors of #FC12FE
Black with #FC12FE
Text Example
Text Example
White with #FC12FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC12FE; }
p { color: rgb(252,18,254); }
H1.HeaderClassName
{
color: #FC12FE;
}
.AnyTagClassName
{
color: #FC12FE;
}
</style>
background-color css
<style>
a { background-color: #FC12FE; }
a { background-color: rgb(252,18,254); }
div.DivClassName
{
background-color: #FC12FE;
}
.BgClassName
{
background-color: #FC12FE;
}
</style>
border-color css
<style>
span { border-color: #FC12FE; }
span { border-color: rgb(252,18,254); }
td.TdClassName
{
border-color: #FC12FE;
}
.TagClassName
{
border-color: #FC12FE;
}
</style>