Shades of Hot Magenta #FB07D0
Tints of Hot Magenta #FB07D0
RGB
CMYK
RGB Variations
Color information
#FB07D0 (or 0xFB07D0) is known color: Hot Magenta. HEX triplet: FB, 07 and D0. RGB value is (251,7,208). Sum of RGB (Red+Green+Blue) = 251+7+208=466 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.86% from 466); Green value is 7 (3.12% from 255 or 1.50% from 466); Blue value is 208 (81.64% from 255 or 44.64% from 466); Max value from RGB is 251 - color contains mainly: red. Hex color #FB07D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB07D0 is #04F82F. Grayscale: #666666. Windows color (decimal): -325680 or 13633531. OLE color: 13633531.
HSL color Cylindrical-coordinate representation of color #FB07D0: hue angle of 310.57º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FB07D0 is Cyan = 0, Magento = 0.97, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 7 | 208 | - |
| CMYK | 0 | 0.97 | 0.17 | 0.02 |
| HSL | 310.57º | 0.97% | 0.51% | - |
| HSV(B) | 310.57º | 0.97% | 0.98% | - |
| XYZ | 51.24 | 25.22 | 61.84 | - |
| YUV | 102.87 | 187.34 | 233.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 7 | 208 | 0 | 0.97 | 0.17 | 0.02 | 310.57 | 0.97 | 0.51 |
| Hex | FB | 7 | D0 | 0 | 61 | 11 | 2 | 137 | 61 | 33 |
| Octal | 373 | 7 | 320 | 0 | 141 | 21 | 2 | 467 | 141 | 63 |
| Binary | 11111011 | 111 | 11010000 | 0 | 1100001 | 10001 | 10 | 100110111 | 1100001 | 110011 |
Color Harmonies of #FB07D0
Complementary color
Monochromatic Colors of #FB07D0
Black with #FB07D0
Text Example
Text Example
White with #FB07D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB07D0; }
p { color: rgb(251,7,208); }
H1.HeaderClassName
{
color: #FB07D0;
}
.AnyTagClassName
{
color: #FB07D0;
}
</style>
background-color css
<style>
a { background-color: #FB07D0; }
a { background-color: rgb(251,7,208); }
div.DivClassName
{
background-color: #FB07D0;
}
.BgClassName
{
background-color: #FB07D0;
}
</style>
border-color css
<style>
span { border-color: #FB07D0; }
span { border-color: rgb(251,7,208); }
td.TdClassName
{
border-color: #FB07D0;
}
.TagClassName
{
border-color: #FB07D0;
}
</style>