Shades of Hot Magenta #FB0ACB
Tints of Hot Magenta #FB0ACB
RGB
CMYK
RGB Variations
Color information
#FB0ACB (or 0xFB0ACB) is known color: Hot Magenta. HEX triplet: FB, 0A and CB. RGB value is (251,10,203). Sum of RGB (Red+Green+Blue) = 251+10+203=464 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.09% from 464); Green value is 10 (4.30% from 255 or 2.16% from 464); Blue value is 203 (79.69% from 255 or 43.75% from 464); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0ACB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB0ACB is #04F534. Grayscale: #676767. Windows color (decimal): -324917 or 13306619. OLE color: 13306619.
HSL color Cylindrical-coordinate representation of color #FB0ACB: hue angle of 311.95º 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 #FB0ACB is Cyan = 0, Magento = 0.96, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 10 | 203 | - |
| CMYK | 0 | 0.96 | 0.19 | 0.02 |
| HSL | 311.95º | 0.97% | 0.51% | - |
| HSV(B) | 311.95º | 0.96% | 0.98% | - |
| XYZ | 50.67 | 25.04 | 58.66 | - |
| YUV | 104.06 | 183.84 | 232.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 10 | 203 | 0 | 0.96 | 0.19 | 0.02 | 311.95 | 0.97 | 0.51 |
| Hex | FB | A | CB | 0 | 60 | 13 | 2 | 138 | 61 | 33 |
| Octal | 373 | 12 | 313 | 0 | 140 | 23 | 2 | 470 | 141 | 63 |
| Binary | 11111011 | 1010 | 11001011 | 0 | 1100000 | 10011 | 10 | 100111000 | 1100001 | 110011 |
Color Harmonies of #FB0ACB
Complementary color
Monochromatic Colors of #FB0ACB
Black with #FB0ACB
Text Example
Text Example
White with #FB0ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0ACB; }
p { color: rgb(251,10,203); }
H1.HeaderClassName
{
color: #FB0ACB;
}
.AnyTagClassName
{
color: #FB0ACB;
}
</style>
background-color css
<style>
a { background-color: #FB0ACB; }
a { background-color: rgb(251,10,203); }
div.DivClassName
{
background-color: #FB0ACB;
}
.BgClassName
{
background-color: #FB0ACB;
}
</style>
border-color css
<style>
span { border-color: #FB0ACB; }
span { border-color: rgb(251,10,203); }
td.TdClassName
{
border-color: #FB0ACB;
}
.TagClassName
{
border-color: #FB0ACB;
}
</style>