Shades of Hot Magenta #FB05D4
Tints of Hot Magenta #FB05D4
RGB
CMYK
RGB Variations
Color information
#FB05D4 (or 0xFB05D4) is known color: Hot Magenta. HEX triplet: FB, 05 and D4. RGB value is (251,5,212). Sum of RGB (Red+Green+Blue) = 251+5+212=468 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.63% from 468); Green value is 5 (2.34% from 255 or 1.07% from 468); Blue value is 212 (83.20% from 255 or 45.30% from 468); Max value from RGB is 251 - color contains mainly: red. Hex color #FB05D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB05D4 is #04FA2B. Grayscale: #656565. Windows color (decimal): -326188 or 13895163. OLE color: 13895163.
HSL color Cylindrical-coordinate representation of color #FB05D4: hue angle of 309.51º 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 #FB05D4 is Cyan = 0, Magento = 0.98, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 5 | 212 | - |
| CMYK | 0 | 0.98 | 0.16 | 0.02 |
| HSL | 309.51º | 0.97% | 0.5% | - |
| HSV(B) | 309.51º | 0.98% | 0.98% | - |
| XYZ | 51.72 | 25.37 | 64.46 | - |
| YUV | 102.15 | 190 | 234.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 5 | 212 | 0 | 0.98 | 0.16 | 0.02 | 309.51 | 0.97 | 0.5 |
| Hex | FB | 5 | D4 | 0 | 62 | 10 | 2 | 136 | 61 | 32 |
| Octal | 373 | 5 | 324 | 0 | 142 | 20 | 2 | 466 | 141 | 62 |
| Binary | 11111011 | 101 | 11010100 | 0 | 1100010 | 10000 | 10 | 100110110 | 1100001 | 110010 |
Color Harmonies of #FB05D4
Complementary color
Monochromatic Colors of #FB05D4
Black with #FB05D4
Text Example
Text Example
White with #FB05D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB05D4; }
p { color: rgb(251,5,212); }
H1.HeaderClassName
{
color: #FB05D4;
}
.AnyTagClassName
{
color: #FB05D4;
}
</style>
background-color css
<style>
a { background-color: #FB05D4; }
a { background-color: rgb(251,5,212); }
div.DivClassName
{
background-color: #FB05D4;
}
.BgClassName
{
background-color: #FB05D4;
}
</style>
border-color css
<style>
span { border-color: #FB05D4; }
span { border-color: rgb(251,5,212); }
td.TdClassName
{
border-color: #FB05D4;
}
.TagClassName
{
border-color: #FB05D4;
}
</style>