Shades of Hot Magenta #FE12D5
Tints of Hot Magenta #FE12D5
RGB
CMYK
RGB Variations
Color information
#FE12D5 (or 0xFE12D5) is known color: Hot Magenta. HEX triplet: FE, 12 and D5. RGB value is (254,18,213). Sum of RGB (Red+Green+Blue) = 254+18+213=485 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.37% from 485); Green value is 18 (7.42% from 255 or 3.71% from 485); Blue value is 213 (83.59% from 255 or 43.92% from 485); Max value from RGB is 254 - color contains mainly: red. Hex color #FE12D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE12D5 is #01ED2A. Grayscale: #6E6E6E. Windows color (decimal): -126251 or 13964030. OLE color: 13964030.
HSL color Cylindrical-coordinate representation of color #FE12D5: hue angle of 310.42º 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 #FE12D5 is Cyan = 0, Magento = 0.93, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 18 | 213 | - |
| CMYK | 0 | 0.93 | 0.16 | 0.00 |
| HSL | 310.42º | 0.99% | 0.53% | - |
| HSV(B) | 310.42º | 0.93% | 1% | - |
| XYZ | 53.1 | 26.31 | 65.23 | - |
| YUV | 110.79 | 185.69 | 230.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 18 | 213 | 0 | 0.93 | 0.16 | 0.00 | 310.42 | 0.99 | 0.53 |
| Hex | FE | 12 | D5 | 0 | 5D | 10 | 0 | 136 | 63 | 35 |
| Octal | 376 | 22 | 325 | 0 | 135 | 20 | 0 | 466 | 143 | 65 |
| Binary | 11111110 | 10010 | 11010101 | 0 | 1011101 | 10000 | 0 | 100110110 | 1100011 | 110101 |
Color Harmonies of #FE12D5
Complementary color
Monochromatic Colors of #FE12D5
Black with #FE12D5
Text Example
Text Example
White with #FE12D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE12D5; }
p { color: rgb(254,18,213); }
H1.HeaderClassName
{
color: #FE12D5;
}
.AnyTagClassName
{
color: #FE12D5;
}
</style>
background-color css
<style>
a { background-color: #FE12D5; }
a { background-color: rgb(254,18,213); }
div.DivClassName
{
background-color: #FE12D5;
}
.BgClassName
{
background-color: #FE12D5;
}
</style>
border-color css
<style>
span { border-color: #FE12D5; }
span { border-color: rgb(254,18,213); }
td.TdClassName
{
border-color: #FE12D5;
}
.TagClassName
{
border-color: #FE12D5;
}
</style>