Shades of Magenta #FE20EB
Tints of Magenta #FE20EB
RGB
CMYK
RGB Variations
Color information
#FE20EB (or 0xFE20EB) is known color: Magenta. HEX triplet: FE, 20 and EB. RGB value is (254,32,235). Sum of RGB (Red+Green+Blue) = 254+32+235=521 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.75% from 521); Green value is 32 (12.89% from 255 or 6.14% from 521); Blue value is 235 (92.19% from 255 or 45.11% from 521); Max value from RGB is 254 - color contains mainly: red. Hex color #FE20EB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE20EB is #01DF14. Grayscale: #787878. Windows color (decimal): -122645 or 15409406. OLE color: 15409406.
HSL color Cylindrical-coordinate representation of color #FE20EB: hue angle of 305.14º 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 #FE20EB is Cyan = 0, Magento = 0.87, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 32 | 235 | - |
| CMYK | 0 | 0.87 | 0.07 | 0.00 |
| HSL | 305.14º | 0.99% | 0.56% | - |
| HSV(B) | 305.14º | 0.87% | 1% | - |
| XYZ | 56.38 | 28.1 | 81.05 | - |
| YUV | 121.52 | 192.05 | 222.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 32 | 235 | 0 | 0.87 | 0.07 | 0.00 | 305.14 | 0.99 | 0.56 |
| Hex | FE | 20 | EB | 0 | 57 | 7 | 0 | 131 | 63 | 38 |
| Octal | 376 | 40 | 353 | 0 | 127 | 7 | 0 | 461 | 143 | 70 |
| Binary | 11111110 | 100000 | 11101011 | 0 | 1010111 | 111 | 0 | 100110001 | 1100011 | 111000 |
Color Harmonies of #FE20EB
Complementary color
Monochromatic Colors of #FE20EB
Black with #FE20EB
Text Example
Text Example
White with #FE20EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE20EB; }
p { color: rgb(254,32,235); }
H1.HeaderClassName
{
color: #FE20EB;
}
.AnyTagClassName
{
color: #FE20EB;
}
</style>
background-color css
<style>
a { background-color: #FE20EB; }
a { background-color: rgb(254,32,235); }
div.DivClassName
{
background-color: #FE20EB;
}
.BgClassName
{
background-color: #FE20EB;
}
</style>
border-color css
<style>
span { border-color: #FE20EB; }
span { border-color: rgb(254,32,235); }
td.TdClassName
{
border-color: #FE20EB;
}
.TagClassName
{
border-color: #FE20EB;
}
</style>