Shades of Magenta #FB16EE
Tints of Magenta #FB16EE
RGB
CMYK
RGB Variations
Color information
#FB16EE (or 0xFB16EE) is known color: Magenta. HEX triplet: FB, 16 and EE. RGB value is (251,22,238). Sum of RGB (Red+Green+Blue) = 251+22+238=511 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.12% from 511); Green value is 22 (8.98% from 255 or 4.31% from 511); Blue value is 238 (93.36% from 255 or 46.58% from 511); Max value from RGB is 251 - color contains mainly: red. Hex color #FB16EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB16EE is #04E911. Grayscale: #727272. Windows color (decimal): -321810 or 15603451. OLE color: 15603451.
HSL color Cylindrical-coordinate representation of color #FB16EE: hue angle of 303.41º 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 #FB16EE is Cyan = 0, Magento = 0.91, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 22 | 238 | - |
| CMYK | 0 | 0.91 | 0.05 | 0.02 |
| HSL | 303.41º | 0.97% | 0.54% | - |
| HSV(B) | 303.41º | 0.91% | 0.98% | - |
| XYZ | 55.5 | 27.26 | 83.22 | - |
| YUV | 115.1 | 197.37 | 224.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 22 | 238 | 0 | 0.91 | 0.05 | 0.02 | 303.41 | 0.97 | 0.54 |
| Hex | FB | 16 | EE | 0 | 5B | 5 | 2 | 12F | 61 | 36 |
| Octal | 373 | 26 | 356 | 0 | 133 | 5 | 2 | 457 | 141 | 66 |
| Binary | 11111011 | 10110 | 11101110 | 0 | 1011011 | 101 | 10 | 100101111 | 1100001 | 110110 |
Color Harmonies of #FB16EE
Complementary color
Monochromatic Colors of #FB16EE
Black with #FB16EE
Text Example
Text Example
White with #FB16EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB16EE; }
p { color: rgb(251,22,238); }
H1.HeaderClassName
{
color: #FB16EE;
}
.AnyTagClassName
{
color: #FB16EE;
}
</style>
background-color css
<style>
a { background-color: #FB16EE; }
a { background-color: rgb(251,22,238); }
div.DivClassName
{
background-color: #FB16EE;
}
.BgClassName
{
background-color: #FB16EE;
}
</style>
border-color css
<style>
span { border-color: #FB16EE; }
span { border-color: rgb(251,22,238); }
td.TdClassName
{
border-color: #FB16EE;
}
.TagClassName
{
border-color: #FB16EE;
}
</style>