Shades of Hot Magenta #FB10D0
Tints of Hot Magenta #FB10D0
RGB
CMYK
RGB Variations
Color information
#FB10D0 (or 0xFB10D0) is known color: Hot Magenta. HEX triplet: FB, 10 and D0. RGB value is (251,16,208). Sum of RGB (Red+Green+Blue) = 251+16+208=475 (62% of max value = 765). Red value is 251 (98.44% from 255 or 52.84% from 475); Green value is 16 (6.64% from 255 or 3.37% from 475); Blue value is 208 (81.64% from 255 or 43.79% from 475); Max value from RGB is 251 - color contains mainly: red. Hex color #FB10D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB10D0 is #04EF2F. Grayscale: #6B6B6B. Windows color (decimal): -323376 or 13635835. OLE color: 13635835.
HSL color Cylindrical-coordinate representation of color #FB10D0: hue angle of 310.98º 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 #FB10D0 is Cyan = 0, Magento = 0.94, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 16 | 208 | - |
| CMYK | 0 | 0.94 | 0.17 | 0.02 |
| HSL | 310.98º | 0.97% | 0.52% | - |
| HSV(B) | 310.98º | 0.94% | 0.98% | - |
| XYZ | 51.35 | 25.43 | 61.88 | - |
| YUV | 108.15 | 184.36 | 229.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 16 | 208 | 0 | 0.94 | 0.17 | 0.02 | 310.98 | 0.97 | 0.52 |
| Hex | FB | 10 | D0 | 0 | 5E | 11 | 2 | 137 | 61 | 34 |
| Octal | 373 | 20 | 320 | 0 | 136 | 21 | 2 | 467 | 141 | 64 |
| Binary | 11111011 | 10000 | 11010000 | 0 | 1011110 | 10001 | 10 | 100110111 | 1100001 | 110100 |
Color Harmonies of #FB10D0
Complementary color
Monochromatic Colors of #FB10D0
Black with #FB10D0
Text Example
Text Example
White with #FB10D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB10D0; }
p { color: rgb(251,16,208); }
H1.HeaderClassName
{
color: #FB10D0;
}
.AnyTagClassName
{
color: #FB10D0;
}
</style>
background-color css
<style>
a { background-color: #FB10D0; }
a { background-color: rgb(251,16,208); }
div.DivClassName
{
background-color: #FB10D0;
}
.BgClassName
{
background-color: #FB10D0;
}
</style>
border-color css
<style>
span { border-color: #FB10D0; }
span { border-color: rgb(251,16,208); }
td.TdClassName
{
border-color: #FB10D0;
}
.TagClassName
{
border-color: #FB10D0;
}
</style>