Shades of Magenta #FB16E9
Tints of Magenta #FB16E9
RGB
CMYK
RGB Variations
Color information
#FB16E9 (or 0xFB16E9) is known color: Magenta. HEX triplet: FB, 16 and E9. RGB value is (251,22,233). Sum of RGB (Red+Green+Blue) = 251+22+233=506 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.60% from 506); Green value is 22 (8.98% from 255 or 4.35% from 506); Blue value is 233 (91.41% from 255 or 46.05% from 506); Max value from RGB is 251 - color contains mainly: red. Hex color #FB16E9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB16E9 is #04E916. Grayscale: #717171. Windows color (decimal): -321815 or 15275771. OLE color: 15275771.
HSL color Cylindrical-coordinate representation of color #FB16E9: hue angle of 304.72º 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 #FB16E9 is Cyan = 0, Magento = 0.91, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 22 | 233 | - |
| CMYK | 0 | 0.91 | 0.07 | 0.02 |
| HSL | 304.72º | 0.97% | 0.54% | - |
| HSV(B) | 304.72º | 0.91% | 0.98% | - |
| XYZ | 54.78 | 26.97 | 79.41 | - |
| YUV | 114.53 | 194.87 | 225.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 22 | 233 | 0 | 0.91 | 0.07 | 0.02 | 304.72 | 0.97 | 0.54 |
| Hex | FB | 16 | E9 | 0 | 5B | 7 | 2 | 131 | 61 | 36 |
| Octal | 373 | 26 | 351 | 0 | 133 | 7 | 2 | 461 | 141 | 66 |
| Binary | 11111011 | 10110 | 11101001 | 0 | 1011011 | 111 | 10 | 100110001 | 1100001 | 110110 |
Color Harmonies of #FB16E9
Complementary color
Monochromatic Colors of #FB16E9
Black with #FB16E9
Text Example
Text Example
White with #FB16E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB16E9; }
p { color: rgb(251,22,233); }
H1.HeaderClassName
{
color: #FB16E9;
}
.AnyTagClassName
{
color: #FB16E9;
}
</style>
background-color css
<style>
a { background-color: #FB16E9; }
a { background-color: rgb(251,22,233); }
div.DivClassName
{
background-color: #FB16E9;
}
.BgClassName
{
background-color: #FB16E9;
}
</style>
border-color css
<style>
span { border-color: #FB16E9; }
span { border-color: rgb(251,22,233); }
td.TdClassName
{
border-color: #FB16E9;
}
.TagClassName
{
border-color: #FB16E9;
}
</style>