Shades of Hot Magenta #FE12D2
Tints of Hot Magenta #FE12D2
RGB
CMYK
RGB Variations
Color information
#FE12D2 (or 0xFE12D2) is known color: Hot Magenta. HEX triplet: FE, 12 and D2. RGB value is (254,18,210). Sum of RGB (Red+Green+Blue) = 254+18+210=482 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.70% from 482); Green value is 18 (7.42% from 255 or 3.73% from 482); Blue value is 210 (82.42% from 255 or 43.57% from 482); Max value from RGB is 254 - color contains mainly: red. Hex color #FE12D2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE12D2 is #01ED2D. Grayscale: #6D6D6D. Windows color (decimal): -126254 or 13767422. OLE color: 13767422.
HSL color Cylindrical-coordinate representation of color #FE12D2: hue angle of 311.19º 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 #FE12D2 is Cyan = 0, Magento = 0.93, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 18 | 210 | - |
| CMYK | 0 | 0.93 | 0.17 | 0.00 |
| HSL | 311.19º | 0.99% | 0.53% | - |
| HSV(B) | 311.19º | 0.93% | 1% | - |
| XYZ | 52.72 | 26.16 | 63.24 | - |
| YUV | 110.45 | 184.19 | 230.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 18 | 210 | 0 | 0.93 | 0.17 | 0.00 | 311.19 | 0.99 | 0.53 |
| Hex | FE | 12 | D2 | 0 | 5D | 11 | 0 | 137 | 63 | 35 |
| Octal | 376 | 22 | 322 | 0 | 135 | 21 | 0 | 467 | 143 | 65 |
| Binary | 11111110 | 10010 | 11010010 | 0 | 1011101 | 10001 | 0 | 100110111 | 1100011 | 110101 |
Color Harmonies of #FE12D2
Complementary color
Monochromatic Colors of #FE12D2
Black with #FE12D2
Text Example
Text Example
White with #FE12D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE12D2; }
p { color: rgb(254,18,210); }
H1.HeaderClassName
{
color: #FE12D2;
}
.AnyTagClassName
{
color: #FE12D2;
}
</style>
background-color css
<style>
a { background-color: #FE12D2; }
a { background-color: rgb(254,18,210); }
div.DivClassName
{
background-color: #FE12D2;
}
.BgClassName
{
background-color: #FE12D2;
}
</style>
border-color css
<style>
span { border-color: #FE12D2; }
span { border-color: rgb(254,18,210); }
td.TdClassName
{
border-color: #FE12D2;
}
.TagClassName
{
border-color: #FE12D2;
}
</style>