Shades of Hot Magenta #FE12DD
Tints of Hot Magenta #FE12DD
RGB
CMYK
RGB Variations
Color information
#FE12DD (or 0xFE12DD) is known color: Hot Magenta. HEX triplet: FE, 12 and DD. RGB value is (254,18,221). Sum of RGB (Red+Green+Blue) = 254+18+221=493 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.52% from 493); Green value is 18 (7.42% from 255 or 3.65% from 493); Blue value is 221 (86.72% from 255 or 44.83% from 493); Max value from RGB is 254 - color contains mainly: red. Hex color #FE12DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE12DD is #01ED22. Grayscale: #6F6F6F. Windows color (decimal): -126243 or 14488318. OLE color: 14488318.
HSL color Cylindrical-coordinate representation of color #FE12DD: hue angle of 308.39º 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 #FE12DD is Cyan = 0, Magento = 0.93, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 18 | 221 | - |
| CMYK | 0 | 0.93 | 0.13 | 0.00 |
| HSL | 308.39º | 0.99% | 0.53% | - |
| HSV(B) | 308.39º | 0.93% | 1% | - |
| XYZ | 54.14 | 26.72 | 70.71 | - |
| YUV | 111.71 | 189.69 | 229.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 18 | 221 | 0 | 0.93 | 0.13 | 0.00 | 308.39 | 0.99 | 0.53 |
| Hex | FE | 12 | DD | 0 | 5D | D | 0 | 134 | 63 | 35 |
| Octal | 376 | 22 | 335 | 0 | 135 | 15 | 0 | 464 | 143 | 65 |
| Binary | 11111110 | 10010 | 11011101 | 0 | 1011101 | 1101 | 0 | 100110100 | 1100011 | 110101 |
Color Harmonies of #FE12DD
Complementary color
Monochromatic Colors of #FE12DD
Black with #FE12DD
Text Example
Text Example
White with #FE12DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE12DD; }
p { color: rgb(254,18,221); }
H1.HeaderClassName
{
color: #FE12DD;
}
.AnyTagClassName
{
color: #FE12DD;
}
</style>
background-color css
<style>
a { background-color: #FE12DD; }
a { background-color: rgb(254,18,221); }
div.DivClassName
{
background-color: #FE12DD;
}
.BgClassName
{
background-color: #FE12DD;
}
</style>
border-color css
<style>
span { border-color: #FE12DD; }
span { border-color: rgb(254,18,221); }
td.TdClassName
{
border-color: #FE12DD;
}
.TagClassName
{
border-color: #FE12DD;
}
</style>