Shades of Magenta #FC20EE
Tints of Magenta #FC20EE
RGB
CMYK
RGB Variations
Color information
#FC20EE (or 0xFC20EE) is known color: Magenta. HEX triplet: FC, 20 and EE. RGB value is (252,32,238). Sum of RGB (Red+Green+Blue) = 252+32+238=522 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.28% from 522); Green value is 32 (12.89% from 255 or 6.13% from 522); Blue value is 238 (93.36% from 255 or 45.59% from 522); Max value from RGB is 252 - color contains mainly: red. Hex color #FC20EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC20EE is #03DF11. Grayscale: #787878. Windows color (decimal): -253714 or 15606012. OLE color: 15606012.
HSL color Cylindrical-coordinate representation of color #FC20EE: hue angle of 303.82º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FC20EE is Cyan = 0, Magento = 0.87, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 32 | 238 | - |
| CMYK | 0 | 0.87 | 0.06 | 0.01 |
| HSL | 303.82º | 0.97% | 0.56% | - |
| HSV(B) | 303.82º | 0.87% | 0.99% | - |
| XYZ | 56.09 | 27.9 | 83.32 | - |
| YUV | 121.26 | 193.89 | 221.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 32 | 238 | 0 | 0.87 | 0.06 | 0.01 | 303.82 | 0.97 | 0.56 |
| Hex | FC | 20 | EE | 0 | 57 | 6 | 1 | 130 | 61 | 38 |
| Octal | 374 | 40 | 356 | 0 | 127 | 6 | 1 | 460 | 141 | 70 |
| Binary | 11111100 | 100000 | 11101110 | 0 | 1010111 | 110 | 1 | 100110000 | 1100001 | 111000 |
Color Harmonies of #FC20EE
Complementary color
Monochromatic Colors of #FC20EE
Black with #FC20EE
Text Example
Text Example
White with #FC20EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC20EE; }
p { color: rgb(252,32,238); }
H1.HeaderClassName
{
color: #FC20EE;
}
.AnyTagClassName
{
color: #FC20EE;
}
</style>
background-color css
<style>
a { background-color: #FC20EE; }
a { background-color: rgb(252,32,238); }
div.DivClassName
{
background-color: #FC20EE;
}
.BgClassName
{
background-color: #FC20EE;
}
</style>
border-color css
<style>
span { border-color: #FC20EE; }
span { border-color: rgb(252,32,238); }
td.TdClassName
{
border-color: #FC20EE;
}
.TagClassName
{
border-color: #FC20EE;
}
</style>