Shades of Hot Magenta #FB09D0
Tints of Hot Magenta #FB09D0
RGB
CMYK
RGB Variations
Color information
#FB09D0 (or 0xFB09D0) is known color: Hot Magenta. HEX triplet: FB, 09 and D0. RGB value is (251,9,208). Sum of RGB (Red+Green+Blue) = 251+9+208=468 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.63% from 468); Green value is 9 (3.91% from 255 or 1.92% from 468); Blue value is 208 (81.64% from 255 or 44.44% from 468); Max value from RGB is 251 - color contains mainly: red. Hex color #FB09D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB09D0 is #04F62F. Grayscale: #676767. Windows color (decimal): -325168 or 13634043. OLE color: 13634043.
HSL color Cylindrical-coordinate representation of color #FB09D0: hue angle of 310.66º 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 #FB09D0 is Cyan = 0, Magento = 0.96, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 9 | 208 | - |
| CMYK | 0 | 0.96 | 0.17 | 0.02 |
| HSL | 310.66º | 0.97% | 0.51% | - |
| HSV(B) | 310.66º | 0.96% | 0.98% | - |
| XYZ | 51.27 | 25.26 | 61.85 | - |
| YUV | 104.04 | 186.67 | 232.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 9 | 208 | 0 | 0.96 | 0.17 | 0.02 | 310.66 | 0.97 | 0.51 |
| Hex | FB | 9 | D0 | 0 | 60 | 11 | 2 | 137 | 61 | 33 |
| Octal | 373 | 11 | 320 | 0 | 140 | 21 | 2 | 467 | 141 | 63 |
| Binary | 11111011 | 1001 | 11010000 | 0 | 1100000 | 10001 | 10 | 100110111 | 1100001 | 110011 |
Color Harmonies of #FB09D0
Complementary color
Monochromatic Colors of #FB09D0
Black with #FB09D0
Text Example
Text Example
White with #FB09D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB09D0; }
p { color: rgb(251,9,208); }
H1.HeaderClassName
{
color: #FB09D0;
}
.AnyTagClassName
{
color: #FB09D0;
}
</style>
background-color css
<style>
a { background-color: #FB09D0; }
a { background-color: rgb(251,9,208); }
div.DivClassName
{
background-color: #FB09D0;
}
.BgClassName
{
background-color: #FB09D0;
}
</style>
border-color css
<style>
span { border-color: #FB09D0; }
span { border-color: rgb(251,9,208); }
td.TdClassName
{
border-color: #FB09D0;
}
.TagClassName
{
border-color: #FB09D0;
}
</style>