Shades of Hot Magenta #FE12DC
Tints of Hot Magenta #FE12DC
RGB
CMYK
RGB Variations
Color information
#FE12DC (or 0xFE12DC) is known color: Hot Magenta. HEX triplet: FE, 12 and DC. RGB value is (254,18,220). Sum of RGB (Red+Green+Blue) = 254+18+220=492 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.63% from 492); Green value is 18 (7.42% from 255 or 3.66% from 492); Blue value is 220 (86.33% from 255 or 44.72% from 492); Max value from RGB is 254 - color contains mainly: red. Hex color #FE12DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE12DC is #01ED23. Grayscale: #6F6F6F. Windows color (decimal): -126244 or 14422782. OLE color: 14422782.
HSL color Cylindrical-coordinate representation of color #FE12DC: hue angle of 308.64º 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 #FE12DC is Cyan = 0, Magento = 0.93, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 18 | 220 | - |
| CMYK | 0 | 0.93 | 0.13 | 0.00 |
| HSL | 308.64º | 0.99% | 0.53% | - |
| HSV(B) | 308.64º | 0.93% | 1% | - |
| XYZ | 54.01 | 26.67 | 70.01 | - |
| YUV | 111.59 | 189.19 | 229.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 18 | 220 | 0 | 0.93 | 0.13 | 0.00 | 308.64 | 0.99 | 0.53 |
| Hex | FE | 12 | DC | 0 | 5D | D | 0 | 135 | 63 | 35 |
| Octal | 376 | 22 | 334 | 0 | 135 | 15 | 0 | 465 | 143 | 65 |
| Binary | 11111110 | 10010 | 11011100 | 0 | 1011101 | 1101 | 0 | 100110101 | 1100011 | 110101 |
Color Harmonies of #FE12DC
Complementary color
Monochromatic Colors of #FE12DC
Black with #FE12DC
Text Example
Text Example
White with #FE12DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE12DC; }
p { color: rgb(254,18,220); }
H1.HeaderClassName
{
color: #FE12DC;
}
.AnyTagClassName
{
color: #FE12DC;
}
</style>
background-color css
<style>
a { background-color: #FE12DC; }
a { background-color: rgb(254,18,220); }
div.DivClassName
{
background-color: #FE12DC;
}
.BgClassName
{
background-color: #FE12DC;
}
</style>
border-color css
<style>
span { border-color: #FE12DC; }
span { border-color: rgb(254,18,220); }
td.TdClassName
{
border-color: #FE12DC;
}
.TagClassName
{
border-color: #FE12DC;
}
</style>