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