Shades of Hot Magenta #FB16D7
Tints of Hot Magenta #FB16D7
RGB
CMYK
RGB Variations
Color information
#FB16D7 (or 0xFB16D7) is known color: Hot Magenta. HEX triplet: FB, 16 and D7. RGB value is (251,22,215). Sum of RGB (Red+Green+Blue) = 251+22+215=488 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.43% from 488); Green value is 22 (8.98% from 255 or 4.51% from 488); Blue value is 215 (84.38% from 255 or 44.06% from 488); Max value from RGB is 251 - color contains mainly: red. Hex color #FB16D7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB16D7 is #04E928. Grayscale: #6F6F6F. Windows color (decimal): -321833 or 14096123. OLE color: 14096123.
HSL color Cylindrical-coordinate representation of color #FB16D7: hue angle of 309.43º 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 #FB16D7 is Cyan = 0, Magento = 0.91, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 22 | 215 | - |
| CMYK | 0 | 0.91 | 0.14 | 0.02 |
| HSL | 309.43º | 0.97% | 0.54% | - |
| HSV(B) | 309.43º | 0.91% | 0.98% | - |
| XYZ | 52.34 | 25.99 | 66.55 | - |
| YUV | 112.47 | 185.87 | 226.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 22 | 215 | 0 | 0.91 | 0.14 | 0.02 | 309.43 | 0.97 | 0.54 |
| Hex | FB | 16 | D7 | 0 | 5B | E | 2 | 135 | 61 | 36 |
| Octal | 373 | 26 | 327 | 0 | 133 | 16 | 2 | 465 | 141 | 66 |
| Binary | 11111011 | 10110 | 11010111 | 0 | 1011011 | 1110 | 10 | 100110101 | 1100001 | 110110 |
Color Harmonies of #FB16D7
Complementary color
Monochromatic Colors of #FB16D7
Black with #FB16D7
Text Example
Text Example
White with #FB16D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB16D7; }
p { color: rgb(251,22,215); }
H1.HeaderClassName
{
color: #FB16D7;
}
.AnyTagClassName
{
color: #FB16D7;
}
</style>
background-color css
<style>
a { background-color: #FB16D7; }
a { background-color: rgb(251,22,215); }
div.DivClassName
{
background-color: #FB16D7;
}
.BgClassName
{
background-color: #FB16D7;
}
</style>
border-color css
<style>
span { border-color: #FB16D7; }
span { border-color: rgb(251,22,215); }
td.TdClassName
{
border-color: #FB16D7;
}
.TagClassName
{
border-color: #FB16D7;
}
</style>