Shades of Magenta #FC0FEC
Tints of Magenta #FC0FEC
RGB
CMYK
RGB Variations
Color information
#FC0FEC (or 0xFC0FEC) is known color: Magenta. HEX triplet: FC, 0F and EC. RGB value is (252,15,236). Sum of RGB (Red+Green+Blue) = 252+15+236=503 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.10% from 503); Green value is 15 (6.25% from 255 or 2.98% from 503); Blue value is 236 (92.58% from 255 or 46.92% from 503); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0FEC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC0FEC is #03F013. Grayscale: #6E6E6E. Windows color (decimal): -258068 or 15470588. OLE color: 15470588.
HSL color Cylindrical-coordinate representation of color #FC0FEC: hue angle of 304.05º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FC0FEC is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 15 | 236 | - |
| CMYK | 0 | 0.94 | 0.06 | 0.01 |
| HSL | 304.05º | 0.98% | 0.52% | - |
| HSV(B) | 304.05º | 0.94% | 0.99% | - |
| XYZ | 55.46 | 27.09 | 81.66 | - |
| YUV | 111.06 | 198.52 | 228.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 15 | 236 | 0 | 0.94 | 0.06 | 0.01 | 304.05 | 0.98 | 0.52 |
| Hex | FC | F | EC | 0 | 5E | 6 | 1 | 130 | 62 | 34 |
| Octal | 374 | 17 | 354 | 0 | 136 | 6 | 1 | 460 | 142 | 64 |
| Binary | 11111100 | 1111 | 11101100 | 0 | 1011110 | 110 | 1 | 100110000 | 1100010 | 110100 |
Color Harmonies of #FC0FEC
Complementary color
Monochromatic Colors of #FC0FEC
Black with #FC0FEC
Text Example
Text Example
White with #FC0FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0FEC; }
p { color: rgb(252,15,236); }
H1.HeaderClassName
{
color: #FC0FEC;
}
.AnyTagClassName
{
color: #FC0FEC;
}
</style>
background-color css
<style>
a { background-color: #FC0FEC; }
a { background-color: rgb(252,15,236); }
div.DivClassName
{
background-color: #FC0FEC;
}
.BgClassName
{
background-color: #FC0FEC;
}
</style>
border-color css
<style>
span { border-color: #FC0FEC; }
span { border-color: rgb(252,15,236); }
td.TdClassName
{
border-color: #FC0FEC;
}
.TagClassName
{
border-color: #FC0FEC;
}
</style>