Shades of Magenta #FB16F8
Tints of Magenta #FB16F8
RGB
CMYK
RGB Variations
Color information
#FB16F8 (or 0xFB16F8) is known color: Magenta. HEX triplet: FB, 16 and F8. RGB value is (251,22,248). Sum of RGB (Red+Green+Blue) = 251+22+248=521 (69% of max value = 765). Red value is 251 (98.44% from 255 or 48.18% from 521); Green value is 22 (8.98% from 255 or 4.22% from 521); Blue value is 248 (97.27% from 255 or 47.60% from 521); Max value from RGB is 251 - color contains mainly: red. Hex color #FB16F8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB16F8 is #04E907. Grayscale: #737373. Windows color (decimal): -321800 or 16258811. OLE color: 16258811.
HSL color Cylindrical-coordinate representation of color #FB16F8: hue angle of 300.79º 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 #FB16F8 is Cyan = 0, Magento = 0.91, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 22 | 248 | - |
| CMYK | 0 | 0.91 | 0.01 | 0.02 |
| HSL | 300.79º | 0.97% | 0.54% | - |
| HSV(B) | 300.79º | 0.91% | 0.98% | - |
| XYZ | 57.01 | 27.86 | 91.18 | - |
| YUV | 116.24 | 202.37 | 224.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 22 | 248 | 0 | 0.91 | 0.01 | 0.02 | 300.79 | 0.97 | 0.54 |
| Hex | FB | 16 | F8 | 0 | 5B | 1 | 2 | 12D | 61 | 36 |
| Octal | 373 | 26 | 370 | 0 | 133 | 1 | 2 | 455 | 141 | 66 |
| Binary | 11111011 | 10110 | 11111000 | 0 | 1011011 | 1 | 10 | 100101101 | 1100001 | 110110 |
Color Harmonies of #FB16F8
Complementary color
Monochromatic Colors of #FB16F8
Black with #FB16F8
Text Example
Text Example
White with #FB16F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB16F8; }
p { color: rgb(251,22,248); }
H1.HeaderClassName
{
color: #FB16F8;
}
.AnyTagClassName
{
color: #FB16F8;
}
</style>
background-color css
<style>
a { background-color: #FB16F8; }
a { background-color: rgb(251,22,248); }
div.DivClassName
{
background-color: #FB16F8;
}
.BgClassName
{
background-color: #FB16F8;
}
</style>
border-color css
<style>
span { border-color: #FB16F8; }
span { border-color: rgb(251,22,248); }
td.TdClassName
{
border-color: #FB16F8;
}
.TagClassName
{
border-color: #FB16F8;
}
</style>