Shades of Magenta #FE20FC
Tints of Magenta #FE20FC
RGB
CMYK
RGB Variations
Color information
#FE20FC (or 0xFE20FC) is known color: Magenta. HEX triplet: FE, 20 and FC. RGB value is (254,32,252). Sum of RGB (Red+Green+Blue) = 254+32+252=538 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.21% from 538); Green value is 32 (12.89% from 255 or 5.95% from 538); Blue value is 252 (98.83% from 255 or 46.84% from 538); Max value from RGB is 254 - color contains mainly: red. Hex color #FE20FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE20FC is #01DF03. Grayscale: #7A7A7A. Windows color (decimal): -122628 or 16523518. OLE color: 16523518.
HSL color Cylindrical-coordinate representation of color #FE20FC: hue angle of 300.54º 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 #FE20FC is Cyan = 0, Magento = 0.87, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 32 | 252 | - |
| CMYK | 0 | 0.87 | 0.01 | 0.00 |
| HSL | 300.54º | 0.99% | 0.56% | - |
| HSV(B) | 300.54º | 0.87% | 1% | - |
| XYZ | 58.96 | 29.13 | 94.61 | - |
| YUV | 123.46 | 200.55 | 221.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 32 | 252 | 0 | 0.87 | 0.01 | 0.00 | 300.54 | 0.99 | 0.56 |
| Hex | FE | 20 | FC | 0 | 57 | 1 | 0 | 12D | 63 | 38 |
| Octal | 376 | 40 | 374 | 0 | 127 | 1 | 0 | 455 | 143 | 70 |
| Binary | 11111110 | 100000 | 11111100 | 0 | 1010111 | 1 | 0 | 100101101 | 1100011 | 111000 |
Color Harmonies of #FE20FC
Complementary color
Monochromatic Colors of #FE20FC
Black with #FE20FC
Text Example
Text Example
White with #FE20FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE20FC; }
p { color: rgb(254,32,252); }
H1.HeaderClassName
{
color: #FE20FC;
}
.AnyTagClassName
{
color: #FE20FC;
}
</style>
background-color css
<style>
a { background-color: #FE20FC; }
a { background-color: rgb(254,32,252); }
div.DivClassName
{
background-color: #FE20FC;
}
.BgClassName
{
background-color: #FE20FC;
}
</style>
border-color css
<style>
span { border-color: #FE20FC; }
span { border-color: rgb(254,32,252); }
td.TdClassName
{
border-color: #FE20FC;
}
.TagClassName
{
border-color: #FE20FC;
}
</style>