Shades of Magenta #FF12FB
Tints of Magenta #FF12FB
RGB
CMYK
RGB Variations
Color information
#FF12FB (or 0xFF12FB) is known color: Magenta. HEX triplet: FF, 12 and FB. RGB value is (255,18,251). Sum of RGB (Red+Green+Blue) = 255+18+251=524 (69% of max value = 765). Red value is 255 (100% from 255 or 48.66% from 524); Green value is 18 (7.42% from 255 or 3.44% from 524); Blue value is 251 (98.44% from 255 or 47.90% from 524); Max value from RGB is 255 - color contains mainly: red. Hex color #FF12FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF12FB is #00ED04. Grayscale: #727272. Windows color (decimal): -60677 or 16454399. OLE color: 16454399.
HSL color Cylindrical-coordinate representation of color #FF12FB: hue angle of 301.01º 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 #FF12FB is Cyan = 0, Magento = 0.93, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 18 | 251 | - |
| CMYK | 0 | 0.93 | 0.02 | 0 |
| HSL | 301.01º | 1% | 0.54% | - |
| HSV(B) | 301.01º | 0.93% | 1% | - |
| XYZ | 58.87 | 28.66 | 93.7 | - |
| YUV | 115.43 | 204.52 | 227.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 18 | 251 | 0 | 0.93 | 0.02 | 0 | 301.01 | 1 | 0.54 |
| Hex | FF | 12 | FB | 0 | 5D | 2 | 0 | 12D | 64 | 36 |
| Octal | 377 | 22 | 373 | 0 | 135 | 2 | 0 | 455 | 144 | 66 |
| Binary | 11111111 | 10010 | 11111011 | 0 | 1011101 | 10 | 0 | 100101101 | 1100100 | 110110 |
Color Harmonies of #FF12FB
Complementary color
Monochromatic Colors of #FF12FB
Black with #FF12FB
Text Example
Text Example
White with #FF12FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF12FB; }
p { color: rgb(255,18,251); }
H1.HeaderClassName
{
color: #FF12FB;
}
.AnyTagClassName
{
color: #FF12FB;
}
</style>
background-color css
<style>
a { background-color: #FF12FB; }
a { background-color: rgb(255,18,251); }
div.DivClassName
{
background-color: #FF12FB;
}
.BgClassName
{
background-color: #FF12FB;
}
</style>
border-color css
<style>
span { border-color: #FF12FB; }
span { border-color: rgb(255,18,251); }
td.TdClassName
{
border-color: #FF12FB;
}
.TagClassName
{
border-color: #FF12FB;
}
</style>