Shades of Magenta #FC20FE
Tints of Magenta #FC20FE
RGB
CMYK
RGB Variations
Color information
#FC20FE (or 0xFC20FE) is known color: Magenta. HEX triplet: FC, 20 and FE. RGB value is (252,32,254). Sum of RGB (Red+Green+Blue) = 252+32+254=538 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.84% from 538); Green value is 32 (12.89% from 255 or 5.95% from 538); Blue value is 254 (99.61% from 255 or 47.21% from 538); Max value from RGB is 254 - color contains mainly: blue. Hex color #FC20FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC20FE is #03DF01. Grayscale: #7A7A7A. Windows color (decimal): -253698 or 16654588. OLE color: 16654588.
HSL color Cylindrical-coordinate representation of color #FC20FE: hue angle of 299.46º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FC20FE is Cyan = 0.01, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 252 | 32 | 254 | - |
| CMYK | 0.01 | 0.87 | 0 | 0.00 |
| HSL | 299.46º | 0.99% | 0.56% | - |
| HSV(B) | 299.46º | 0.87% | 1% | - |
| XYZ | 58.55 | 28.88 | 96.26 | - |
| YUV | 123.09 | 201.89 | 219.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 32 | 254 | 0.01 | 0.87 | 0 | 0.00 | 299.46 | 0.99 | 0.56 |
| Hex | FC | 20 | FE | 1 | 57 | 0 | 0 | 12B | 63 | 38 |
| Octal | 374 | 40 | 376 | 1 | 127 | 0 | 0 | 453 | 143 | 70 |
| Binary | 11111100 | 100000 | 11111110 | 1 | 1010111 | 0 | 0 | 100101011 | 1100011 | 111000 |
Color Harmonies of #FC20FE
Complementary color
Monochromatic Colors of #FC20FE
Black with #FC20FE
Text Example
Text Example
White with #FC20FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC20FE; }
p { color: rgb(252,32,254); }
H1.HeaderClassName
{
color: #FC20FE;
}
.AnyTagClassName
{
color: #FC20FE;
}
</style>
background-color css
<style>
a { background-color: #FC20FE; }
a { background-color: rgb(252,32,254); }
div.DivClassName
{
background-color: #FC20FE;
}
.BgClassName
{
background-color: #FC20FE;
}
</style>
border-color css
<style>
span { border-color: #FC20FE; }
span { border-color: rgb(252,32,254); }
td.TdClassName
{
border-color: #FC20FE;
}
.TagClassName
{
border-color: #FC20FE;
}
</style>