Shades of Magenta #FC20FF
Tints of Magenta #FC20FF
RGB
CMYK
RGB Variations
Color information
#FC20FF (or 0xFC20FF) is known color: Magenta. HEX triplet: FC, 20 and FF. RGB value is (252,32,255). Sum of RGB (Red+Green+Blue) = 252+32+255=539 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.75% from 539); Green value is 32 (12.89% from 255 or 5.94% from 539); Blue value is 255 (100% from 255 or 47.31% from 539); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC20FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC20FF is #03DF00. Grayscale: #7A7A7A. Windows color (decimal): -253697 or 16720124. OLE color: 16720124.
HSL color Cylindrical-coordinate representation of color #FC20FF: hue angle of 299.19º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FC20FF is Cyan = 0.01, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 32 | 255 | - |
| CMYK | 0.01 | 0.87 | 0 | 0 |
| HSL | 299.19º | 1% | 0.56% | - |
| HSV(B) | 299.19º | 0.87% | 1% | - |
| XYZ | 58.71 | 28.95 | 97.1 | - |
| YUV | 123.2 | 202.39 | 219.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 32 | 255 | 0.01 | 0.87 | 0 | 0 | 299.19 | 1 | 0.56 |
| Hex | FC | 20 | FF | 1 | 57 | 0 | 0 | 12B | 64 | 38 |
| Octal | 374 | 40 | 377 | 1 | 127 | 0 | 0 | 453 | 144 | 70 |
| Binary | 11111100 | 100000 | 11111111 | 1 | 1010111 | 0 | 0 | 100101011 | 1100100 | 111000 |
Color Harmonies of #FC20FF
Complementary color
Monochromatic Colors of #FC20FF
Black with #FC20FF
Text Example
Text Example
White with #FC20FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC20FF; }
p { color: rgb(252,32,255); }
H1.HeaderClassName
{
color: #FC20FF;
}
.AnyTagClassName
{
color: #FC20FF;
}
</style>
background-color css
<style>
a { background-color: #FC20FF; }
a { background-color: rgb(252,32,255); }
div.DivClassName
{
background-color: #FC20FF;
}
.BgClassName
{
background-color: #FC20FF;
}
</style>
border-color css
<style>
span { border-color: #FC20FF; }
span { border-color: rgb(252,32,255); }
td.TdClassName
{
border-color: #FC20FF;
}
.TagClassName
{
border-color: #FC20FF;
}
</style>