Shades of Hot Magenta #FE11D4
Tints of Hot Magenta #FE11D4
RGB
CMYK
RGB Variations
Color information
#FE11D4 (or 0xFE11D4) is known color: Hot Magenta. HEX triplet: FE, 11 and D4. RGB value is (254,17,212). Sum of RGB (Red+Green+Blue) = 254+17+212=483 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.59% from 483); Green value is 17 (7.03% from 255 or 3.52% from 483); Blue value is 212 (83.20% from 255 or 43.89% from 483); Max value from RGB is 254 - color contains mainly: red. Hex color #FE11D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE11D4 is #01EE2B. Grayscale: #6D6D6D. Windows color (decimal): -126508 or 13898238. OLE color: 13898238.
HSL color Cylindrical-coordinate representation of color #FE11D4: hue angle of 310.63º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FE11D4 is Cyan = 0, Magento = 0.93, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 17 | 212 | - |
| CMYK | 0 | 0.93 | 0.17 | 0.00 |
| HSL | 310.63º | 0.99% | 0.53% | - |
| HSV(B) | 310.63º | 0.93% | 1% | - |
| XYZ | 52.96 | 26.23 | 64.56 | - |
| YUV | 110.09 | 185.52 | 230.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 17 | 212 | 0 | 0.93 | 0.17 | 0.00 | 310.63 | 0.99 | 0.53 |
| Hex | FE | 11 | D4 | 0 | 5D | 11 | 0 | 137 | 63 | 35 |
| Octal | 376 | 21 | 324 | 0 | 135 | 21 | 0 | 467 | 143 | 65 |
| Binary | 11111110 | 10001 | 11010100 | 0 | 1011101 | 10001 | 0 | 100110111 | 1100011 | 110101 |
Color Harmonies of #FE11D4
Complementary color
Monochromatic Colors of #FE11D4
Black with #FE11D4
Text Example
Text Example
White with #FE11D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE11D4; }
p { color: rgb(254,17,212); }
H1.HeaderClassName
{
color: #FE11D4;
}
.AnyTagClassName
{
color: #FE11D4;
}
</style>
background-color css
<style>
a { background-color: #FE11D4; }
a { background-color: rgb(254,17,212); }
div.DivClassName
{
background-color: #FE11D4;
}
.BgClassName
{
background-color: #FE11D4;
}
</style>
border-color css
<style>
span { border-color: #FE11D4; }
span { border-color: rgb(254,17,212); }
td.TdClassName
{
border-color: #FE11D4;
}
.TagClassName
{
border-color: #FE11D4;
}
</style>