Shades of Magenta #FC0FFC
Tints of Magenta #FC0FFC
RGB
CMYK
RGB Variations
Color information
#FC0FFC (or 0xFC0FFC) is known color: Magenta. HEX triplet: FC, 0F and FC. RGB value is (252,15,252). Sum of RGB (Red+Green+Blue) = 252+15+252=519 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.55% from 519); Green value is 15 (6.25% from 255 or 2.89% from 519); Blue value is 252 (98.83% from 255 or 48.55% from 519); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FC0FFC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC0FFC is #03F003. Grayscale: #707070. Windows color (decimal): -258052 or 16519164. OLE color: 16519164.
HSL color Cylindrical-coordinate representation of color #FC0FFC: hue angle of 300º 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 #FC0FFC is Cyan = 0, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 15 | 252 | - |
| CMYK | 0 | 0.94 | 0 | 0.01 |
| HSL | 300º | 0.98% | 0.52% | - |
| HSV(B) | 300º | 0.94% | 0.99% | - |
| XYZ | 57.89 | 28.07 | 94.46 | - |
| YUV | 112.88 | 206.52 | 227.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 15 | 252 | 0 | 0.94 | 0 | 0.01 | 300 | 0.98 | 0.52 |
| Hex | FC | F | FC | 0 | 5E | 0 | 1 | 12C | 62 | 34 |
| Octal | 374 | 17 | 374 | 0 | 136 | 0 | 1 | 454 | 142 | 64 |
| Binary | 11111100 | 1111 | 11111100 | 0 | 1011110 | 0 | 1 | 100101100 | 1100010 | 110100 |
Color Harmonies of #FC0FFC
Complementary color
Monochromatic Colors of #FC0FFC
Black with #FC0FFC
Text Example
Text Example
White with #FC0FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0FFC; }
p { color: rgb(252,15,252); }
H1.HeaderClassName
{
color: #FC0FFC;
}
.AnyTagClassName
{
color: #FC0FFC;
}
</style>
background-color css
<style>
a { background-color: #FC0FFC; }
a { background-color: rgb(252,15,252); }
div.DivClassName
{
background-color: #FC0FFC;
}
.BgClassName
{
background-color: #FC0FFC;
}
</style>
border-color css
<style>
span { border-color: #FC0FFC; }
span { border-color: rgb(252,15,252); }
td.TdClassName
{
border-color: #FC0FFC;
}
.TagClassName
{
border-color: #FC0FFC;
}
</style>