Shades of Hot Pink #FB73B9
Tints of Hot Pink #FB73B9
RGB
CMYK
RGB Variations
Color information
#FB73B9 (or 0xFB73B9) is known color: Hot Pink. HEX triplet: FB, 73 and B9. RGB value is (251,115,185). Sum of RGB (Red+Green+Blue) = 251+115+185=551 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.55% from 551); Green value is 115 (45.31% from 255 or 20.87% from 551); Blue value is 185 (72.66% from 255 or 33.58% from 551); Max value from RGB is 251 - color contains mainly: red. Hex color #FB73B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB73B9 is #048C46. Grayscale: #A3A3A3. Windows color (decimal): -298055 or 12153851. OLE color: 12153851.
HSL color Cylindrical-coordinate representation of color #FB73B9: hue angle of 329.12º 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 #FB73B9 is Cyan = 0, Magento = 0.54, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 115 | 185 | - |
| CMYK | 0 | 0.54 | 0.26 | 0.02 |
| HSL | 329.12º | 0.94% | 0.72% | - |
| HSV(B) | 329.12º | 0.54% | 0.98% | - |
| XYZ | 54.67 | 36.27 | 50.02 | - |
| YUV | 163.64 | 140.06 | 190.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 115 | 185 | 0 | 0.54 | 0.26 | 0.02 | 329.12 | 0.94 | 0.72 |
| Hex | FB | 73 | B9 | 0 | 36 | 1A | 2 | 149 | 5E | 48 |
| Octal | 373 | 163 | 271 | 0 | 66 | 32 | 2 | 511 | 136 | 110 |
| Binary | 11111011 | 1110011 | 10111001 | 0 | 110110 | 11010 | 10 | 101001001 | 1011110 | 1001000 |
Color Harmonies of #FB73B9
Complementary color
Monochromatic Colors of #FB73B9
Black with #FB73B9
Text Example
Text Example
White with #FB73B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB73B9; }
p { color: rgb(251,115,185); }
H1.HeaderClassName
{
color: #FB73B9;
}
.AnyTagClassName
{
color: #FB73B9;
}
</style>
background-color css
<style>
a { background-color: #FB73B9; }
a { background-color: rgb(251,115,185); }
div.DivClassName
{
background-color: #FB73B9;
}
.BgClassName
{
background-color: #FB73B9;
}
</style>
border-color css
<style>
span { border-color: #FB73B9; }
span { border-color: rgb(251,115,185); }
td.TdClassName
{
border-color: #FB73B9;
}
.TagClassName
{
border-color: #FB73B9;
}
</style>