Shades of Hot Magenta #FB07E2
Tints of Hot Magenta #FB07E2
RGB
CMYK
RGB Variations
Color information
#FB07E2 (or 0xFB07E2) is known color: Hot Magenta. HEX triplet: FB, 07 and E2. RGB value is (251,7,226). Sum of RGB (Red+Green+Blue) = 251+7+226=484 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.86% from 484); Green value is 7 (3.12% from 255 or 1.45% from 484); Blue value is 226 (88.67% from 255 or 46.69% from 484); Max value from RGB is 251 - color contains mainly: red. Hex color #FB07E2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB07E2 is #04F81D. Grayscale: #686868. Windows color (decimal): -325662 or 14813179. OLE color: 14813179.
HSL color Cylindrical-coordinate representation of color #FB07E2: hue angle of 306.15º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FB07E2 is Cyan = 0, Magento = 0.97, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 7 | 226 | - |
| CMYK | 0 | 0.97 | 0.10 | 0.02 |
| HSL | 306.15º | 0.97% | 0.51% | - |
| HSV(B) | 306.15º | 0.97% | 0.98% | - |
| XYZ | 53.59 | 26.15 | 74.18 | - |
| YUV | 104.92 | 196.34 | 232.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 7 | 226 | 0 | 0.97 | 0.10 | 0.02 | 306.15 | 0.97 | 0.51 |
| Hex | FB | 7 | E2 | 0 | 61 | A | 2 | 132 | 61 | 33 |
| Octal | 373 | 7 | 342 | 0 | 141 | 12 | 2 | 462 | 141 | 63 |
| Binary | 11111011 | 111 | 11100010 | 0 | 1100001 | 1010 | 10 | 100110010 | 1100001 | 110011 |
Color Harmonies of #FB07E2
Complementary color
Monochromatic Colors of #FB07E2
Black with #FB07E2
Text Example
Text Example
White with #FB07E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB07E2; }
p { color: rgb(251,7,226); }
H1.HeaderClassName
{
color: #FB07E2;
}
.AnyTagClassName
{
color: #FB07E2;
}
</style>
background-color css
<style>
a { background-color: #FB07E2; }
a { background-color: rgb(251,7,226); }
div.DivClassName
{
background-color: #FB07E2;
}
.BgClassName
{
background-color: #FB07E2;
}
</style>
border-color css
<style>
span { border-color: #FB07E2; }
span { border-color: rgb(251,7,226); }
td.TdClassName
{
border-color: #FB07E2;
}
.TagClassName
{
border-color: #FB07E2;
}
</style>