Shades of Hot Magenta #FB12DB
Tints of Hot Magenta #FB12DB
RGB
CMYK
RGB Variations
Color information
#FB12DB (or 0xFB12DB) is known color: Hot Magenta. HEX triplet: FB, 12 and DB. RGB value is (251,18,219). Sum of RGB (Red+Green+Blue) = 251+18+219=488 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.43% from 488); Green value is 18 (7.42% from 255 or 3.69% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 251 - color contains mainly: red. Hex color #FB12DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB12DB is #04ED24. Grayscale: #6E6E6E. Windows color (decimal): -322853 or 14357243. OLE color: 14357243.
HSL color Cylindrical-coordinate representation of color #FB12DB: hue angle of 308.24º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FB12DB is Cyan = 0, Magento = 0.93, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 18 | 219 | - |
| CMYK | 0 | 0.93 | 0.13 | 0.02 |
| HSL | 308.24º | 0.97% | 0.53% | - |
| HSV(B) | 308.24º | 0.93% | 0.98% | - |
| XYZ | 52.79 | 26.06 | 69.27 | - |
| YUV | 110.58 | 189.19 | 228.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 18 | 219 | 0 | 0.93 | 0.13 | 0.02 | 308.24 | 0.97 | 0.53 |
| Hex | FB | 12 | DB | 0 | 5D | D | 2 | 134 | 61 | 35 |
| Octal | 373 | 22 | 333 | 0 | 135 | 15 | 2 | 464 | 141 | 65 |
| Binary | 11111011 | 10010 | 11011011 | 0 | 1011101 | 1101 | 10 | 100110100 | 1100001 | 110101 |
Color Harmonies of #FB12DB
Complementary color
Monochromatic Colors of #FB12DB
Black with #FB12DB
Text Example
Text Example
White with #FB12DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB12DB; }
p { color: rgb(251,18,219); }
H1.HeaderClassName
{
color: #FB12DB;
}
.AnyTagClassName
{
color: #FB12DB;
}
</style>
background-color css
<style>
a { background-color: #FB12DB; }
a { background-color: rgb(251,18,219); }
div.DivClassName
{
background-color: #FB12DB;
}
.BgClassName
{
background-color: #FB12DB;
}
</style>
border-color css
<style>
span { border-color: #FB12DB; }
span { border-color: rgb(251,18,219); }
td.TdClassName
{
border-color: #FB12DB;
}
.TagClassName
{
border-color: #FB12DB;
}
</style>