Shades of Hot Magenta #FB06D2
Tints of Hot Magenta #FB06D2
RGB
CMYK
RGB Variations
Color information
#FB06D2 (or 0xFB06D2) is known color: Hot Magenta. HEX triplet: FB, 06 and D2. RGB value is (251,6,210). Sum of RGB (Red+Green+Blue) = 251+6+210=467 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.75% from 467); Green value is 6 (2.73% from 255 or 1.28% from 467); Blue value is 210 (82.42% from 255 or 44.97% from 467); Max value from RGB is 251 - color contains mainly: red. Hex color #FB06D2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB06D2 is #04F92D. Grayscale: #656565. Windows color (decimal): -325934 or 13764347. OLE color: 13764347.
HSL color Cylindrical-coordinate representation of color #FB06D2: hue angle of 310.04º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FB06D2 is Cyan = 0, Magento = 0.98, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 6 | 210 | - |
| CMYK | 0 | 0.98 | 0.16 | 0.02 |
| HSL | 310.04º | 0.97% | 0.5% | - |
| HSV(B) | 310.04º | 0.98% | 0.98% | - |
| XYZ | 51.48 | 25.29 | 63.14 | - |
| YUV | 102.51 | 188.67 | 233.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 6 | 210 | 0 | 0.98 | 0.16 | 0.02 | 310.04 | 0.97 | 0.5 |
| Hex | FB | 6 | D2 | 0 | 62 | 10 | 2 | 136 | 61 | 32 |
| Octal | 373 | 6 | 322 | 0 | 142 | 20 | 2 | 466 | 141 | 62 |
| Binary | 11111011 | 110 | 11010010 | 0 | 1100010 | 10000 | 10 | 100110110 | 1100001 | 110010 |
Color Harmonies of #FB06D2
Complementary color
Monochromatic Colors of #FB06D2
Black with #FB06D2
Text Example
Text Example
White with #FB06D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB06D2; }
p { color: rgb(251,6,210); }
H1.HeaderClassName
{
color: #FB06D2;
}
.AnyTagClassName
{
color: #FB06D2;
}
</style>
background-color css
<style>
a { background-color: #FB06D2; }
a { background-color: rgb(251,6,210); }
div.DivClassName
{
background-color: #FB06D2;
}
.BgClassName
{
background-color: #FB06D2;
}
</style>
border-color css
<style>
span { border-color: #FB06D2; }
span { border-color: rgb(251,6,210); }
td.TdClassName
{
border-color: #FB06D2;
}
.TagClassName
{
border-color: #FB06D2;
}
</style>