Shades of Hot Magenta #FB0BCD
Tints of Hot Magenta #FB0BCD
RGB
CMYK
RGB Variations
Color information
#FB0BCD (or 0xFB0BCD) is known color: Hot Magenta. HEX triplet: FB, 0B and CD. RGB value is (251,11,205). Sum of RGB (Red+Green+Blue) = 251+11+205=467 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.75% from 467); Green value is 11 (4.69% from 255 or 2.36% from 467); Blue value is 205 (80.47% from 255 or 43.90% from 467); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0BCD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB0BCD is #04F432. Grayscale: #686868. Windows color (decimal): -324659 or 13437947. OLE color: 13437947.
HSL color Cylindrical-coordinate representation of color #FB0BCD: hue angle of 311.5º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FB0BCD is Cyan = 0, Magento = 0.96, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 11 | 205 | - |
| CMYK | 0 | 0.96 | 0.18 | 0.02 |
| HSL | 311.5º | 0.97% | 0.51% | - |
| HSV(B) | 311.5º | 0.96% | 0.98% | - |
| XYZ | 50.92 | 25.16 | 59.93 | - |
| YUV | 104.88 | 184.51 | 232.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 11 | 205 | 0 | 0.96 | 0.18 | 0.02 | 311.5 | 0.97 | 0.51 |
| Hex | FB | B | CD | 0 | 60 | 12 | 2 | 138 | 61 | 33 |
| Octal | 373 | 13 | 315 | 0 | 140 | 22 | 2 | 470 | 141 | 63 |
| Binary | 11111011 | 1011 | 11001101 | 0 | 1100000 | 10010 | 10 | 100111000 | 1100001 | 110011 |
Color Harmonies of #FB0BCD
Complementary color
Monochromatic Colors of #FB0BCD
Black with #FB0BCD
Text Example
Text Example
White with #FB0BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0BCD; }
p { color: rgb(251,11,205); }
H1.HeaderClassName
{
color: #FB0BCD;
}
.AnyTagClassName
{
color: #FB0BCD;
}
</style>
background-color css
<style>
a { background-color: #FB0BCD; }
a { background-color: rgb(251,11,205); }
div.DivClassName
{
background-color: #FB0BCD;
}
.BgClassName
{
background-color: #FB0BCD;
}
</style>
border-color css
<style>
span { border-color: #FB0BCD; }
span { border-color: rgb(251,11,205); }
td.TdClassName
{
border-color: #FB0BCD;
}
.TagClassName
{
border-color: #FB0BCD;
}
</style>