Shades of Magenta #FB17EC
Tints of Magenta #FB17EC
RGB
CMYK
RGB Variations
Color information
#FB17EC (or 0xFB17EC) is known color: Magenta. HEX triplet: FB, 17 and EC. RGB value is (251,23,236). Sum of RGB (Red+Green+Blue) = 251+23+236=510 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.22% from 510); Green value is 23 (9.38% from 255 or 4.51% from 510); Blue value is 236 (92.58% from 255 or 46.27% from 510); Max value from RGB is 251 - color contains mainly: red. Hex color #FB17EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB17EC is #04E813. Grayscale: #727272. Windows color (decimal): -321556 or 15472635. OLE color: 15472635.
HSL color Cylindrical-coordinate representation of color #FB17EC: hue angle of 303.95º 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 #FB17EC is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 23 | 236 | - |
| CMYK | 0 | 0.91 | 0.06 | 0.02 |
| HSL | 303.95º | 0.97% | 0.54% | - |
| HSV(B) | 303.95º | 0.91% | 0.98% | - |
| XYZ | 55.23 | 27.18 | 81.69 | - |
| YUV | 115.45 | 196.04 | 224.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 23 | 236 | 0 | 0.91 | 0.06 | 0.02 | 303.95 | 0.97 | 0.54 |
| Hex | FB | 17 | EC | 0 | 5B | 6 | 2 | 130 | 61 | 36 |
| Octal | 373 | 27 | 354 | 0 | 133 | 6 | 2 | 460 | 141 | 66 |
| Binary | 11111011 | 10111 | 11101100 | 0 | 1011011 | 110 | 10 | 100110000 | 1100001 | 110110 |
Color Harmonies of #FB17EC
Complementary color
Monochromatic Colors of #FB17EC
Black with #FB17EC
Text Example
Text Example
White with #FB17EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB17EC; }
p { color: rgb(251,23,236); }
H1.HeaderClassName
{
color: #FB17EC;
}
.AnyTagClassName
{
color: #FB17EC;
}
</style>
background-color css
<style>
a { background-color: #FB17EC; }
a { background-color: rgb(251,23,236); }
div.DivClassName
{
background-color: #FB17EC;
}
.BgClassName
{
background-color: #FB17EC;
}
</style>
border-color css
<style>
span { border-color: #FB17EC; }
span { border-color: rgb(251,23,236); }
td.TdClassName
{
border-color: #FB17EC;
}
.TagClassName
{
border-color: #FB17EC;
}
</style>