Shades of Hot Magenta #FB16E1
Tints of Hot Magenta #FB16E1
RGB
CMYK
RGB Variations
Color information
#FB16E1 (or 0xFB16E1) is known color: Hot Magenta. HEX triplet: FB, 16 and E1. RGB value is (251,22,225). Sum of RGB (Red+Green+Blue) = 251+22+225=498 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.40% from 498); Green value is 22 (8.98% from 255 or 4.42% from 498); Blue value is 225 (88.28% from 255 or 45.18% from 498); Max value from RGB is 251 - color contains mainly: red. Hex color #FB16E1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB16E1 is #04E91E. Grayscale: #717171. Windows color (decimal): -321823 or 14751483. OLE color: 14751483.
HSL color Cylindrical-coordinate representation of color #FB16E1: hue angle of 306.81º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FB16E1 is Cyan = 0, Magento = 0.91, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 22 | 225 | - |
| CMYK | 0 | 0.91 | 0.10 | 0.02 |
| HSL | 306.81º | 0.97% | 0.54% | - |
| HSV(B) | 306.81º | 0.91% | 0.98% | - |
| XYZ | 53.66 | 26.52 | 73.52 | - |
| YUV | 113.61 | 190.87 | 225.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 22 | 225 | 0 | 0.91 | 0.10 | 0.02 | 306.81 | 0.97 | 0.54 |
| Hex | FB | 16 | E1 | 0 | 5B | A | 2 | 133 | 61 | 36 |
| Octal | 373 | 26 | 341 | 0 | 133 | 12 | 2 | 463 | 141 | 66 |
| Binary | 11111011 | 10110 | 11100001 | 0 | 1011011 | 1010 | 10 | 100110011 | 1100001 | 110110 |
Color Harmonies of #FB16E1
Complementary color
Monochromatic Colors of #FB16E1
Black with #FB16E1
Text Example
Text Example
White with #FB16E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB16E1; }
p { color: rgb(251,22,225); }
H1.HeaderClassName
{
color: #FB16E1;
}
.AnyTagClassName
{
color: #FB16E1;
}
</style>
background-color css
<style>
a { background-color: #FB16E1; }
a { background-color: rgb(251,22,225); }
div.DivClassName
{
background-color: #FB16E1;
}
.BgClassName
{
background-color: #FB16E1;
}
</style>
border-color css
<style>
span { border-color: #FB16E1; }
span { border-color: rgb(251,22,225); }
td.TdClassName
{
border-color: #FB16E1;
}
.TagClassName
{
border-color: #FB16E1;
}
</style>