Shades of Hot Magenta #FB00D0
Tints of Hot Magenta #FB00D0
RGB
CMYK
RGB Variations
Color information
#FB00D0 (or 0xFB00D0) is known color: Hot Magenta. HEX triplet: FB, 00 and D0. RGB value is (251,0,208). Sum of RGB (Red+Green+Blue) = 251+0+208=459 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.68% from 459); Green value is 0 (0.39% from 255 or 0% from 459); Blue value is 208 (81.64% from 255 or 45.32% from 459); Max value from RGB is 251 - color contains mainly: red. Hex color #FB00D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB00D0 is #04FF2F. Grayscale: #626262. Windows color (decimal): -327472 or 13631739. OLE color: 13631739.
HSL color Cylindrical-coordinate representation of color #FB00D0: hue angle of 310.28º 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 #FB00D0 is Cyan = 0, Magento = 1, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 0 | 208 | - |
| CMYK | 0 | 1 | 0.17 | 0.02 |
| HSL | 310.28º | 1% | 0.49% | - |
| HSV(B) | 310.28º | 1% | 0.98% | - |
| XYZ | 51.17 | 25.06 | 61.82 | - |
| YUV | 98.76 | 189.66 | 236.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 0 | 208 | 0 | 1 | 0.17 | 0.02 | 310.28 | 1 | 0.49 |
| Hex | FB | 0 | D0 | 0 | 64 | 11 | 2 | 136 | 64 | 31 |
| Octal | 373 | 0 | 320 | 0 | 144 | 21 | 2 | 466 | 144 | 61 |
| Binary | 11111011 | 0 | 11010000 | 0 | 1100100 | 10001 | 10 | 100110110 | 1100100 | 110001 |
Color Harmonies of #FB00D0
Complementary color
Monochromatic Colors of #FB00D0
Black with #FB00D0
Text Example
Text Example
White with #FB00D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB00D0; }
p { color: rgb(251,0,208); }
H1.HeaderClassName
{
color: #FB00D0;
}
.AnyTagClassName
{
color: #FB00D0;
}
</style>
background-color css
<style>
a { background-color: #FB00D0; }
a { background-color: rgb(251,0,208); }
div.DivClassName
{
background-color: #FB00D0;
}
.BgClassName
{
background-color: #FB00D0;
}
</style>
border-color css
<style>
span { border-color: #FB00D0; }
span { border-color: rgb(251,0,208); }
td.TdClassName
{
border-color: #FB00D0;
}
.TagClassName
{
border-color: #FB00D0;
}
</style>