Shades of Hot Magenta #FF12D5
Tints of Hot Magenta #FF12D5
RGB
CMYK
RGB Variations
Color information
#FF12D5 (or 0xFF12D5) is known color: Hot Magenta. HEX triplet: FF, 12 and D5. RGB value is (255,18,213). Sum of RGB (Red+Green+Blue) = 255+18+213=486 (64% of max value = 765). Red value is 255 (100% from 255 or 52.47% from 486); Green value is 18 (7.42% from 255 or 3.70% from 486); Blue value is 213 (83.59% from 255 or 43.83% from 486); Max value from RGB is 255 - color contains mainly: red. Hex color #FF12D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF12D5 is #00ED2A. Grayscale: #6E6E6E. Windows color (decimal): -60715 or 13964031. OLE color: 13964031.
HSL color Cylindrical-coordinate representation of color #FF12D5: hue angle of 310.63º 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 #FF12D5 is Cyan = 0, Magento = 0.93, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 18 | 213 | - |
| CMYK | 0 | 0.93 | 0.16 | 0 |
| HSL | 310.63º | 1% | 0.54% | - |
| HSV(B) | 310.63º | 0.93% | 1% | - |
| XYZ | 53.47 | 26.5 | 65.25 | - |
| YUV | 111.09 | 185.52 | 230.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 18 | 213 | 0 | 0.93 | 0.16 | 0 | 310.63 | 1 | 0.54 |
| Hex | FF | 12 | D5 | 0 | 5D | 10 | 0 | 137 | 64 | 36 |
| Octal | 377 | 22 | 325 | 0 | 135 | 20 | 0 | 467 | 144 | 66 |
| Binary | 11111111 | 10010 | 11010101 | 0 | 1011101 | 10000 | 0 | 100110111 | 1100100 | 110110 |
Color Harmonies of #FF12D5
Complementary color
Monochromatic Colors of #FF12D5
Black with #FF12D5
Text Example
Text Example
White with #FF12D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF12D5; }
p { color: rgb(255,18,213); }
H1.HeaderClassName
{
color: #FF12D5;
}
.AnyTagClassName
{
color: #FF12D5;
}
</style>
background-color css
<style>
a { background-color: #FF12D5; }
a { background-color: rgb(255,18,213); }
div.DivClassName
{
background-color: #FF12D5;
}
.BgClassName
{
background-color: #FF12D5;
}
</style>
border-color css
<style>
span { border-color: #FF12D5; }
span { border-color: rgb(255,18,213); }
td.TdClassName
{
border-color: #FF12D5;
}
.TagClassName
{
border-color: #FF12D5;
}
</style>