Shades of Magenta #FF12FF
Tints of Magenta #FF12FF
RGB
CMYK
RGB Variations
Color information
#FF12FF (or 0xFF12FF) is known color: Magenta. HEX triplet: FF, 12 and FF. RGB value is (255,18,255). Sum of RGB (Red+Green+Blue) = 255+18+255=528 (69% of max value = 765). Red value is 255 (100% from 255 or 48.30% from 528); Green value is 18 (7.42% from 255 or 3.41% from 528); Blue value is 255 (100% from 255 or 48.30% from 528); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FF12FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF12FF is #00ED00. Grayscale: #737373. Windows color (decimal): -60673 or 16716543. OLE color: 16716543.
HSL color Cylindrical-coordinate representation of color #FF12FF: hue angle of 300º 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 #FF12FF is Cyan = 0, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 18 | 255 | - |
| CMYK | 0 | 0.93 | 0 | 0 |
| HSL | 300º | 1% | 0.54% | - |
| HSV(B) | 300º | 0.93% | 1% | - |
| XYZ | 59.51 | 28.91 | 97.05 | - |
| YUV | 115.88 | 206.52 | 227.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 18 | 255 | 0 | 0.93 | 0 | 0 | 300 | 1 | 0.54 |
| Hex | FF | 12 | FF | 0 | 5D | 0 | 0 | 12C | 64 | 36 |
| Octal | 377 | 22 | 377 | 0 | 135 | 0 | 0 | 454 | 144 | 66 |
| Binary | 11111111 | 10010 | 11111111 | 0 | 1011101 | 0 | 0 | 100101100 | 1100100 | 110110 |
Color Harmonies of #FF12FF
Complementary color
Monochromatic Colors of #FF12FF
Black with #FF12FF
Text Example
Text Example
White with #FF12FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF12FF; }
p { color: rgb(255,18,255); }
H1.HeaderClassName
{
color: #FF12FF;
}
.AnyTagClassName
{
color: #FF12FF;
}
</style>
background-color css
<style>
a { background-color: #FF12FF; }
a { background-color: rgb(255,18,255); }
div.DivClassName
{
background-color: #FF12FF;
}
.BgClassName
{
background-color: #FF12FF;
}
</style>
border-color css
<style>
span { border-color: #FF12FF; }
span { border-color: rgb(255,18,255); }
td.TdClassName
{
border-color: #FF12FF;
}
.TagClassName
{
border-color: #FF12FF;
}
</style>