Shades of Hot Pink #FB73B0
Tints of Hot Pink #FB73B0
RGB
CMYK
RGB Variations
Color information
#FB73B0 (or 0xFB73B0) is known color: Hot Pink. HEX triplet: FB, 73 and B0. RGB value is (251,115,176). Sum of RGB (Red+Green+Blue) = 251+115+176=542 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.31% from 542); Green value is 115 (45.31% from 255 or 21.22% from 542); Blue value is 176 (69.14% from 255 or 32.47% from 542); Max value from RGB is 251 - color contains mainly: red. Hex color #FB73B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB73B0 is #048C4F. Grayscale: #A2A2A2. Windows color (decimal): -298064 or 11564027. OLE color: 11564027.
HSL color Cylindrical-coordinate representation of color #FB73B0: hue angle of 333.09º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FB73B0 is Cyan = 0, Magento = 0.54, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 115 | 176 | - |
| CMYK | 0 | 0.54 | 0.30 | 0.02 |
| HSL | 333.09º | 0.94% | 0.72% | - |
| HSV(B) | 333.09º | 0.54% | 0.98% | - |
| XYZ | 53.75 | 35.91 | 45.17 | - |
| YUV | 162.62 | 135.56 | 191.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 115 | 176 | 0 | 0.54 | 0.30 | 0.02 | 333.09 | 0.94 | 0.72 |
| Hex | FB | 73 | B0 | 0 | 36 | 1E | 2 | 14D | 5E | 48 |
| Octal | 373 | 163 | 260 | 0 | 66 | 36 | 2 | 515 | 136 | 110 |
| Binary | 11111011 | 1110011 | 10110000 | 0 | 110110 | 11110 | 10 | 101001101 | 1011110 | 1001000 |
Color Harmonies of #FB73B0
Complementary color
Monochromatic Colors of #FB73B0
Black with #FB73B0
Text Example
Text Example
White with #FB73B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB73B0; }
p { color: rgb(251,115,176); }
H1.HeaderClassName
{
color: #FB73B0;
}
.AnyTagClassName
{
color: #FB73B0;
}
</style>
background-color css
<style>
a { background-color: #FB73B0; }
a { background-color: rgb(251,115,176); }
div.DivClassName
{
background-color: #FB73B0;
}
.BgClassName
{
background-color: #FB73B0;
}
</style>
border-color css
<style>
span { border-color: #FB73B0; }
span { border-color: rgb(251,115,176); }
td.TdClassName
{
border-color: #FB73B0;
}
.TagClassName
{
border-color: #FB73B0;
}
</style>