Shades of Hot Magenta #FB09DD
Tints of Hot Magenta #FB09DD
RGB
CMYK
RGB Variations
Color information
#FB09DD (or 0xFB09DD) is known color: Hot Magenta. HEX triplet: FB, 09 and DD. RGB value is (251,9,221). Sum of RGB (Red+Green+Blue) = 251+9+221=481 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.18% from 481); Green value is 9 (3.91% from 255 or 1.87% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 251 - color contains mainly: red. Hex color #FB09DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB09DD is #04F622. Grayscale: #686868. Windows color (decimal): -325155 or 14486011. OLE color: 14486011.
HSL color Cylindrical-coordinate representation of color #FB09DD: hue angle of 307.44º 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 #FB09DD is Cyan = 0, Magento = 0.96, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 9 | 221 | - |
| CMYK | 0 | 0.96 | 0.12 | 0.02 |
| HSL | 307.44º | 0.97% | 0.51% | - |
| HSV(B) | 307.44º | 0.96% | 0.98% | - |
| XYZ | 52.93 | 25.93 | 70.62 | - |
| YUV | 105.53 | 193.17 | 231.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 9 | 221 | 0 | 0.96 | 0.12 | 0.02 | 307.44 | 0.97 | 0.51 |
| Hex | FB | 9 | DD | 0 | 60 | C | 2 | 133 | 61 | 33 |
| Octal | 373 | 11 | 335 | 0 | 140 | 14 | 2 | 463 | 141 | 63 |
| Binary | 11111011 | 1001 | 11011101 | 0 | 1100000 | 1100 | 10 | 100110011 | 1100001 | 110011 |
Color Harmonies of #FB09DD
Complementary color
Monochromatic Colors of #FB09DD
Black with #FB09DD
Text Example
Text Example
White with #FB09DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB09DD; }
p { color: rgb(251,9,221); }
H1.HeaderClassName
{
color: #FB09DD;
}
.AnyTagClassName
{
color: #FB09DD;
}
</style>
background-color css
<style>
a { background-color: #FB09DD; }
a { background-color: rgb(251,9,221); }
div.DivClassName
{
background-color: #FB09DD;
}
.BgClassName
{
background-color: #FB09DD;
}
</style>
border-color css
<style>
span { border-color: #FB09DD; }
span { border-color: rgb(251,9,221); }
td.TdClassName
{
border-color: #FB09DD;
}
.TagClassName
{
border-color: #FB09DD;
}
</style>