Shades of Magenta #FE22ED
Tints of Magenta #FE22ED
RGB
CMYK
RGB Variations
Color information
#FE22ED (or 0xFE22ED) is known color: Magenta. HEX triplet: FE, 22 and ED. RGB value is (254,34,237). Sum of RGB (Red+Green+Blue) = 254+34+237=525 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.38% from 525); Green value is 34 (13.67% from 255 or 6.48% from 525); Blue value is 237 (92.97% from 255 or 45.14% from 525); Max value from RGB is 254 - color contains mainly: red. Hex color #FE22ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE22ED is #01DD12. Grayscale: #7A7A7A. Windows color (decimal): -122131 or 15540990. OLE color: 15540990.
HSL color Cylindrical-coordinate representation of color #FE22ED: hue angle of 304.64º 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 #FE22ED is Cyan = 0, Magento = 0.87, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 34 | 237 | - |
| CMYK | 0 | 0.87 | 0.07 | 0.00 |
| HSL | 304.64º | 0.99% | 0.56% | - |
| HSV(B) | 304.64º | 0.87% | 1% | - |
| XYZ | 56.73 | 28.33 | 82.6 | - |
| YUV | 122.92 | 192.39 | 221.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 34 | 237 | 0 | 0.87 | 0.07 | 0.00 | 304.64 | 0.99 | 0.56 |
| Hex | FE | 22 | ED | 0 | 57 | 7 | 0 | 131 | 63 | 38 |
| Octal | 376 | 42 | 355 | 0 | 127 | 7 | 0 | 461 | 143 | 70 |
| Binary | 11111110 | 100010 | 11101101 | 0 | 1010111 | 111 | 0 | 100110001 | 1100011 | 111000 |
Color Harmonies of #FE22ED
Complementary color
Monochromatic Colors of #FE22ED
Black with #FE22ED
Text Example
Text Example
White with #FE22ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE22ED; }
p { color: rgb(254,34,237); }
H1.HeaderClassName
{
color: #FE22ED;
}
.AnyTagClassName
{
color: #FE22ED;
}
</style>
background-color css
<style>
a { background-color: #FE22ED; }
a { background-color: rgb(254,34,237); }
div.DivClassName
{
background-color: #FE22ED;
}
.BgClassName
{
background-color: #FE22ED;
}
</style>
border-color css
<style>
span { border-color: #FE22ED; }
span { border-color: rgb(254,34,237); }
td.TdClassName
{
border-color: #FE22ED;
}
.TagClassName
{
border-color: #FE22ED;
}
</style>