Shades of Hot Magenta #FB0AD4
Tints of Hot Magenta #FB0AD4
RGB
CMYK
RGB Variations
Color information
#FB0AD4 (or 0xFB0AD4) is known color: Hot Magenta. HEX triplet: FB, 0A and D4. RGB value is (251,10,212). Sum of RGB (Red+Green+Blue) = 251+10+212=473 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.07% from 473); Green value is 10 (4.30% from 255 or 2.11% from 473); Blue value is 212 (83.20% from 255 or 44.82% from 473); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0AD4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB0AD4 is #04F52B. Grayscale: #686868. Windows color (decimal): -324908 or 13896443. OLE color: 13896443.
HSL color Cylindrical-coordinate representation of color #FB0AD4: hue angle of 309.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 #FB0AD4 is Cyan = 0, Magento = 0.96, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 10 | 212 | - |
| CMYK | 0 | 0.96 | 0.16 | 0.02 |
| HSL | 309.71º | 0.97% | 0.51% | - |
| HSV(B) | 309.71º | 0.96% | 0.98% | - |
| XYZ | 51.78 | 25.48 | 64.48 | - |
| YUV | 105.09 | 188.34 | 232.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 10 | 212 | 0 | 0.96 | 0.16 | 0.02 | 309.71 | 0.97 | 0.51 |
| Hex | FB | A | D4 | 0 | 60 | 10 | 2 | 136 | 61 | 33 |
| Octal | 373 | 12 | 324 | 0 | 140 | 20 | 2 | 466 | 141 | 63 |
| Binary | 11111011 | 1010 | 11010100 | 0 | 1100000 | 10000 | 10 | 100110110 | 1100001 | 110011 |
Color Harmonies of #FB0AD4
Complementary color
Monochromatic Colors of #FB0AD4
Black with #FB0AD4
Text Example
Text Example
White with #FB0AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0AD4; }
p { color: rgb(251,10,212); }
H1.HeaderClassName
{
color: #FB0AD4;
}
.AnyTagClassName
{
color: #FB0AD4;
}
</style>
background-color css
<style>
a { background-color: #FB0AD4; }
a { background-color: rgb(251,10,212); }
div.DivClassName
{
background-color: #FB0AD4;
}
.BgClassName
{
background-color: #FB0AD4;
}
</style>
border-color css
<style>
span { border-color: #FB0AD4; }
span { border-color: rgb(251,10,212); }
td.TdClassName
{
border-color: #FB0AD4;
}
.TagClassName
{
border-color: #FB0AD4;
}
</style>