Shades of Hot Pink #FB73AB
Tints of Hot Pink #FB73AB
RGB
CMYK
RGB Variations
Color information
#FB73AB (or 0xFB73AB) is known color: Hot Pink. HEX triplet: FB, 73 and AB. RGB value is (251,115,171). Sum of RGB (Red+Green+Blue) = 251+115+171=537 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.74% from 537); Green value is 115 (45.31% from 255 or 21.42% from 537); Blue value is 171 (67.19% from 255 or 31.84% from 537); Max value from RGB is 251 - color contains mainly: red. Hex color #FB73AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB73AB is #048C54. Grayscale: #A1A1A1. Windows color (decimal): -298069 or 11236347. OLE color: 11236347.
HSL color Cylindrical-coordinate representation of color #FB73AB: hue angle of 335.29º 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 #FB73AB is Cyan = 0, Magento = 0.54, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 115 | 171 | - |
| CMYK | 0 | 0.54 | 0.32 | 0.02 |
| HSL | 335.29º | 0.94% | 0.72% | - |
| HSV(B) | 335.29º | 0.54% | 0.98% | - |
| XYZ | 53.27 | 35.71 | 42.61 | - |
| YUV | 162.05 | 133.06 | 191.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 115 | 171 | 0 | 0.54 | 0.32 | 0.02 | 335.29 | 0.94 | 0.72 |
| Hex | FB | 73 | AB | 0 | 36 | 20 | 2 | 14F | 5E | 48 |
| Octal | 373 | 163 | 253 | 0 | 66 | 40 | 2 | 517 | 136 | 110 |
| Binary | 11111011 | 1110011 | 10101011 | 0 | 110110 | 100000 | 10 | 101001111 | 1011110 | 1001000 |
Color Harmonies of #FB73AB
Complementary color
Monochromatic Colors of #FB73AB
Black with #FB73AB
Text Example
Text Example
White with #FB73AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB73AB; }
p { color: rgb(251,115,171); }
H1.HeaderClassName
{
color: #FB73AB;
}
.AnyTagClassName
{
color: #FB73AB;
}
</style>
background-color css
<style>
a { background-color: #FB73AB; }
a { background-color: rgb(251,115,171); }
div.DivClassName
{
background-color: #FB73AB;
}
.BgClassName
{
background-color: #FB73AB;
}
</style>
border-color css
<style>
span { border-color: #FB73AB; }
span { border-color: rgb(251,115,171); }
td.TdClassName
{
border-color: #FB73AB;
}
.TagClassName
{
border-color: #FB73AB;
}
</style>