Shades of Hot Magenta #FE12D9
Tints of Hot Magenta #FE12D9
RGB
CMYK
RGB Variations
Color information
#FE12D9 (or 0xFE12D9) is known color: Hot Magenta. HEX triplet: FE, 12 and D9. RGB value is (254,18,217). Sum of RGB (Red+Green+Blue) = 254+18+217=489 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.94% from 489); Green value is 18 (7.42% from 255 or 3.68% from 489); Blue value is 217 (85.16% from 255 or 44.38% from 489); Max value from RGB is 254 - color contains mainly: red. Hex color #FE12D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE12D9 is #01ED26. Grayscale: #6E6E6E. Windows color (decimal): -126247 or 14226174. OLE color: 14226174.
HSL color Cylindrical-coordinate representation of color #FE12D9: hue angle of 309.41º 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 #FE12D9 is Cyan = 0, Magento = 0.93, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 18 | 217 | - |
| CMYK | 0 | 0.93 | 0.15 | 0.00 |
| HSL | 309.41º | 0.99% | 0.53% | - |
| HSV(B) | 309.41º | 0.93% | 1% | - |
| XYZ | 53.61 | 26.51 | 67.94 | - |
| YUV | 111.25 | 187.69 | 229.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 18 | 217 | 0 | 0.93 | 0.15 | 0.00 | 309.41 | 0.99 | 0.53 |
| Hex | FE | 12 | D9 | 0 | 5D | F | 0 | 135 | 63 | 35 |
| Octal | 376 | 22 | 331 | 0 | 135 | 17 | 0 | 465 | 143 | 65 |
| Binary | 11111110 | 10010 | 11011001 | 0 | 1011101 | 1111 | 0 | 100110101 | 1100011 | 110101 |
Color Harmonies of #FE12D9
Complementary color
Monochromatic Colors of #FE12D9
Black with #FE12D9
Text Example
Text Example
White with #FE12D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE12D9; }
p { color: rgb(254,18,217); }
H1.HeaderClassName
{
color: #FE12D9;
}
.AnyTagClassName
{
color: #FE12D9;
}
</style>
background-color css
<style>
a { background-color: #FE12D9; }
a { background-color: rgb(254,18,217); }
div.DivClassName
{
background-color: #FE12D9;
}
.BgClassName
{
background-color: #FE12D9;
}
</style>
border-color css
<style>
span { border-color: #FE12D9; }
span { border-color: rgb(254,18,217); }
td.TdClassName
{
border-color: #FE12D9;
}
.TagClassName
{
border-color: #FE12D9;
}
</style>