Shades of Hot Magenta #FB01DB
Tints of Hot Magenta #FB01DB
RGB
CMYK
RGB Variations
Color information
#FB01DB (or 0xFB01DB) is known color: Hot Magenta. HEX triplet: FB, 01 and DB. RGB value is (251,1,219). Sum of RGB (Red+Green+Blue) = 251+1+219=471 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.29% from 471); Green value is 1 (0.78% from 255 or 0.21% from 471); Blue value is 219 (85.94% from 255 or 46.50% from 471); Max value from RGB is 251 - color contains mainly: red. Hex color #FB01DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB01DB is #04FE24. Grayscale: #636363. Windows color (decimal): -327205 or 14352891. OLE color: 14352891.
HSL color Cylindrical-coordinate representation of color #FB01DB: hue angle of 307.68º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FB01DB is Cyan = 0, Magento = 1.00, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 1 | 219 | - |
| CMYK | 0 | 1.00 | 0.13 | 0.02 |
| HSL | 307.68º | 0.99% | 0.49% | - |
| HSV(B) | 307.68º | 1% | 0.98% | - |
| XYZ | 52.58 | 25.65 | 69.2 | - |
| YUV | 100.6 | 194.83 | 235.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 1 | 219 | 0 | 1.00 | 0.13 | 0.02 | 307.68 | 0.99 | 0.49 |
| Hex | FB | 1 | DB | 0 | 64 | D | 2 | 134 | 63 | 31 |
| Octal | 373 | 1 | 333 | 0 | 144 | 15 | 2 | 464 | 143 | 61 |
| Binary | 11111011 | 1 | 11011011 | 0 | 1100100 | 1101 | 10 | 100110100 | 1100011 | 110001 |
Color Harmonies of #FB01DB
Complementary color
Monochromatic Colors of #FB01DB
Black with #FB01DB
Text Example
Text Example
White with #FB01DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB01DB; }
p { color: rgb(251,1,219); }
H1.HeaderClassName
{
color: #FB01DB;
}
.AnyTagClassName
{
color: #FB01DB;
}
</style>
background-color css
<style>
a { background-color: #FB01DB; }
a { background-color: rgb(251,1,219); }
div.DivClassName
{
background-color: #FB01DB;
}
.BgClassName
{
background-color: #FB01DB;
}
</style>
border-color css
<style>
span { border-color: #FB01DB; }
span { border-color: rgb(251,1,219); }
td.TdClassName
{
border-color: #FB01DB;
}
.TagClassName
{
border-color: #FB01DB;
}
</style>