Shades of Hot Pink #FB73B5
Tints of Hot Pink #FB73B5
RGB
CMYK
RGB Variations
Color information
#FB73B5 (or 0xFB73B5) is known color: Hot Pink. HEX triplet: FB, 73 and B5. RGB value is (251,115,181). Sum of RGB (Red+Green+Blue) = 251+115+181=547 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.89% from 547); Green value is 115 (45.31% from 255 or 21.02% from 547); Blue value is 181 (71.09% from 255 or 33.09% from 547); Max value from RGB is 251 - color contains mainly: red. Hex color #FB73B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB73B5 is #048C4A. Grayscale: #A3A3A3. Windows color (decimal): -298059 or 11891707. OLE color: 11891707.
HSL color Cylindrical-coordinate representation of color #FB73B5: hue angle of 330.88º 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 #FB73B5 is Cyan = 0, Magento = 0.54, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 115 | 181 | - |
| CMYK | 0 | 0.54 | 0.28 | 0.02 |
| HSL | 330.88º | 0.94% | 0.72% | - |
| HSV(B) | 330.88º | 0.54% | 0.98% | - |
| XYZ | 54.25 | 36.11 | 47.83 | - |
| YUV | 163.19 | 138.06 | 190.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 115 | 181 | 0 | 0.54 | 0.28 | 0.02 | 330.88 | 0.94 | 0.72 |
| Hex | FB | 73 | B5 | 0 | 36 | 1C | 2 | 14B | 5E | 48 |
| Octal | 373 | 163 | 265 | 0 | 66 | 34 | 2 | 513 | 136 | 110 |
| Binary | 11111011 | 1110011 | 10110101 | 0 | 110110 | 11100 | 10 | 101001011 | 1011110 | 1001000 |
Color Harmonies of #FB73B5
Complementary color
Monochromatic Colors of #FB73B5
Black with #FB73B5
Text Example
Text Example
White with #FB73B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB73B5; }
p { color: rgb(251,115,181); }
H1.HeaderClassName
{
color: #FB73B5;
}
.AnyTagClassName
{
color: #FB73B5;
}
</style>
background-color css
<style>
a { background-color: #FB73B5; }
a { background-color: rgb(251,115,181); }
div.DivClassName
{
background-color: #FB73B5;
}
.BgClassName
{
background-color: #FB73B5;
}
</style>
border-color css
<style>
span { border-color: #FB73B5; }
span { border-color: rgb(251,115,181); }
td.TdClassName
{
border-color: #FB73B5;
}
.TagClassName
{
border-color: #FB73B5;
}
</style>