Shades of Magenta #FC01EE
Tints of Magenta #FC01EE
RGB
CMYK
RGB Variations
Color information
#FC01EE (or 0xFC01EE) is known color: Magenta. HEX triplet: FC, 01 and EE. RGB value is (252,1,238). Sum of RGB (Red+Green+Blue) = 252+1+238=491 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.32% from 491); Green value is 1 (0.78% from 255 or 0.20% from 491); Blue value is 238 (93.36% from 255 or 48.47% from 491); Max value from RGB is 252 - color contains mainly: red. Hex color #FC01EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC01EE is #03FE11. Grayscale: #666666. Windows color (decimal): -261650 or 15598076. OLE color: 15598076.
HSL color Cylindrical-coordinate representation of color #FC01EE: hue angle of 303.35º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC01EE is Cyan = 0, Magento = 1.00, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 1 | 238 | - |
| CMYK | 0 | 1.00 | 0.06 | 0.01 |
| HSL | 303.35º | 0.99% | 0.5% | - |
| HSV(B) | 303.35º | 1% | 0.99% | - |
| XYZ | 55.59 | 26.89 | 83.15 | - |
| YUV | 103.07 | 204.16 | 234.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 1 | 238 | 0 | 1.00 | 0.06 | 0.01 | 303.35 | 0.99 | 0.5 |
| Hex | FC | 1 | EE | 0 | 64 | 6 | 1 | 12F | 63 | 32 |
| Octal | 374 | 1 | 356 | 0 | 144 | 6 | 1 | 457 | 143 | 62 |
| Binary | 11111100 | 1 | 11101110 | 0 | 1100100 | 110 | 1 | 100101111 | 1100011 | 110010 |
Color Harmonies of #FC01EE
Complementary color
Monochromatic Colors of #FC01EE
Black with #FC01EE
Text Example
Text Example
White with #FC01EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC01EE; }
p { color: rgb(252,1,238); }
H1.HeaderClassName
{
color: #FC01EE;
}
.AnyTagClassName
{
color: #FC01EE;
}
</style>
background-color css
<style>
a { background-color: #FC01EE; }
a { background-color: rgb(252,1,238); }
div.DivClassName
{
background-color: #FC01EE;
}
.BgClassName
{
background-color: #FC01EE;
}
</style>
border-color css
<style>
span { border-color: #FC01EE; }
span { border-color: rgb(252,1,238); }
td.TdClassName
{
border-color: #FC01EE;
}
.TagClassName
{
border-color: #FC01EE;
}
</style>