Shades of Hot Magenta #FB00E2
Tints of Hot Magenta #FB00E2
RGB
CMYK
RGB Variations
Color information
#FB00E2 (or 0xFB00E2) is known color: Hot Magenta. HEX triplet: FB, 00 and E2. RGB value is (251,0,226). Sum of RGB (Red+Green+Blue) = 251+0+226=477 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.62% from 477); Green value is 0 (0.39% from 255 or 0% from 477); Blue value is 226 (88.67% from 255 or 47.38% from 477); Max value from RGB is 251 - color contains mainly: red. Hex color #FB00E2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB00E2 is #04FF1D. Grayscale: #646464. Windows color (decimal): -327454 or 14811387. OLE color: 14811387.
HSL color Cylindrical-coordinate representation of color #FB00E2: hue angle of 305.98º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FB00E2 is Cyan = 0, Magento = 1, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 0 | 226 | - |
| CMYK | 0 | 1 | 0.10 | 0.02 |
| HSL | 305.98º | 1% | 0.49% | - |
| HSV(B) | 305.98º | 1% | 0.98% | - |
| XYZ | 53.51 | 26 | 74.15 | - |
| YUV | 100.81 | 198.66 | 235.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 0 | 226 | 0 | 1 | 0.10 | 0.02 | 305.98 | 1 | 0.49 |
| Hex | FB | 0 | E2 | 0 | 64 | A | 2 | 132 | 64 | 31 |
| Octal | 373 | 0 | 342 | 0 | 144 | 12 | 2 | 462 | 144 | 61 |
| Binary | 11111011 | 0 | 11100010 | 0 | 1100100 | 1010 | 10 | 100110010 | 1100100 | 110001 |
Color Harmonies of #FB00E2
Complementary color
Monochromatic Colors of #FB00E2
Black with #FB00E2
Text Example
Text Example
White with #FB00E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB00E2; }
p { color: rgb(251,0,226); }
H1.HeaderClassName
{
color: #FB00E2;
}
.AnyTagClassName
{
color: #FB00E2;
}
</style>
background-color css
<style>
a { background-color: #FB00E2; }
a { background-color: rgb(251,0,226); }
div.DivClassName
{
background-color: #FB00E2;
}
.BgClassName
{
background-color: #FB00E2;
}
</style>
border-color css
<style>
span { border-color: #FB00E2; }
span { border-color: rgb(251,0,226); }
td.TdClassName
{
border-color: #FB00E2;
}
.TagClassName
{
border-color: #FB00E2;
}
</style>