Shades of Magenta #FC10EE
Tints of Magenta #FC10EE
RGB
CMYK
RGB Variations
Color information
#FC10EE (or 0xFC10EE) is known color: Magenta. HEX triplet: FC, 10 and EE. RGB value is (252,16,238). Sum of RGB (Red+Green+Blue) = 252+16+238=506 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.80% from 506); Green value is 16 (6.64% from 255 or 3.16% from 506); Blue value is 238 (93.36% from 255 or 47.04% from 506); Max value from RGB is 252 - color contains mainly: red. Hex color #FC10EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC10EE is #03EF11. Grayscale: #6F6F6F. Windows color (decimal): -257810 or 15601916. OLE color: 15601916.
HSL color Cylindrical-coordinate representation of color #FC10EE: hue angle of 303.56º 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 #FC10EE is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 16 | 238 | - |
| CMYK | 0 | 0.94 | 0.06 | 0.01 |
| HSL | 303.56º | 0.98% | 0.53% | - |
| HSV(B) | 303.56º | 0.94% | 0.99% | - |
| XYZ | 55.76 | 27.24 | 83.21 | - |
| YUV | 111.87 | 199.19 | 227.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 16 | 238 | 0 | 0.94 | 0.06 | 0.01 | 303.56 | 0.98 | 0.53 |
| Hex | FC | 10 | EE | 0 | 5E | 6 | 1 | 130 | 62 | 35 |
| Octal | 374 | 20 | 356 | 0 | 136 | 6 | 1 | 460 | 142 | 65 |
| Binary | 11111100 | 10000 | 11101110 | 0 | 1011110 | 110 | 1 | 100110000 | 1100010 | 110101 |
Color Harmonies of #FC10EE
Complementary color
Monochromatic Colors of #FC10EE
Black with #FC10EE
Text Example
Text Example
White with #FC10EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC10EE; }
p { color: rgb(252,16,238); }
H1.HeaderClassName
{
color: #FC10EE;
}
.AnyTagClassName
{
color: #FC10EE;
}
</style>
background-color css
<style>
a { background-color: #FC10EE; }
a { background-color: rgb(252,16,238); }
div.DivClassName
{
background-color: #FC10EE;
}
.BgClassName
{
background-color: #FC10EE;
}
</style>
border-color css
<style>
span { border-color: #FC10EE; }
span { border-color: rgb(252,16,238); }
td.TdClassName
{
border-color: #FC10EE;
}
.TagClassName
{
border-color: #FC10EE;
}
</style>