Shades of Magenta #FB16F0
Tints of Magenta #FB16F0
RGB
CMYK
RGB Variations
Color information
#FB16F0 (or 0xFB16F0) is known color: Magenta. HEX triplet: FB, 16 and F0. RGB value is (251,22,240). Sum of RGB (Red+Green+Blue) = 251+22+240=513 (67% of max value = 765). Red value is 251 (98.44% from 255 or 48.93% from 513); Green value is 22 (8.98% from 255 or 4.29% from 513); Blue value is 240 (94.14% from 255 or 46.78% from 513); Max value from RGB is 251 - color contains mainly: red. Hex color #FB16F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB16F0 is #04E90F. Grayscale: #727272. Windows color (decimal): -321808 or 15734523. OLE color: 15734523.
HSL color Cylindrical-coordinate representation of color #FB16F0: hue angle of 302.88º 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 #FB16F0 is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 22 | 240 | - |
| CMYK | 0 | 0.91 | 0.04 | 0.02 |
| HSL | 302.88º | 0.97% | 0.54% | - |
| HSV(B) | 302.88º | 0.91% | 0.98% | - |
| XYZ | 55.8 | 27.37 | 84.78 | - |
| YUV | 115.32 | 198.37 | 224.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 22 | 240 | 0 | 0.91 | 0.04 | 0.02 | 302.88 | 0.97 | 0.54 |
| Hex | FB | 16 | F0 | 0 | 5B | 4 | 2 | 12F | 61 | 36 |
| Octal | 373 | 26 | 360 | 0 | 133 | 4 | 2 | 457 | 141 | 66 |
| Binary | 11111011 | 10110 | 11110000 | 0 | 1011011 | 100 | 10 | 100101111 | 1100001 | 110110 |
Color Harmonies of #FB16F0
Complementary color
Monochromatic Colors of #FB16F0
Black with #FB16F0
Text Example
Text Example
White with #FB16F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB16F0; }
p { color: rgb(251,22,240); }
H1.HeaderClassName
{
color: #FB16F0;
}
.AnyTagClassName
{
color: #FB16F0;
}
</style>
background-color css
<style>
a { background-color: #FB16F0; }
a { background-color: rgb(251,22,240); }
div.DivClassName
{
background-color: #FB16F0;
}
.BgClassName
{
background-color: #FB16F0;
}
</style>
border-color css
<style>
span { border-color: #FB16F0; }
span { border-color: rgb(251,22,240); }
td.TdClassName
{
border-color: #FB16F0;
}
.TagClassName
{
border-color: #FB16F0;
}
</style>