Shades of Hot Magenta #FE1ADD
Tints of Hot Magenta #FE1ADD
RGB
CMYK
RGB Variations
Color information
#FE1ADD (or 0xFE1ADD) is known color: Hot Magenta. HEX triplet: FE, 1A and DD. RGB value is (254,26,221). Sum of RGB (Red+Green+Blue) = 254+26+221=501 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.70% from 501); Green value is 26 (10.55% from 255 or 5.19% from 501); Blue value is 221 (86.72% from 255 or 44.11% from 501); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1ADD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE1ADD is #01E522. Grayscale: #737373. Windows color (decimal): -124195 or 14490366. OLE color: 14490366.
HSL color Cylindrical-coordinate representation of color #FE1ADD: hue angle of 308.68º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FE1ADD is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 26 | 221 | - |
| CMYK | 0 | 0.90 | 0.13 | 0.00 |
| HSL | 308.68º | 0.99% | 0.55% | - |
| HSV(B) | 308.68º | 0.9% | 1% | - |
| XYZ | 54.29 | 27.03 | 70.76 | - |
| YUV | 116.4 | 187.04 | 226.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 26 | 221 | 0 | 0.90 | 0.13 | 0.00 | 308.68 | 0.99 | 0.55 |
| Hex | FE | 1A | DD | 0 | 5A | D | 0 | 135 | 63 | 37 |
| Octal | 376 | 32 | 335 | 0 | 132 | 15 | 0 | 465 | 143 | 67 |
| Binary | 11111110 | 11010 | 11011101 | 0 | 1011010 | 1101 | 0 | 100110101 | 1100011 | 110111 |
Color Harmonies of #FE1ADD
Complementary color
Monochromatic Colors of #FE1ADD
Black with #FE1ADD
Text Example
Text Example
White with #FE1ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1ADD; }
p { color: rgb(254,26,221); }
H1.HeaderClassName
{
color: #FE1ADD;
}
.AnyTagClassName
{
color: #FE1ADD;
}
</style>
background-color css
<style>
a { background-color: #FE1ADD; }
a { background-color: rgb(254,26,221); }
div.DivClassName
{
background-color: #FE1ADD;
}
.BgClassName
{
background-color: #FE1ADD;
}
</style>
border-color css
<style>
span { border-color: #FE1ADD; }
span { border-color: rgb(254,26,221); }
td.TdClassName
{
border-color: #FE1ADD;
}
.TagClassName
{
border-color: #FE1ADD;
}
</style>