Shades of Hot Magenta #FB10D9
Tints of Hot Magenta #FB10D9
RGB
CMYK
RGB Variations
Color information
#FB10D9 (or 0xFB10D9) is known color: Hot Magenta. HEX triplet: FB, 10 and D9. RGB value is (251,16,217). Sum of RGB (Red+Green+Blue) = 251+16+217=484 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.86% from 484); Green value is 16 (6.64% from 255 or 3.31% from 484); Blue value is 217 (85.16% from 255 or 44.83% from 484); Max value from RGB is 251 - color contains mainly: red. Hex color #FB10D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB10D9 is #04EF26. Grayscale: #6C6C6C. Windows color (decimal): -323367 or 14225659. OLE color: 14225659.
HSL color Cylindrical-coordinate representation of color #FB10D9: hue angle of 308.68º 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 #FB10D9 is Cyan = 0, Magento = 0.94, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 16 | 217 | - |
| CMYK | 0 | 0.94 | 0.14 | 0.02 |
| HSL | 308.68º | 0.97% | 0.52% | - |
| HSV(B) | 308.68º | 0.94% | 0.98% | - |
| XYZ | 52.49 | 25.89 | 67.88 | - |
| YUV | 109.18 | 188.86 | 229.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 16 | 217 | 0 | 0.94 | 0.14 | 0.02 | 308.68 | 0.97 | 0.52 |
| Hex | FB | 10 | D9 | 0 | 5E | E | 2 | 135 | 61 | 34 |
| Octal | 373 | 20 | 331 | 0 | 136 | 16 | 2 | 465 | 141 | 64 |
| Binary | 11111011 | 10000 | 11011001 | 0 | 1011110 | 1110 | 10 | 100110101 | 1100001 | 110100 |
Color Harmonies of #FB10D9
Complementary color
Monochromatic Colors of #FB10D9
Black with #FB10D9
Text Example
Text Example
White with #FB10D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB10D9; }
p { color: rgb(251,16,217); }
H1.HeaderClassName
{
color: #FB10D9;
}
.AnyTagClassName
{
color: #FB10D9;
}
</style>
background-color css
<style>
a { background-color: #FB10D9; }
a { background-color: rgb(251,16,217); }
div.DivClassName
{
background-color: #FB10D9;
}
.BgClassName
{
background-color: #FB10D9;
}
</style>
border-color css
<style>
span { border-color: #FB10D9; }
span { border-color: rgb(251,16,217); }
td.TdClassName
{
border-color: #FB10D9;
}
.TagClassName
{
border-color: #FB10D9;
}
</style>