Shades of Magenta #FC10FF
Tints of Magenta #FC10FF
RGB
CMYK
RGB Variations
Color information
#FC10FF (or 0xFC10FF) is known color: Magenta. HEX triplet: FC, 10 and FF. RGB value is (252,16,255). Sum of RGB (Red+Green+Blue) = 252+16+255=523 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.18% from 523); Green value is 16 (6.64% from 255 or 3.06% from 523); Blue value is 255 (100% from 255 or 48.76% from 523); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC10FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC10FF is #03EF00. Grayscale: #717171. Windows color (decimal): -257793 or 16716028. OLE color: 16716028.
HSL color Cylindrical-coordinate representation of color #FC10FF: hue angle of 299.25º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FC10FF is Cyan = 0.01, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 16 | 255 | - |
| CMYK | 0.01 | 0.94 | 0 | 0 |
| HSL | 299.25º | 1% | 0.53% | - |
| HSV(B) | 299.25º | 0.94% | 1% | - |
| XYZ | 58.38 | 28.29 | 96.99 | - |
| YUV | 113.81 | 207.69 | 226.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 16 | 255 | 0.01 | 0.94 | 0 | 0 | 299.25 | 1 | 0.53 |
| Hex | FC | 10 | FF | 1 | 5E | 0 | 0 | 12B | 64 | 35 |
| Octal | 374 | 20 | 377 | 1 | 136 | 0 | 0 | 453 | 144 | 65 |
| Binary | 11111100 | 10000 | 11111111 | 1 | 1011110 | 0 | 0 | 100101011 | 1100100 | 110101 |
Color Harmonies of #FC10FF
Complementary color
Monochromatic Colors of #FC10FF
Black with #FC10FF
Text Example
Text Example
White with #FC10FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC10FF; }
p { color: rgb(252,16,255); }
H1.HeaderClassName
{
color: #FC10FF;
}
.AnyTagClassName
{
color: #FC10FF;
}
</style>
background-color css
<style>
a { background-color: #FC10FF; }
a { background-color: rgb(252,16,255); }
div.DivClassName
{
background-color: #FC10FF;
}
.BgClassName
{
background-color: #FC10FF;
}
</style>
border-color css
<style>
span { border-color: #FC10FF; }
span { border-color: rgb(252,16,255); }
td.TdClassName
{
border-color: #FC10FF;
}
.TagClassName
{
border-color: #FC10FF;
}
</style>