Shades of Hot Magenta #FB0ADF
Tints of Hot Magenta #FB0ADF
RGB
CMYK
RGB Variations
Color information
#FB0ADF (or 0xFB0ADF) is known color: Hot Magenta. HEX triplet: FB, 0A and DF. RGB value is (251,10,223). Sum of RGB (Red+Green+Blue) = 251+10+223=484 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.86% from 484); Green value is 10 (4.30% from 255 or 2.07% from 484); Blue value is 223 (87.5% from 255 or 46.07% from 484); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0ADF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB0ADF is #04F520. Grayscale: #696969. Windows color (decimal): -324897 or 14617339. OLE color: 14617339.
HSL color Cylindrical-coordinate representation of color #FB0ADF: hue angle of 306.97º 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 #FB0ADF is Cyan = 0, Magento = 0.96, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 10 | 223 | - |
| CMYK | 0 | 0.96 | 0.11 | 0.02 |
| HSL | 306.97º | 0.97% | 0.51% | - |
| HSV(B) | 306.97º | 0.96% | 0.98% | - |
| XYZ | 53.21 | 26.05 | 72.04 | - |
| YUV | 106.34 | 193.84 | 231.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 10 | 223 | 0 | 0.96 | 0.11 | 0.02 | 306.97 | 0.97 | 0.51 |
| Hex | FB | A | DF | 0 | 60 | B | 2 | 133 | 61 | 33 |
| Octal | 373 | 12 | 337 | 0 | 140 | 13 | 2 | 463 | 141 | 63 |
| Binary | 11111011 | 1010 | 11011111 | 0 | 1100000 | 1011 | 10 | 100110011 | 1100001 | 110011 |
Color Harmonies of #FB0ADF
Complementary color
Monochromatic Colors of #FB0ADF
Black with #FB0ADF
Text Example
Text Example
White with #FB0ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0ADF; }
p { color: rgb(251,10,223); }
H1.HeaderClassName
{
color: #FB0ADF;
}
.AnyTagClassName
{
color: #FB0ADF;
}
</style>
background-color css
<style>
a { background-color: #FB0ADF; }
a { background-color: rgb(251,10,223); }
div.DivClassName
{
background-color: #FB0ADF;
}
.BgClassName
{
background-color: #FB0ADF;
}
</style>
border-color css
<style>
span { border-color: #FB0ADF; }
span { border-color: rgb(251,10,223); }
td.TdClassName
{
border-color: #FB0ADF;
}
.TagClassName
{
border-color: #FB0ADF;
}
</style>