Shades of Hot Magenta #FB0AD0
Tints of Hot Magenta #FB0AD0
RGB
CMYK
RGB Variations
Color information
#FB0AD0 (or 0xFB0AD0) is known color: Hot Magenta. HEX triplet: FB, 0A and D0. RGB value is (251,10,208). Sum of RGB (Red+Green+Blue) = 251+10+208=469 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.52% from 469); Green value is 10 (4.30% from 255 or 2.13% from 469); Blue value is 208 (81.64% from 255 or 44.35% from 469); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0AD0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB0AD0 is #04F52F. Grayscale: #686868. Windows color (decimal): -324912 or 13634299. OLE color: 13634299.
HSL color Cylindrical-coordinate representation of color #FB0AD0: hue angle of 310.71º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FB0AD0 is Cyan = 0, Magento = 0.96, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 10 | 208 | - |
| CMYK | 0 | 0.96 | 0.17 | 0.02 |
| HSL | 310.71º | 0.97% | 0.51% | - |
| HSV(B) | 310.71º | 0.96% | 0.98% | - |
| XYZ | 51.28 | 25.28 | 61.85 | - |
| YUV | 104.63 | 186.34 | 232.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 10 | 208 | 0 | 0.96 | 0.17 | 0.02 | 310.71 | 0.97 | 0.51 |
| Hex | FB | A | D0 | 0 | 60 | 11 | 2 | 137 | 61 | 33 |
| Octal | 373 | 12 | 320 | 0 | 140 | 21 | 2 | 467 | 141 | 63 |
| Binary | 11111011 | 1010 | 11010000 | 0 | 1100000 | 10001 | 10 | 100110111 | 1100001 | 110011 |
Color Harmonies of #FB0AD0
Complementary color
Monochromatic Colors of #FB0AD0
Black with #FB0AD0
Text Example
Text Example
White with #FB0AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0AD0; }
p { color: rgb(251,10,208); }
H1.HeaderClassName
{
color: #FB0AD0;
}
.AnyTagClassName
{
color: #FB0AD0;
}
</style>
background-color css
<style>
a { background-color: #FB0AD0; }
a { background-color: rgb(251,10,208); }
div.DivClassName
{
background-color: #FB0AD0;
}
.BgClassName
{
background-color: #FB0AD0;
}
</style>
border-color css
<style>
span { border-color: #FB0AD0; }
span { border-color: rgb(251,10,208); }
td.TdClassName
{
border-color: #FB0AD0;
}
.TagClassName
{
border-color: #FB0AD0;
}
</style>