Shades of Hot Magenta #FB12E2
Tints of Hot Magenta #FB12E2
RGB
CMYK
RGB Variations
Color information
#FB12E2 (or 0xFB12E2) is known color: Hot Magenta. HEX triplet: FB, 12 and E2. RGB value is (251,18,226). Sum of RGB (Red+Green+Blue) = 251+18+226=495 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.71% from 495); Green value is 18 (7.42% from 255 or 3.64% from 495); Blue value is 226 (88.67% from 255 or 45.66% from 495); Max value from RGB is 251 - color contains mainly: red. Hex color #FB12E2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB12E2 is #04ED1D. Grayscale: #6E6E6E. Windows color (decimal): -322846 or 14815995. OLE color: 14815995.
HSL color Cylindrical-coordinate representation of color #FB12E2: hue angle of 306.44º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FB12E2 is Cyan = 0, Magento = 0.93, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 18 | 226 | - |
| CMYK | 0 | 0.93 | 0.10 | 0.02 |
| HSL | 306.44º | 0.97% | 0.53% | - |
| HSV(B) | 306.44º | 0.93% | 0.98% | - |
| XYZ | 53.73 | 26.43 | 74.22 | - |
| YUV | 111.38 | 192.69 | 227.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 18 | 226 | 0 | 0.93 | 0.10 | 0.02 | 306.44 | 0.97 | 0.53 |
| Hex | FB | 12 | E2 | 0 | 5D | A | 2 | 132 | 61 | 35 |
| Octal | 373 | 22 | 342 | 0 | 135 | 12 | 2 | 462 | 141 | 65 |
| Binary | 11111011 | 10010 | 11100010 | 0 | 1011101 | 1010 | 10 | 100110010 | 1100001 | 110101 |
Color Harmonies of #FB12E2
Complementary color
Monochromatic Colors of #FB12E2
Black with #FB12E2
Text Example
Text Example
White with #FB12E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB12E2; }
p { color: rgb(251,18,226); }
H1.HeaderClassName
{
color: #FB12E2;
}
.AnyTagClassName
{
color: #FB12E2;
}
</style>
background-color css
<style>
a { background-color: #FB12E2; }
a { background-color: rgb(251,18,226); }
div.DivClassName
{
background-color: #FB12E2;
}
.BgClassName
{
background-color: #FB12E2;
}
</style>
border-color css
<style>
span { border-color: #FB12E2; }
span { border-color: rgb(251,18,226); }
td.TdClassName
{
border-color: #FB12E2;
}
.TagClassName
{
border-color: #FB12E2;
}
</style>