Shades of Hot Magenta #FB0AD6
Tints of Hot Magenta #FB0AD6
RGB
CMYK
RGB Variations
Color information
#FB0AD6 (or 0xFB0AD6) is known color: Hot Magenta. HEX triplet: FB, 0A and D6. RGB value is (251,10,214). Sum of RGB (Red+Green+Blue) = 251+10+214=475 (62% of max value = 765). Red value is 251 (98.44% from 255 or 52.84% from 475); Green value is 10 (4.30% from 255 or 2.11% from 475); Blue value is 214 (83.98% from 255 or 45.05% from 475); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0AD6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB0AD6 is #04F529. Grayscale: #686868. Windows color (decimal): -324906 or 14027515. OLE color: 14027515.
HSL color Cylindrical-coordinate representation of color #FB0AD6: hue angle of 309.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 #FB0AD6 is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 10 | 214 | - |
| CMYK | 0 | 0.96 | 0.15 | 0.02 |
| HSL | 309.21º | 0.97% | 0.51% | - |
| HSV(B) | 309.21º | 0.96% | 0.98% | - |
| XYZ | 52.03 | 25.58 | 65.81 | - |
| YUV | 105.32 | 189.34 | 231.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 10 | 214 | 0 | 0.96 | 0.15 | 0.02 | 309.21 | 0.97 | 0.51 |
| Hex | FB | A | D6 | 0 | 60 | F | 2 | 135 | 61 | 33 |
| Octal | 373 | 12 | 326 | 0 | 140 | 17 | 2 | 465 | 141 | 63 |
| Binary | 11111011 | 1010 | 11010110 | 0 | 1100000 | 1111 | 10 | 100110101 | 1100001 | 110011 |
Color Harmonies of #FB0AD6
Complementary color
Monochromatic Colors of #FB0AD6
Black with #FB0AD6
Text Example
Text Example
White with #FB0AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0AD6; }
p { color: rgb(251,10,214); }
H1.HeaderClassName
{
color: #FB0AD6;
}
.AnyTagClassName
{
color: #FB0AD6;
}
</style>
background-color css
<style>
a { background-color: #FB0AD6; }
a { background-color: rgb(251,10,214); }
div.DivClassName
{
background-color: #FB0AD6;
}
.BgClassName
{
background-color: #FB0AD6;
}
</style>
border-color css
<style>
span { border-color: #FB0AD6; }
span { border-color: rgb(251,10,214); }
td.TdClassName
{
border-color: #FB0AD6;
}
.TagClassName
{
border-color: #FB0AD6;
}
</style>