Shades of Hot Magenta #FB0AD2
Tints of Hot Magenta #FB0AD2
RGB
CMYK
RGB Variations
Color information
#FB0AD2 (or 0xFB0AD2) is known color: Hot Magenta. HEX triplet: FB, 0A and D2. RGB value is (251,10,210). Sum of RGB (Red+Green+Blue) = 251+10+210=471 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.29% from 471); Green value is 10 (4.30% from 255 or 2.12% from 471); Blue value is 210 (82.42% from 255 or 44.59% from 471); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0AD2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB0AD2 is #04F52D. Grayscale: #686868. Windows color (decimal): -324910 or 13765371. OLE color: 13765371.
HSL color Cylindrical-coordinate representation of color #FB0AD2: hue angle of 310.21º 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 #FB0AD2 is Cyan = 0, Magento = 0.96, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 10 | 210 | - |
| CMYK | 0 | 0.96 | 0.16 | 0.02 |
| HSL | 310.21º | 0.97% | 0.51% | - |
| HSV(B) | 310.21º | 0.96% | 0.98% | - |
| XYZ | 51.53 | 25.38 | 63.16 | - |
| YUV | 104.86 | 187.34 | 232.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 10 | 210 | 0 | 0.96 | 0.16 | 0.02 | 310.21 | 0.97 | 0.51 |
| Hex | FB | A | D2 | 0 | 60 | 10 | 2 | 136 | 61 | 33 |
| Octal | 373 | 12 | 322 | 0 | 140 | 20 | 2 | 466 | 141 | 63 |
| Binary | 11111011 | 1010 | 11010010 | 0 | 1100000 | 10000 | 10 | 100110110 | 1100001 | 110011 |
Color Harmonies of #FB0AD2
Complementary color
Monochromatic Colors of #FB0AD2
Black with #FB0AD2
Text Example
Text Example
White with #FB0AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0AD2; }
p { color: rgb(251,10,210); }
H1.HeaderClassName
{
color: #FB0AD2;
}
.AnyTagClassName
{
color: #FB0AD2;
}
</style>
background-color css
<style>
a { background-color: #FB0AD2; }
a { background-color: rgb(251,10,210); }
div.DivClassName
{
background-color: #FB0AD2;
}
.BgClassName
{
background-color: #FB0AD2;
}
</style>
border-color css
<style>
span { border-color: #FB0AD2; }
span { border-color: rgb(251,10,210); }
td.TdClassName
{
border-color: #FB0AD2;
}
.TagClassName
{
border-color: #FB0AD2;
}
</style>