Shades of Hot Magenta #FB0EE2
Tints of Hot Magenta #FB0EE2
RGB
CMYK
RGB Variations
Color information
#FB0EE2 (or 0xFB0EE2) is known color: Hot Magenta. HEX triplet: FB, 0E and E2. RGB value is (251,14,226). Sum of RGB (Red+Green+Blue) = 251+14+226=491 (65% of max value = 765). Red value is 251 (98.44% from 255 or 51.12% from 491); Green value is 14 (5.86% from 255 or 2.85% from 491); Blue value is 226 (88.67% from 255 or 46.03% from 491); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0EE2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB0EE2 is #04F11D. Grayscale: #6C6C6C. Windows color (decimal): -323870 or 14814971. OLE color: 14814971.
HSL color Cylindrical-coordinate representation of color #FB0EE2: hue angle of 306.33º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FB0EE2 is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 14 | 226 | - |
| CMYK | 0 | 0.94 | 0.10 | 0.02 |
| HSL | 306.33º | 0.97% | 0.52% | - |
| HSV(B) | 306.33º | 0.94% | 0.98% | - |
| XYZ | 53.67 | 26.31 | 74.2 | - |
| YUV | 109.03 | 194.02 | 229.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 14 | 226 | 0 | 0.94 | 0.10 | 0.02 | 306.33 | 0.97 | 0.52 |
| Hex | FB | E | E2 | 0 | 5E | A | 2 | 132 | 61 | 34 |
| Octal | 373 | 16 | 342 | 0 | 136 | 12 | 2 | 462 | 141 | 64 |
| Binary | 11111011 | 1110 | 11100010 | 0 | 1011110 | 1010 | 10 | 100110010 | 1100001 | 110100 |
Color Harmonies of #FB0EE2
Complementary color
Monochromatic Colors of #FB0EE2
Black with #FB0EE2
Text Example
Text Example
White with #FB0EE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0EE2; }
p { color: rgb(251,14,226); }
H1.HeaderClassName
{
color: #FB0EE2;
}
.AnyTagClassName
{
color: #FB0EE2;
}
</style>
background-color css
<style>
a { background-color: #FB0EE2; }
a { background-color: rgb(251,14,226); }
div.DivClassName
{
background-color: #FB0EE2;
}
.BgClassName
{
background-color: #FB0EE2;
}
</style>
border-color css
<style>
span { border-color: #FB0EE2; }
span { border-color: rgb(251,14,226); }
td.TdClassName
{
border-color: #FB0EE2;
}
.TagClassName
{
border-color: #FB0EE2;
}
</style>