Shades of Hot Magenta #FF12DA
Tints of Hot Magenta #FF12DA
RGB
CMYK
RGB Variations
Color information
#FF12DA (or 0xFF12DA) is known color: Hot Magenta. HEX triplet: FF, 12 and DA. RGB value is (255,18,218). Sum of RGB (Red+Green+Blue) = 255+18+218=491 (65% of max value = 765). Red value is 255 (100% from 255 or 51.93% from 491); Green value is 18 (7.42% from 255 or 3.67% from 491); Blue value is 218 (85.55% from 255 or 44.40% from 491); Max value from RGB is 255 - color contains mainly: red. Hex color #FF12DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF12DA is #00ED25. Grayscale: #6F6F6F. Windows color (decimal): -60710 or 14291711. OLE color: 14291711.
HSL color Cylindrical-coordinate representation of color #FF12DA: hue angle of 309.37º 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 #FF12DA is Cyan = 0, Magento = 0.93, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 18 | 218 | - |
| CMYK | 0 | 0.93 | 0.15 | 0 |
| HSL | 309.37º | 1% | 0.54% | - |
| HSV(B) | 309.37º | 0.93% | 1% | - |
| XYZ | 54.11 | 26.75 | 68.64 | - |
| YUV | 111.66 | 188.02 | 230.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 18 | 218 | 0 | 0.93 | 0.15 | 0 | 309.37 | 1 | 0.54 |
| Hex | FF | 12 | DA | 0 | 5D | F | 0 | 135 | 64 | 36 |
| Octal | 377 | 22 | 332 | 0 | 135 | 17 | 0 | 465 | 144 | 66 |
| Binary | 11111111 | 10010 | 11011010 | 0 | 1011101 | 1111 | 0 | 100110101 | 1100100 | 110110 |
Color Harmonies of #FF12DA
Complementary color
Monochromatic Colors of #FF12DA
Black with #FF12DA
Text Example
Text Example
White with #FF12DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF12DA; }
p { color: rgb(255,18,218); }
H1.HeaderClassName
{
color: #FF12DA;
}
.AnyTagClassName
{
color: #FF12DA;
}
</style>
background-color css
<style>
a { background-color: #FF12DA; }
a { background-color: rgb(255,18,218); }
div.DivClassName
{
background-color: #FF12DA;
}
.BgClassName
{
background-color: #FF12DA;
}
</style>
border-color css
<style>
span { border-color: #FF12DA; }
span { border-color: rgb(255,18,218); }
td.TdClassName
{
border-color: #FF12DA;
}
.TagClassName
{
border-color: #FF12DA;
}
</style>