Shades of Magenta #FF12FE
Tints of Magenta #FF12FE
RGB
CMYK
RGB Variations
Color information
#FF12FE (or 0xFF12FE) is known color: Magenta. HEX triplet: FF, 12 and FE. RGB value is (255,18,254). Sum of RGB (Red+Green+Blue) = 255+18+254=527 (69% of max value = 765). Red value is 255 (100% from 255 or 48.39% from 527); Green value is 18 (7.42% from 255 or 3.42% from 527); Blue value is 254 (99.61% from 255 or 48.20% from 527); Max value from RGB is 255 - color contains mainly: red. Hex color #FF12FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF12FE is #00ED01. Grayscale: #737373. Windows color (decimal): -60674 or 16651007. OLE color: 16651007.
HSL color Cylindrical-coordinate representation of color #FF12FE: hue angle of 300.25º 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 #FF12FE is Cyan = 0, Magento = 0.93, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 18 | 254 | - |
| CMYK | 0 | 0.93 | 0.00 | 0 |
| HSL | 300.25º | 1% | 0.54% | - |
| HSV(B) | 300.25º | 0.93% | 1% | - |
| XYZ | 59.35 | 28.85 | 96.21 | - |
| YUV | 115.77 | 206.02 | 227.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 18 | 254 | 0 | 0.93 | 0.00 | 0 | 300.25 | 1 | 0.54 |
| Hex | FF | 12 | FE | 0 | 5D | 0 | 0 | 12C | 64 | 36 |
| Octal | 377 | 22 | 376 | 0 | 135 | 0 | 0 | 454 | 144 | 66 |
| Binary | 11111111 | 10010 | 11111110 | 0 | 1011101 | 0 | 0 | 100101100 | 1100100 | 110110 |
Color Harmonies of #FF12FE
Complementary color
Monochromatic Colors of #FF12FE
Black with #FF12FE
Text Example
Text Example
White with #FF12FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF12FE; }
p { color: rgb(255,18,254); }
H1.HeaderClassName
{
color: #FF12FE;
}
.AnyTagClassName
{
color: #FF12FE;
}
</style>
background-color css
<style>
a { background-color: #FF12FE; }
a { background-color: rgb(255,18,254); }
div.DivClassName
{
background-color: #FF12FE;
}
.BgClassName
{
background-color: #FF12FE;
}
</style>
border-color css
<style>
span { border-color: #FF12FE; }
span { border-color: rgb(255,18,254); }
td.TdClassName
{
border-color: #FF12FE;
}
.TagClassName
{
border-color: #FF12FE;
}
</style>