Shades of Hot Magenta #FB07D2
Tints of Hot Magenta #FB07D2
RGB
CMYK
RGB Variations
Color information
#FB07D2 (or 0xFB07D2) is known color: Hot Magenta. HEX triplet: FB, 07 and D2. RGB value is (251,7,210). Sum of RGB (Red+Green+Blue) = 251+7+210=468 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.63% from 468); Green value is 7 (3.12% from 255 or 1.50% from 468); Blue value is 210 (82.42% from 255 or 44.87% from 468); Max value from RGB is 251 - color contains mainly: red. Hex color #FB07D2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB07D2 is #04F82D. Grayscale: #666666. Windows color (decimal): -325678 or 13764603. OLE color: 13764603.
HSL color Cylindrical-coordinate representation of color #FB07D2: hue angle of 310.08º 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 #FB07D2 is Cyan = 0, Magento = 0.97, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 7 | 210 | - |
| CMYK | 0 | 0.97 | 0.16 | 0.02 |
| HSL | 310.08º | 0.97% | 0.51% | - |
| HSV(B) | 310.08º | 0.97% | 0.98% | - |
| XYZ | 51.49 | 25.31 | 63.14 | - |
| YUV | 103.1 | 188.34 | 233.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 7 | 210 | 0 | 0.97 | 0.16 | 0.02 | 310.08 | 0.97 | 0.51 |
| Hex | FB | 7 | D2 | 0 | 61 | 10 | 2 | 136 | 61 | 33 |
| Octal | 373 | 7 | 322 | 0 | 141 | 20 | 2 | 466 | 141 | 63 |
| Binary | 11111011 | 111 | 11010010 | 0 | 1100001 | 10000 | 10 | 100110110 | 1100001 | 110011 |
Color Harmonies of #FB07D2
Complementary color
Monochromatic Colors of #FB07D2
Black with #FB07D2
Text Example
Text Example
White with #FB07D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB07D2; }
p { color: rgb(251,7,210); }
H1.HeaderClassName
{
color: #FB07D2;
}
.AnyTagClassName
{
color: #FB07D2;
}
</style>
background-color css
<style>
a { background-color: #FB07D2; }
a { background-color: rgb(251,7,210); }
div.DivClassName
{
background-color: #FB07D2;
}
.BgClassName
{
background-color: #FB07D2;
}
</style>
border-color css
<style>
span { border-color: #FB07D2; }
span { border-color: rgb(251,7,210); }
td.TdClassName
{
border-color: #FB07D2;
}
.TagClassName
{
border-color: #FB07D2;
}
</style>