Shades of Hot Magenta #FB19E5
Tints of Hot Magenta #FB19E5
RGB
CMYK
RGB Variations
Color information
#FB19E5 (or 0xFB19E5) is known color: Hot Magenta. HEX triplet: FB, 19 and E5. RGB value is (251,25,229). Sum of RGB (Red+Green+Blue) = 251+25+229=505 (66% of max value = 765). Red value is 251 (98.44% from 255 or 49.70% from 505); Green value is 25 (10.16% from 255 or 4.95% from 505); Blue value is 229 (89.84% from 255 or 45.35% from 505); Max value from RGB is 251 - color contains mainly: red. Hex color #FB19E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB19E5 is #04E61A. Grayscale: #737373. Windows color (decimal): -321051 or 15014395. OLE color: 15014395.
HSL color Cylindrical-coordinate representation of color #FB19E5: hue angle of 305.84º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FB19E5 is Cyan = 0, Magento = 0.90, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 25 | 229 | - |
| CMYK | 0 | 0.90 | 0.09 | 0.02 |
| HSL | 305.84º | 0.97% | 0.54% | - |
| HSV(B) | 305.84º | 0.9% | 0.98% | - |
| XYZ | 54.27 | 26.86 | 76.45 | - |
| YUV | 115.83 | 191.87 | 224.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 25 | 229 | 0 | 0.90 | 0.09 | 0.02 | 305.84 | 0.97 | 0.54 |
| Hex | FB | 19 | E5 | 0 | 5A | 9 | 2 | 132 | 61 | 36 |
| Octal | 373 | 31 | 345 | 0 | 132 | 11 | 2 | 462 | 141 | 66 |
| Binary | 11111011 | 11001 | 11100101 | 0 | 1011010 | 1001 | 10 | 100110010 | 1100001 | 110110 |
Color Harmonies of #FB19E5
Complementary color
Monochromatic Colors of #FB19E5
Black with #FB19E5
Text Example
Text Example
White with #FB19E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB19E5; }
p { color: rgb(251,25,229); }
H1.HeaderClassName
{
color: #FB19E5;
}
.AnyTagClassName
{
color: #FB19E5;
}
</style>
background-color css
<style>
a { background-color: #FB19E5; }
a { background-color: rgb(251,25,229); }
div.DivClassName
{
background-color: #FB19E5;
}
.BgClassName
{
background-color: #FB19E5;
}
</style>
border-color css
<style>
span { border-color: #FB19E5; }
span { border-color: rgb(251,25,229); }
td.TdClassName
{
border-color: #FB19E5;
}
.TagClassName
{
border-color: #FB19E5;
}
</style>