Shades of Hot Magenta #FB00D2
Tints of Hot Magenta #FB00D2
RGB
CMYK
RGB Variations
Color information
#FB00D2 (or 0xFB00D2) is known color: Hot Magenta. HEX triplet: FB, 00 and D2. RGB value is (251,0,210). Sum of RGB (Red+Green+Blue) = 251+0+210=461 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.45% from 461); Green value is 0 (0.39% from 255 or 0% from 461); Blue value is 210 (82.42% from 255 or 45.55% from 461); Max value from RGB is 251 - color contains mainly: red. Hex color #FB00D2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB00D2 is #04FF2D. Grayscale: #626262. Windows color (decimal): -327470 or 13762811. OLE color: 13762811.
HSL color Cylindrical-coordinate representation of color #FB00D2: hue angle of 309.8º 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 #FB00D2 is Cyan = 0, Magento = 1, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 0 | 210 | - |
| CMYK | 0 | 1 | 0.16 | 0.02 |
| HSL | 309.8º | 1% | 0.49% | - |
| HSV(B) | 309.8º | 1% | 0.98% | - |
| XYZ | 51.42 | 25.16 | 63.12 | - |
| YUV | 98.99 | 190.66 | 236.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 0 | 210 | 0 | 1 | 0.16 | 0.02 | 309.8 | 1 | 0.49 |
| Hex | FB | 0 | D2 | 0 | 64 | 10 | 2 | 136 | 64 | 31 |
| Octal | 373 | 0 | 322 | 0 | 144 | 20 | 2 | 466 | 144 | 61 |
| Binary | 11111011 | 0 | 11010010 | 0 | 1100100 | 10000 | 10 | 100110110 | 1100100 | 110001 |
Color Harmonies of #FB00D2
Complementary color
Monochromatic Colors of #FB00D2
Black with #FB00D2
Text Example
Text Example
White with #FB00D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB00D2; }
p { color: rgb(251,0,210); }
H1.HeaderClassName
{
color: #FB00D2;
}
.AnyTagClassName
{
color: #FB00D2;
}
</style>
background-color css
<style>
a { background-color: #FB00D2; }
a { background-color: rgb(251,0,210); }
div.DivClassName
{
background-color: #FB00D2;
}
.BgClassName
{
background-color: #FB00D2;
}
</style>
border-color css
<style>
span { border-color: #FB00D2; }
span { border-color: rgb(251,0,210); }
td.TdClassName
{
border-color: #FB00D2;
}
.TagClassName
{
border-color: #FB00D2;
}
</style>