Shades of Hot Magenta #FB00DC
Tints of Hot Magenta #FB00DC
RGB
CMYK
RGB Variations
Color information
#FB00DC (or 0xFB00DC) is known color: Hot Magenta. HEX triplet: FB, 00 and DC. RGB value is (251,0,220). Sum of RGB (Red+Green+Blue) = 251+0+220=471 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.29% from 471); Green value is 0 (0.39% from 255 or 0% from 471); Blue value is 220 (86.33% from 255 or 46.71% from 471); Max value from RGB is 251 - color contains mainly: red. Hex color #FB00DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB00DC is #04FF23. Grayscale: #636363. Windows color (decimal): -327460 or 14418171. OLE color: 14418171.
HSL color Cylindrical-coordinate representation of color #FB00DC: hue angle of 307.41º 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 #FB00DC is Cyan = 0, Magento = 1, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 0 | 220 | - |
| CMYK | 0 | 1 | 0.12 | 0.02 |
| HSL | 307.41º | 1% | 0.49% | - |
| HSV(B) | 307.41º | 1% | 0.98% | - |
| XYZ | 52.7 | 25.68 | 69.89 | - |
| YUV | 100.13 | 195.66 | 235.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 0 | 220 | 0 | 1 | 0.12 | 0.02 | 307.41 | 1 | 0.49 |
| Hex | FB | 0 | DC | 0 | 64 | C | 2 | 133 | 64 | 31 |
| Octal | 373 | 0 | 334 | 0 | 144 | 14 | 2 | 463 | 144 | 61 |
| Binary | 11111011 | 0 | 11011100 | 0 | 1100100 | 1100 | 10 | 100110011 | 1100100 | 110001 |
Color Harmonies of #FB00DC
Complementary color
Monochromatic Colors of #FB00DC
Black with #FB00DC
Text Example
Text Example
White with #FB00DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB00DC; }
p { color: rgb(251,0,220); }
H1.HeaderClassName
{
color: #FB00DC;
}
.AnyTagClassName
{
color: #FB00DC;
}
</style>
background-color css
<style>
a { background-color: #FB00DC; }
a { background-color: rgb(251,0,220); }
div.DivClassName
{
background-color: #FB00DC;
}
.BgClassName
{
background-color: #FB00DC;
}
</style>
border-color css
<style>
span { border-color: #FB00DC; }
span { border-color: rgb(251,0,220); }
td.TdClassName
{
border-color: #FB00DC;
}
.TagClassName
{
border-color: #FB00DC;
}
</style>