Shades of Hot Magenta #FB01D4
Tints of Hot Magenta #FB01D4
RGB
CMYK
RGB Variations
Color information
#FB01D4 (or 0xFB01D4) is known color: Hot Magenta. HEX triplet: FB, 01 and D4. RGB value is (251,1,212). Sum of RGB (Red+Green+Blue) = 251+1+212=464 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.09% from 464); Green value is 1 (0.78% from 255 or 0.22% from 464); Blue value is 212 (83.20% from 255 or 45.69% from 464); Max value from RGB is 251 - color contains mainly: red. Hex color #FB01D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB01D4 is #04FE2B. Grayscale: #636363. Windows color (decimal): -327212 or 13894139. OLE color: 13894139.
HSL color Cylindrical-coordinate representation of color #FB01D4: hue angle of 309.36º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FB01D4 is Cyan = 0, Magento = 1.00, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 1 | 212 | - |
| CMYK | 0 | 1.00 | 0.16 | 0.02 |
| HSL | 309.36º | 0.99% | 0.49% | - |
| HSV(B) | 309.36º | 1% | 0.98% | - |
| XYZ | 51.68 | 25.28 | 64.44 | - |
| YUV | 99.8 | 191.33 | 235.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 1 | 212 | 0 | 1.00 | 0.16 | 0.02 | 309.36 | 0.99 | 0.49 |
| Hex | FB | 1 | D4 | 0 | 64 | 10 | 2 | 135 | 63 | 31 |
| Octal | 373 | 1 | 324 | 0 | 144 | 20 | 2 | 465 | 143 | 61 |
| Binary | 11111011 | 1 | 11010100 | 0 | 1100100 | 10000 | 10 | 100110101 | 1100011 | 110001 |
Color Harmonies of #FB01D4
Complementary color
Monochromatic Colors of #FB01D4
Black with #FB01D4
Text Example
Text Example
White with #FB01D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB01D4; }
p { color: rgb(251,1,212); }
H1.HeaderClassName
{
color: #FB01D4;
}
.AnyTagClassName
{
color: #FB01D4;
}
</style>
background-color css
<style>
a { background-color: #FB01D4; }
a { background-color: rgb(251,1,212); }
div.DivClassName
{
background-color: #FB01D4;
}
.BgClassName
{
background-color: #FB01D4;
}
</style>
border-color css
<style>
span { border-color: #FB01D4; }
span { border-color: rgb(251,1,212); }
td.TdClassName
{
border-color: #FB01D4;
}
.TagClassName
{
border-color: #FB01D4;
}
</style>