Shades of Magenta #FE20FA
Tints of Magenta #FE20FA
RGB
CMYK
RGB Variations
Color information
#FE20FA (or 0xFE20FA) is known color: Magenta. HEX triplet: FE, 20 and FA. RGB value is (254,32,250). Sum of RGB (Red+Green+Blue) = 254+32+250=536 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.39% from 536); Green value is 32 (12.89% from 255 or 5.97% from 536); Blue value is 250 (98.05% from 255 or 46.64% from 536); Max value from RGB is 254 - color contains mainly: red. Hex color #FE20FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE20FA is #01DF05. Grayscale: #7A7A7A. Windows color (decimal): -122630 or 16392446. OLE color: 16392446.
HSL color Cylindrical-coordinate representation of color #FE20FA: hue angle of 301.08º 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 #FE20FA is Cyan = 0, Magento = 0.87, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 32 | 250 | - |
| CMYK | 0 | 0.87 | 0.02 | 0.00 |
| HSL | 301.08º | 0.99% | 0.56% | - |
| HSV(B) | 301.08º | 0.87% | 1% | - |
| XYZ | 58.64 | 29.01 | 92.95 | - |
| YUV | 123.23 | 199.55 | 221.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 32 | 250 | 0 | 0.87 | 0.02 | 0.00 | 301.08 | 0.99 | 0.56 |
| Hex | FE | 20 | FA | 0 | 57 | 2 | 0 | 12D | 63 | 38 |
| Octal | 376 | 40 | 372 | 0 | 127 | 2 | 0 | 455 | 143 | 70 |
| Binary | 11111110 | 100000 | 11111010 | 0 | 1010111 | 10 | 0 | 100101101 | 1100011 | 111000 |
Color Harmonies of #FE20FA
Complementary color
Monochromatic Colors of #FE20FA
Black with #FE20FA
Text Example
Text Example
White with #FE20FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE20FA; }
p { color: rgb(254,32,250); }
H1.HeaderClassName
{
color: #FE20FA;
}
.AnyTagClassName
{
color: #FE20FA;
}
</style>
background-color css
<style>
a { background-color: #FE20FA; }
a { background-color: rgb(254,32,250); }
div.DivClassName
{
background-color: #FE20FA;
}
.BgClassName
{
background-color: #FE20FA;
}
</style>
border-color css
<style>
span { border-color: #FE20FA; }
span { border-color: rgb(254,32,250); }
td.TdClassName
{
border-color: #FE20FA;
}
.TagClassName
{
border-color: #FE20FA;
}
</style>