Shades of Hot Magenta #FB00D9
Tints of Hot Magenta #FB00D9
RGB
CMYK
RGB Variations
Color information
#FB00D9 (or 0xFB00D9) is known color: Hot Magenta. HEX triplet: FB, 00 and D9. RGB value is (251,0,217). Sum of RGB (Red+Green+Blue) = 251+0+217=468 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.63% from 468); Green value is 0 (0.39% from 255 or 0% from 468); Blue value is 217 (85.16% from 255 or 46.37% from 468); Max value from RGB is 251 - color contains mainly: red. Hex color #FB00D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB00D9 is #04FF26. Grayscale: #636363. Windows color (decimal): -327463 or 14221563. OLE color: 14221563.
HSL color Cylindrical-coordinate representation of color #FB00D9: hue angle of 308.13º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FB00D9 is Cyan = 0, Magento = 1, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 0 | 217 | - |
| CMYK | 0 | 1 | 0.14 | 0.02 |
| HSL | 308.13º | 1% | 0.49% | - |
| HSV(B) | 308.13º | 1% | 0.98% | - |
| XYZ | 52.31 | 25.52 | 67.81 | - |
| YUV | 99.79 | 194.16 | 235.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 0 | 217 | 0 | 1 | 0.14 | 0.02 | 308.13 | 1 | 0.49 |
| Hex | FB | 0 | D9 | 0 | 64 | E | 2 | 134 | 64 | 31 |
| Octal | 373 | 0 | 331 | 0 | 144 | 16 | 2 | 464 | 144 | 61 |
| Binary | 11111011 | 0 | 11011001 | 0 | 1100100 | 1110 | 10 | 100110100 | 1100100 | 110001 |
Color Harmonies of #FB00D9
Complementary color
Monochromatic Colors of #FB00D9
Black with #FB00D9
Text Example
Text Example
White with #FB00D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB00D9; }
p { color: rgb(251,0,217); }
H1.HeaderClassName
{
color: #FB00D9;
}
.AnyTagClassName
{
color: #FB00D9;
}
</style>
background-color css
<style>
a { background-color: #FB00D9; }
a { background-color: rgb(251,0,217); }
div.DivClassName
{
background-color: #FB00D9;
}
.BgClassName
{
background-color: #FB00D9;
}
</style>
border-color css
<style>
span { border-color: #FB00D9; }
span { border-color: rgb(251,0,217); }
td.TdClassName
{
border-color: #FB00D9;
}
.TagClassName
{
border-color: #FB00D9;
}
</style>