Shades of Hot Magenta #FB03D4
Tints of Hot Magenta #FB03D4
RGB
CMYK
RGB Variations
Color information
#FB03D4 (or 0xFB03D4) is known color: Hot Magenta. HEX triplet: FB, 03 and D4. RGB value is (251,3,212). Sum of RGB (Red+Green+Blue) = 251+3+212=466 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.86% from 466); Green value is 3 (1.56% from 255 or 0.64% from 466); Blue value is 212 (83.20% from 255 or 45.49% from 466); Max value from RGB is 251 - color contains mainly: red. Hex color #FB03D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB03D4 is #04FC2B. Grayscale: #646464. Windows color (decimal): -326700 or 13894651. OLE color: 13894651.
HSL color Cylindrical-coordinate representation of color #FB03D4: hue angle of 309.44º 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 #FB03D4 is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 3 | 212 | - |
| CMYK | 0 | 0.99 | 0.16 | 0.02 |
| HSL | 309.44º | 0.98% | 0.5% | - |
| HSV(B) | 309.44º | 0.99% | 0.98% | - |
| XYZ | 51.7 | 25.33 | 64.45 | - |
| YUV | 100.98 | 190.66 | 235.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 3 | 212 | 0 | 0.99 | 0.16 | 0.02 | 309.44 | 0.98 | 0.5 |
| Hex | FB | 3 | D4 | 0 | 63 | 10 | 2 | 135 | 62 | 32 |
| Octal | 373 | 3 | 324 | 0 | 143 | 20 | 2 | 465 | 142 | 62 |
| Binary | 11111011 | 11 | 11010100 | 0 | 1100011 | 10000 | 10 | 100110101 | 1100010 | 110010 |
Color Harmonies of #FB03D4
Complementary color
Monochromatic Colors of #FB03D4
Black with #FB03D4
Text Example
Text Example
White with #FB03D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB03D4; }
p { color: rgb(251,3,212); }
H1.HeaderClassName
{
color: #FB03D4;
}
.AnyTagClassName
{
color: #FB03D4;
}
</style>
background-color css
<style>
a { background-color: #FB03D4; }
a { background-color: rgb(251,3,212); }
div.DivClassName
{
background-color: #FB03D4;
}
.BgClassName
{
background-color: #FB03D4;
}
</style>
border-color css
<style>
span { border-color: #FB03D4; }
span { border-color: rgb(251,3,212); }
td.TdClassName
{
border-color: #FB03D4;
}
.TagClassName
{
border-color: #FB03D4;
}
</style>