Shades of Hot Magenta #FB09DB
Tints of Hot Magenta #FB09DB
RGB
CMYK
RGB Variations
Color information
#FB09DB (or 0xFB09DB) is known color: Hot Magenta. HEX triplet: FB, 09 and DB. RGB value is (251,9,219). Sum of RGB (Red+Green+Blue) = 251+9+219=479 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.40% from 479); Green value is 9 (3.91% from 255 or 1.88% from 479); Blue value is 219 (85.94% from 255 or 45.72% from 479); Max value from RGB is 251 - color contains mainly: red. Hex color #FB09DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB09DB is #04F624. Grayscale: #686868. Windows color (decimal): -325157 or 14354939. OLE color: 14354939.
HSL color Cylindrical-coordinate representation of color #FB09DB: hue angle of 307.93º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FB09DB is Cyan = 0, Magento = 0.96, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 9 | 219 | - |
| CMYK | 0 | 0.96 | 0.13 | 0.02 |
| HSL | 307.93º | 0.97% | 0.51% | - |
| HSV(B) | 307.93º | 0.96% | 0.98% | - |
| XYZ | 52.67 | 25.82 | 69.23 | - |
| YUV | 105.3 | 192.17 | 231.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 9 | 219 | 0 | 0.96 | 0.13 | 0.02 | 307.93 | 0.97 | 0.51 |
| Hex | FB | 9 | DB | 0 | 60 | D | 2 | 134 | 61 | 33 |
| Octal | 373 | 11 | 333 | 0 | 140 | 15 | 2 | 464 | 141 | 63 |
| Binary | 11111011 | 1001 | 11011011 | 0 | 1100000 | 1101 | 10 | 100110100 | 1100001 | 110011 |
Color Harmonies of #FB09DB
Complementary color
Monochromatic Colors of #FB09DB
Black with #FB09DB
Text Example
Text Example
White with #FB09DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB09DB; }
p { color: rgb(251,9,219); }
H1.HeaderClassName
{
color: #FB09DB;
}
.AnyTagClassName
{
color: #FB09DB;
}
</style>
background-color css
<style>
a { background-color: #FB09DB; }
a { background-color: rgb(251,9,219); }
div.DivClassName
{
background-color: #FB09DB;
}
.BgClassName
{
background-color: #FB09DB;
}
</style>
border-color css
<style>
span { border-color: #FB09DB; }
span { border-color: rgb(251,9,219); }
td.TdClassName
{
border-color: #FB09DB;
}
.TagClassName
{
border-color: #FB09DB;
}
</style>