Shades of Hot Magenta #FB03D1
Tints of Hot Magenta #FB03D1
RGB
CMYK
RGB Variations
Color information
#FB03D1 (or 0xFB03D1) is known color: Hot Magenta. HEX triplet: FB, 03 and D1. RGB value is (251,3,209). Sum of RGB (Red+Green+Blue) = 251+3+209=463 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.21% from 463); Green value is 3 (1.56% from 255 or 0.65% from 463); Blue value is 209 (82.03% from 255 or 45.14% from 463); Max value from RGB is 251 - color contains mainly: red. Hex color #FB03D1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB03D1 is #04FC2E. Grayscale: #646464. Windows color (decimal): -326703 or 13698043. OLE color: 13698043.
HSL color Cylindrical-coordinate representation of color #FB03D1: hue angle of 310.16º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FB03D1 is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 3 | 209 | - |
| CMYK | 0 | 0.99 | 0.17 | 0.02 |
| HSL | 310.16º | 0.98% | 0.5% | - |
| HSV(B) | 310.16º | 0.99% | 0.98% | - |
| XYZ | 51.32 | 25.18 | 62.48 | - |
| YUV | 100.64 | 189.16 | 235.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 3 | 209 | 0 | 0.99 | 0.17 | 0.02 | 310.16 | 0.98 | 0.5 |
| Hex | FB | 3 | D1 | 0 | 63 | 11 | 2 | 136 | 62 | 32 |
| Octal | 373 | 3 | 321 | 0 | 143 | 21 | 2 | 466 | 142 | 62 |
| Binary | 11111011 | 11 | 11010001 | 0 | 1100011 | 10001 | 10 | 100110110 | 1100010 | 110010 |
Color Harmonies of #FB03D1
Complementary color
Monochromatic Colors of #FB03D1
Black with #FB03D1
Text Example
Text Example
White with #FB03D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB03D1; }
p { color: rgb(251,3,209); }
H1.HeaderClassName
{
color: #FB03D1;
}
.AnyTagClassName
{
color: #FB03D1;
}
</style>
background-color css
<style>
a { background-color: #FB03D1; }
a { background-color: rgb(251,3,209); }
div.DivClassName
{
background-color: #FB03D1;
}
.BgClassName
{
background-color: #FB03D1;
}
</style>
border-color css
<style>
span { border-color: #FB03D1; }
span { border-color: rgb(251,3,209); }
td.TdClassName
{
border-color: #FB03D1;
}
.TagClassName
{
border-color: #FB03D1;
}
</style>