Shades of Hot Magenta #FB04D1
Tints of Hot Magenta #FB04D1
RGB
CMYK
RGB Variations
Color information
#FB04D1 (or 0xFB04D1) is known color: Hot Magenta. HEX triplet: FB, 04 and D1. RGB value is (251,4,209). Sum of RGB (Red+Green+Blue) = 251+4+209=464 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.09% from 464); Green value is 4 (1.95% from 255 or 0.86% from 464); Blue value is 209 (82.03% from 255 or 45.04% from 464); Max value from RGB is 251 - color contains mainly: red. Hex color #FB04D1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB04D1 is #04FB2E. Grayscale: #646464. Windows color (decimal): -326447 or 13698299. OLE color: 13698299.
HSL color Cylindrical-coordinate representation of color #FB04D1: hue angle of 310.2º 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 #FB04D1 is Cyan = 0, Magento = 0.98, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 4 | 209 | - |
| CMYK | 0 | 0.98 | 0.17 | 0.02 |
| HSL | 310.2º | 0.97% | 0.5% | - |
| HSV(B) | 310.2º | 0.98% | 0.98% | - |
| XYZ | 51.34 | 25.2 | 62.48 | - |
| YUV | 101.22 | 188.83 | 234.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 4 | 209 | 0 | 0.98 | 0.17 | 0.02 | 310.2 | 0.97 | 0.5 |
| Hex | FB | 4 | D1 | 0 | 62 | 11 | 2 | 136 | 61 | 32 |
| Octal | 373 | 4 | 321 | 0 | 142 | 21 | 2 | 466 | 141 | 62 |
| Binary | 11111011 | 100 | 11010001 | 0 | 1100010 | 10001 | 10 | 100110110 | 1100001 | 110010 |
Color Harmonies of #FB04D1
Complementary color
Monochromatic Colors of #FB04D1
Black with #FB04D1
Text Example
Text Example
White with #FB04D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB04D1; }
p { color: rgb(251,4,209); }
H1.HeaderClassName
{
color: #FB04D1;
}
.AnyTagClassName
{
color: #FB04D1;
}
</style>
background-color css
<style>
a { background-color: #FB04D1; }
a { background-color: rgb(251,4,209); }
div.DivClassName
{
background-color: #FB04D1;
}
.BgClassName
{
background-color: #FB04D1;
}
</style>
border-color css
<style>
span { border-color: #FB04D1; }
span { border-color: rgb(251,4,209); }
td.TdClassName
{
border-color: #FB04D1;
}
.TagClassName
{
border-color: #FB04D1;
}
</style>