Shades of Hot Magenta #FB00D6
Tints of Hot Magenta #FB00D6
RGB
CMYK
RGB Variations
Color information
#FB00D6 (or 0xFB00D6) is known color: Hot Magenta. HEX triplet: FB, 00 and D6. RGB value is (251,0,214). Sum of RGB (Red+Green+Blue) = 251+0+214=465 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.98% from 465); Green value is 0 (0.39% from 255 or 0% from 465); Blue value is 214 (83.98% from 255 or 46.02% from 465); Max value from RGB is 251 - color contains mainly: red. Hex color #FB00D6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB00D6 is #04FF29. Grayscale: #626262. Windows color (decimal): -327466 or 14024955. OLE color: 14024955.
HSL color Cylindrical-coordinate representation of color #FB00D6: hue angle of 308.84º 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 #FB00D6 is Cyan = 0, Magento = 1, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 0 | 214 | - |
| CMYK | 0 | 1 | 0.15 | 0.02 |
| HSL | 308.84º | 1% | 0.49% | - |
| HSV(B) | 308.84º | 1% | 0.98% | - |
| XYZ | 51.92 | 25.36 | 65.78 | - |
| YUV | 99.45 | 192.66 | 236.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 0 | 214 | 0 | 1 | 0.15 | 0.02 | 308.84 | 1 | 0.49 |
| Hex | FB | 0 | D6 | 0 | 64 | F | 2 | 135 | 64 | 31 |
| Octal | 373 | 0 | 326 | 0 | 144 | 17 | 2 | 465 | 144 | 61 |
| Binary | 11111011 | 0 | 11010110 | 0 | 1100100 | 1111 | 10 | 100110101 | 1100100 | 110001 |
Color Harmonies of #FB00D6
Complementary color
Monochromatic Colors of #FB00D6
Black with #FB00D6
Text Example
Text Example
White with #FB00D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB00D6; }
p { color: rgb(251,0,214); }
H1.HeaderClassName
{
color: #FB00D6;
}
.AnyTagClassName
{
color: #FB00D6;
}
</style>
background-color css
<style>
a { background-color: #FB00D6; }
a { background-color: rgb(251,0,214); }
div.DivClassName
{
background-color: #FB00D6;
}
.BgClassName
{
background-color: #FB00D6;
}
</style>
border-color css
<style>
span { border-color: #FB00D6; }
span { border-color: rgb(251,0,214); }
td.TdClassName
{
border-color: #FB00D6;
}
.TagClassName
{
border-color: #FB00D6;
}
</style>