Shades of Hot Magenta #FB13DB
Tints of Hot Magenta #FB13DB
RGB
CMYK
RGB Variations
Color information
#FB13DB (or 0xFB13DB) is known color: Hot Magenta. HEX triplet: FB, 13 and DB. RGB value is (251,19,219). Sum of RGB (Red+Green+Blue) = 251+19+219=489 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.33% from 489); Green value is 19 (7.81% from 255 or 3.89% from 489); Blue value is 219 (85.94% from 255 or 44.79% from 489); Max value from RGB is 251 - color contains mainly: red. Hex color #FB13DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB13DB is #04EC24. Grayscale: #6E6E6E. Windows color (decimal): -322597 or 14357499. OLE color: 14357499.
HSL color Cylindrical-coordinate representation of color #FB13DB: hue angle of 308.28º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FB13DB is Cyan = 0, Magento = 0.92, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 19 | 219 | - |
| CMYK | 0 | 0.92 | 0.13 | 0.02 |
| HSL | 308.28º | 0.97% | 0.53% | - |
| HSV(B) | 308.28º | 0.92% | 0.98% | - |
| XYZ | 52.8 | 26.09 | 69.27 | - |
| YUV | 111.17 | 188.86 | 227.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 19 | 219 | 0 | 0.92 | 0.13 | 0.02 | 308.28 | 0.97 | 0.53 |
| Hex | FB | 13 | DB | 0 | 5C | D | 2 | 134 | 61 | 35 |
| Octal | 373 | 23 | 333 | 0 | 134 | 15 | 2 | 464 | 141 | 65 |
| Binary | 11111011 | 10011 | 11011011 | 0 | 1011100 | 1101 | 10 | 100110100 | 1100001 | 110101 |
Color Harmonies of #FB13DB
Complementary color
Monochromatic Colors of #FB13DB
Black with #FB13DB
Text Example
Text Example
White with #FB13DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB13DB; }
p { color: rgb(251,19,219); }
H1.HeaderClassName
{
color: #FB13DB;
}
.AnyTagClassName
{
color: #FB13DB;
}
</style>
background-color css
<style>
a { background-color: #FB13DB; }
a { background-color: rgb(251,19,219); }
div.DivClassName
{
background-color: #FB13DB;
}
.BgClassName
{
background-color: #FB13DB;
}
</style>
border-color css
<style>
span { border-color: #FB13DB; }
span { border-color: rgb(251,19,219); }
td.TdClassName
{
border-color: #FB13DB;
}
.TagClassName
{
border-color: #FB13DB;
}
</style>