Shades of Hot Magenta #FB10E5
Tints of Hot Magenta #FB10E5
RGB
CMYK
RGB Variations
Color information
#FB10E5 (or 0xFB10E5) is known color: Hot Magenta. HEX triplet: FB, 10 and E5. RGB value is (251,16,229). Sum of RGB (Red+Green+Blue) = 251+16+229=496 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.60% from 496); Green value is 16 (6.64% from 255 or 3.23% from 496); Blue value is 229 (89.84% from 255 or 46.17% from 496); Max value from RGB is 251 - color contains mainly: red. Hex color #FB10E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB10E5 is #04EF1A. Grayscale: #6D6D6D. Windows color (decimal): -323355 or 15012091. OLE color: 15012091.
HSL color Cylindrical-coordinate representation of color #FB10E5: hue angle of 305.62º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FB10E5 is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 16 | 229 | - |
| CMYK | 0 | 0.94 | 0.09 | 0.02 |
| HSL | 305.62º | 0.97% | 0.52% | - |
| HSV(B) | 305.62º | 0.94% | 0.98% | - |
| XYZ | 54.11 | 26.54 | 76.4 | - |
| YUV | 110.55 | 194.86 | 228.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 16 | 229 | 0 | 0.94 | 0.09 | 0.02 | 305.62 | 0.97 | 0.52 |
| Hex | FB | 10 | E5 | 0 | 5E | 9 | 2 | 132 | 61 | 34 |
| Octal | 373 | 20 | 345 | 0 | 136 | 11 | 2 | 462 | 141 | 64 |
| Binary | 11111011 | 10000 | 11100101 | 0 | 1011110 | 1001 | 10 | 100110010 | 1100001 | 110100 |
Color Harmonies of #FB10E5
Complementary color
Monochromatic Colors of #FB10E5
Black with #FB10E5
Text Example
Text Example
White with #FB10E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB10E5; }
p { color: rgb(251,16,229); }
H1.HeaderClassName
{
color: #FB10E5;
}
.AnyTagClassName
{
color: #FB10E5;
}
</style>
background-color css
<style>
a { background-color: #FB10E5; }
a { background-color: rgb(251,16,229); }
div.DivClassName
{
background-color: #FB10E5;
}
.BgClassName
{
background-color: #FB10E5;
}
</style>
border-color css
<style>
span { border-color: #FB10E5; }
span { border-color: rgb(251,16,229); }
td.TdClassName
{
border-color: #FB10E5;
}
.TagClassName
{
border-color: #FB10E5;
}
</style>