Shades of Hot Magenta #FB03D9
Tints of Hot Magenta #FB03D9
RGB
CMYK
RGB Variations
Color information
#FB03D9 (or 0xFB03D9) is known color: Hot Magenta. HEX triplet: FB, 03 and D9. RGB value is (251,3,217). Sum of RGB (Red+Green+Blue) = 251+3+217=471 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.29% from 471); Green value is 3 (1.56% from 255 or 0.64% from 471); Blue value is 217 (85.16% from 255 or 46.07% from 471); Max value from RGB is 251 - color contains mainly: red. Hex color #FB03D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB03D9 is #04FC26. Grayscale: #646464. Windows color (decimal): -326695 or 14222331. OLE color: 14222331.
HSL color Cylindrical-coordinate representation of color #FB03D9: hue angle of 308.23º 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 #FB03D9 is Cyan = 0, Magento = 0.99, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 3 | 217 | - |
| CMYK | 0 | 0.99 | 0.14 | 0.02 |
| HSL | 308.23º | 0.98% | 0.5% | - |
| HSV(B) | 308.23º | 0.99% | 0.98% | - |
| XYZ | 52.34 | 25.58 | 67.83 | - |
| YUV | 101.55 | 193.16 | 234.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 3 | 217 | 0 | 0.99 | 0.14 | 0.02 | 308.23 | 0.98 | 0.5 |
| Hex | FB | 3 | D9 | 0 | 63 | E | 2 | 134 | 62 | 32 |
| Octal | 373 | 3 | 331 | 0 | 143 | 16 | 2 | 464 | 142 | 62 |
| Binary | 11111011 | 11 | 11011001 | 0 | 1100011 | 1110 | 10 | 100110100 | 1100010 | 110010 |
Color Harmonies of #FB03D9
Complementary color
Monochromatic Colors of #FB03D9
Black with #FB03D9
Text Example
Text Example
White with #FB03D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB03D9; }
p { color: rgb(251,3,217); }
H1.HeaderClassName
{
color: #FB03D9;
}
.AnyTagClassName
{
color: #FB03D9;
}
</style>
background-color css
<style>
a { background-color: #FB03D9; }
a { background-color: rgb(251,3,217); }
div.DivClassName
{
background-color: #FB03D9;
}
.BgClassName
{
background-color: #FB03D9;
}
</style>
border-color css
<style>
span { border-color: #FB03D9; }
span { border-color: rgb(251,3,217); }
td.TdClassName
{
border-color: #FB03D9;
}
.TagClassName
{
border-color: #FB03D9;
}
</style>