Shades of Hot Magenta #FB17E5
Tints of Hot Magenta #FB17E5
RGB
CMYK
RGB Variations
Color information
#FB17E5 (or 0xFB17E5) is known color: Hot Magenta. HEX triplet: FB, 17 and E5. RGB value is (251,23,229). Sum of RGB (Red+Green+Blue) = 251+23+229=503 (66% of max value = 765). Red value is 251 (98.44% from 255 or 49.90% from 503); Green value is 23 (9.38% from 255 or 4.57% from 503); Blue value is 229 (89.84% from 255 or 45.53% from 503); Max value from RGB is 251 - color contains mainly: red. Hex color #FB17E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB17E5 is #04E81A. Grayscale: #727272. Windows color (decimal): -321563 or 15013883. OLE color: 15013883.
HSL color Cylindrical-coordinate representation of color #FB17E5: hue angle of 305.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 #FB17E5 is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 23 | 229 | - |
| CMYK | 0 | 0.91 | 0.09 | 0.02 |
| HSL | 305.79º | 0.97% | 0.54% | - |
| HSV(B) | 305.79º | 0.91% | 0.98% | - |
| XYZ | 54.23 | 26.78 | 76.44 | - |
| YUV | 114.66 | 192.54 | 225.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 23 | 229 | 0 | 0.91 | 0.09 | 0.02 | 305.79 | 0.97 | 0.54 |
| Hex | FB | 17 | E5 | 0 | 5B | 9 | 2 | 132 | 61 | 36 |
| Octal | 373 | 27 | 345 | 0 | 133 | 11 | 2 | 462 | 141 | 66 |
| Binary | 11111011 | 10111 | 11100101 | 0 | 1011011 | 1001 | 10 | 100110010 | 1100001 | 110110 |
Color Harmonies of #FB17E5
Complementary color
Monochromatic Colors of #FB17E5
Black with #FB17E5
Text Example
Text Example
White with #FB17E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB17E5; }
p { color: rgb(251,23,229); }
H1.HeaderClassName
{
color: #FB17E5;
}
.AnyTagClassName
{
color: #FB17E5;
}
</style>
background-color css
<style>
a { background-color: #FB17E5; }
a { background-color: rgb(251,23,229); }
div.DivClassName
{
background-color: #FB17E5;
}
.BgClassName
{
background-color: #FB17E5;
}
</style>
border-color css
<style>
span { border-color: #FB17E5; }
span { border-color: rgb(251,23,229); }
td.TdClassName
{
border-color: #FB17E5;
}
.TagClassName
{
border-color: #FB17E5;
}
</style>