Shades of Hot Magenta #FB16E5
Tints of Hot Magenta #FB16E5
RGB
CMYK
RGB Variations
Color information
#FB16E5 (or 0xFB16E5) is known color: Hot Magenta. HEX triplet: FB, 16 and E5. RGB value is (251,22,229). Sum of RGB (Red+Green+Blue) = 251+22+229=502 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50% from 502); Green value is 22 (8.98% from 255 or 4.38% from 502); Blue value is 229 (89.84% from 255 or 45.62% from 502); Max value from RGB is 251 - color contains mainly: red. Hex color #FB16E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB16E5 is #04E91A. Grayscale: #717171. Windows color (decimal): -321819 or 15013627. OLE color: 15013627.
HSL color Cylindrical-coordinate representation of color #FB16E5: hue angle of 305.76º 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 #FB16E5 is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 22 | 229 | - |
| CMYK | 0 | 0.91 | 0.09 | 0.02 |
| HSL | 305.76º | 0.97% | 0.54% | - |
| HSV(B) | 305.76º | 0.91% | 0.98% | - |
| XYZ | 54.21 | 26.74 | 76.43 | - |
| YUV | 114.07 | 192.87 | 225.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 22 | 229 | 0 | 0.91 | 0.09 | 0.02 | 305.76 | 0.97 | 0.54 |
| Hex | FB | 16 | E5 | 0 | 5B | 9 | 2 | 132 | 61 | 36 |
| Octal | 373 | 26 | 345 | 0 | 133 | 11 | 2 | 462 | 141 | 66 |
| Binary | 11111011 | 10110 | 11100101 | 0 | 1011011 | 1001 | 10 | 100110010 | 1100001 | 110110 |
Color Harmonies of #FB16E5
Complementary color
Monochromatic Colors of #FB16E5
Black with #FB16E5
Text Example
Text Example
White with #FB16E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB16E5; }
p { color: rgb(251,22,229); }
H1.HeaderClassName
{
color: #FB16E5;
}
.AnyTagClassName
{
color: #FB16E5;
}
</style>
background-color css
<style>
a { background-color: #FB16E5; }
a { background-color: rgb(251,22,229); }
div.DivClassName
{
background-color: #FB16E5;
}
.BgClassName
{
background-color: #FB16E5;
}
</style>
border-color css
<style>
span { border-color: #FB16E5; }
span { border-color: rgb(251,22,229); }
td.TdClassName
{
border-color: #FB16E5;
}
.TagClassName
{
border-color: #FB16E5;
}
</style>