Shades of Magenta #FC10F2
Tints of Magenta #FC10F2
RGB
CMYK
RGB Variations
Color information
#FC10F2 (or 0xFC10F2) is known color: Magenta. HEX triplet: FC, 10 and F2. RGB value is (252,16,242). Sum of RGB (Red+Green+Blue) = 252+16+242=510 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.41% from 510); Green value is 16 (6.64% from 255 or 3.14% from 510); Blue value is 242 (94.92% from 255 or 47.45% from 510); Max value from RGB is 252 - color contains mainly: red. Hex color #FC10F2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC10F2 is #03EF0D. Grayscale: #6F6F6F. Windows color (decimal): -257806 or 15864060. OLE color: 15864060.
HSL color Cylindrical-coordinate representation of color #FC10F2: hue angle of 302.54º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FC10F2 is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 16 | 242 | - |
| CMYK | 0 | 0.94 | 0.04 | 0.01 |
| HSL | 302.54º | 0.98% | 0.53% | - |
| HSV(B) | 302.54º | 0.94% | 0.99% | - |
| XYZ | 56.36 | 27.48 | 86.34 | - |
| YUV | 112.33 | 201.19 | 227.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 16 | 242 | 0 | 0.94 | 0.04 | 0.01 | 302.54 | 0.98 | 0.53 |
| Hex | FC | 10 | F2 | 0 | 5E | 4 | 1 | 12F | 62 | 35 |
| Octal | 374 | 20 | 362 | 0 | 136 | 4 | 1 | 457 | 142 | 65 |
| Binary | 11111100 | 10000 | 11110010 | 0 | 1011110 | 100 | 1 | 100101111 | 1100010 | 110101 |
Color Harmonies of #FC10F2
Complementary color
Monochromatic Colors of #FC10F2
Black with #FC10F2
Text Example
Text Example
White with #FC10F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC10F2; }
p { color: rgb(252,16,242); }
H1.HeaderClassName
{
color: #FC10F2;
}
.AnyTagClassName
{
color: #FC10F2;
}
</style>
background-color css
<style>
a { background-color: #FC10F2; }
a { background-color: rgb(252,16,242); }
div.DivClassName
{
background-color: #FC10F2;
}
.BgClassName
{
background-color: #FC10F2;
}
</style>
border-color css
<style>
span { border-color: #FC10F2; }
span { border-color: rgb(252,16,242); }
td.TdClassName
{
border-color: #FC10F2;
}
.TagClassName
{
border-color: #FC10F2;
}
</style>