Shades of Hot Magenta #FF12E5
Tints of Hot Magenta #FF12E5
RGB
CMYK
RGB Variations
Color information
#FF12E5 (or 0xFF12E5) is known color: Hot Magenta. HEX triplet: FF, 12 and E5. RGB value is (255,18,229). Sum of RGB (Red+Green+Blue) = 255+18+229=502 (66% of max value = 765). Red value is 255 (100% from 255 or 50.80% from 502); Green value is 18 (7.42% from 255 or 3.59% from 502); Blue value is 229 (89.84% from 255 or 45.62% from 502); Max value from RGB is 255 - color contains mainly: red. Hex color #FF12E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF12E5 is #00ED1A. Grayscale: #707070. Windows color (decimal): -60699 or 15012607. OLE color: 15012607.
HSL color Cylindrical-coordinate representation of color #FF12E5: hue angle of 306.58º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF12E5 is Cyan = 0, Magento = 0.93, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 18 | 229 | - |
| CMYK | 0 | 0.93 | 0.10 | 0 |
| HSL | 306.58º | 1% | 0.54% | - |
| HSV(B) | 306.58º | 0.93% | 1% | - |
| XYZ | 55.6 | 27.35 | 76.48 | - |
| YUV | 112.92 | 193.52 | 229.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 18 | 229 | 0 | 0.93 | 0.10 | 0 | 306.58 | 1 | 0.54 |
| Hex | FF | 12 | E5 | 0 | 5D | A | 0 | 133 | 64 | 36 |
| Octal | 377 | 22 | 345 | 0 | 135 | 12 | 0 | 463 | 144 | 66 |
| Binary | 11111111 | 10010 | 11100101 | 0 | 1011101 | 1010 | 0 | 100110011 | 1100100 | 110110 |
Color Harmonies of #FF12E5
Complementary color
Monochromatic Colors of #FF12E5
Black with #FF12E5
Text Example
Text Example
White with #FF12E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF12E5; }
p { color: rgb(255,18,229); }
H1.HeaderClassName
{
color: #FF12E5;
}
.AnyTagClassName
{
color: #FF12E5;
}
</style>
background-color css
<style>
a { background-color: #FF12E5; }
a { background-color: rgb(255,18,229); }
div.DivClassName
{
background-color: #FF12E5;
}
.BgClassName
{
background-color: #FF12E5;
}
</style>
border-color css
<style>
span { border-color: #FF12E5; }
span { border-color: rgb(255,18,229); }
td.TdClassName
{
border-color: #FF12E5;
}
.TagClassName
{
border-color: #FF12E5;
}
</style>