Shades of Hot Magenta #FB07D1
Tints of Hot Magenta #FB07D1
RGB
CMYK
RGB Variations
Color information
#FB07D1 (or 0xFB07D1) is known color: Hot Magenta. HEX triplet: FB, 07 and D1. RGB value is (251,7,209). Sum of RGB (Red+Green+Blue) = 251+7+209=467 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.75% from 467); Green value is 7 (3.12% from 255 or 1.50% from 467); Blue value is 209 (82.03% from 255 or 44.75% from 467); Max value from RGB is 251 - color contains mainly: red. Hex color #FB07D1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB07D1 is #04F82E. Grayscale: #666666. Windows color (decimal): -325679 or 13699067. OLE color: 13699067.
HSL color Cylindrical-coordinate representation of color #FB07D1: hue angle of 310.33º 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 #FB07D1 is Cyan = 0, Magento = 0.97, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 7 | 209 | - |
| CMYK | 0 | 0.97 | 0.17 | 0.02 |
| HSL | 310.33º | 0.97% | 0.51% | - |
| HSV(B) | 310.33º | 0.97% | 0.98% | - |
| XYZ | 51.37 | 25.26 | 62.49 | - |
| YUV | 102.98 | 187.84 | 233.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 7 | 209 | 0 | 0.97 | 0.17 | 0.02 | 310.33 | 0.97 | 0.51 |
| Hex | FB | 7 | D1 | 0 | 61 | 11 | 2 | 136 | 61 | 33 |
| Octal | 373 | 7 | 321 | 0 | 141 | 21 | 2 | 466 | 141 | 63 |
| Binary | 11111011 | 111 | 11010001 | 0 | 1100001 | 10001 | 10 | 100110110 | 1100001 | 110011 |
Color Harmonies of #FB07D1
Complementary color
Monochromatic Colors of #FB07D1
Black with #FB07D1
Text Example
Text Example
White with #FB07D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB07D1; }
p { color: rgb(251,7,209); }
H1.HeaderClassName
{
color: #FB07D1;
}
.AnyTagClassName
{
color: #FB07D1;
}
</style>
background-color css
<style>
a { background-color: #FB07D1; }
a { background-color: rgb(251,7,209); }
div.DivClassName
{
background-color: #FB07D1;
}
.BgClassName
{
background-color: #FB07D1;
}
</style>
border-color css
<style>
span { border-color: #FB07D1; }
span { border-color: rgb(251,7,209); }
td.TdClassName
{
border-color: #FB07D1;
}
.TagClassName
{
border-color: #FB07D1;
}
</style>