Shades of Magenta #FF12E9
Tints of Magenta #FF12E9
RGB
CMYK
RGB Variations
Color information
#FF12E9 (or 0xFF12E9) is known color: Magenta. HEX triplet: FF, 12 and E9. RGB value is (255,18,233). Sum of RGB (Red+Green+Blue) = 255+18+233=506 (67% of max value = 765). Red value is 255 (100% from 255 or 50.40% from 506); Green value is 18 (7.42% from 255 or 3.56% from 506); Blue value is 233 (91.41% from 255 or 46.05% from 506); Max value from RGB is 255 - color contains mainly: red. Hex color #FF12E9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF12E9 is #00ED16. Grayscale: #707070. Windows color (decimal): -60695 or 15274751. OLE color: 15274751.
HSL color Cylindrical-coordinate representation of color #FF12E9: hue angle of 305.57º 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 #FF12E9 is Cyan = 0, Magento = 0.93, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 18 | 233 | - |
| CMYK | 0 | 0.93 | 0.09 | 0 |
| HSL | 305.57º | 1% | 0.54% | - |
| HSV(B) | 305.57º | 0.93% | 1% | - |
| XYZ | 56.16 | 27.58 | 79.45 | - |
| YUV | 113.37 | 195.52 | 229.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 18 | 233 | 0 | 0.93 | 0.09 | 0 | 305.57 | 1 | 0.54 |
| Hex | FF | 12 | E9 | 0 | 5D | 9 | 0 | 132 | 64 | 36 |
| Octal | 377 | 22 | 351 | 0 | 135 | 11 | 0 | 462 | 144 | 66 |
| Binary | 11111111 | 10010 | 11101001 | 0 | 1011101 | 1001 | 0 | 100110010 | 1100100 | 110110 |
Color Harmonies of #FF12E9
Complementary color
Monochromatic Colors of #FF12E9
Black with #FF12E9
Text Example
Text Example
White with #FF12E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF12E9; }
p { color: rgb(255,18,233); }
H1.HeaderClassName
{
color: #FF12E9;
}
.AnyTagClassName
{
color: #FF12E9;
}
</style>
background-color css
<style>
a { background-color: #FF12E9; }
a { background-color: rgb(255,18,233); }
div.DivClassName
{
background-color: #FF12E9;
}
.BgClassName
{
background-color: #FF12E9;
}
</style>
border-color css
<style>
span { border-color: #FF12E9; }
span { border-color: rgb(255,18,233); }
td.TdClassName
{
border-color: #FF12E9;
}
.TagClassName
{
border-color: #FF12E9;
}
</style>