Shades of Hot Pink #FB73B7
Tints of Hot Pink #FB73B7
RGB
CMYK
RGB Variations
Color information
#FB73B7 (or 0xFB73B7) is known color: Hot Pink. HEX triplet: FB, 73 and B7. RGB value is (251,115,183). Sum of RGB (Red+Green+Blue) = 251+115+183=549 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.72% from 549); Green value is 115 (45.31% from 255 or 20.95% from 549); Blue value is 183 (71.88% from 255 or 33.33% from 549); Max value from RGB is 251 - color contains mainly: red. Hex color #FB73B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB73B7 is #048C48. Grayscale: #A3A3A3. Windows color (decimal): -298057 or 12022779. OLE color: 12022779.
HSL color Cylindrical-coordinate representation of color #FB73B7: hue angle of 330º 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 #FB73B7 is Cyan = 0, Magento = 0.54, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 115 | 183 | - |
| CMYK | 0 | 0.54 | 0.27 | 0.02 |
| HSL | 330º | 0.94% | 0.72% | - |
| HSV(B) | 330º | 0.54% | 0.98% | - |
| XYZ | 54.46 | 36.19 | 48.91 | - |
| YUV | 163.42 | 139.06 | 190.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 115 | 183 | 0 | 0.54 | 0.27 | 0.02 | 330 | 0.94 | 0.72 |
| Hex | FB | 73 | B7 | 0 | 36 | 1B | 2 | 14A | 5E | 48 |
| Octal | 373 | 163 | 267 | 0 | 66 | 33 | 2 | 512 | 136 | 110 |
| Binary | 11111011 | 1110011 | 10110111 | 0 | 110110 | 11011 | 10 | 101001010 | 1011110 | 1001000 |
Color Harmonies of #FB73B7
Complementary color
Monochromatic Colors of #FB73B7
Black with #FB73B7
Text Example
Text Example
White with #FB73B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB73B7; }
p { color: rgb(251,115,183); }
H1.HeaderClassName
{
color: #FB73B7;
}
.AnyTagClassName
{
color: #FB73B7;
}
</style>
background-color css
<style>
a { background-color: #FB73B7; }
a { background-color: rgb(251,115,183); }
div.DivClassName
{
background-color: #FB73B7;
}
.BgClassName
{
background-color: #FB73B7;
}
</style>
border-color css
<style>
span { border-color: #FB73B7; }
span { border-color: rgb(251,115,183); }
td.TdClassName
{
border-color: #FB73B7;
}
.TagClassName
{
border-color: #FB73B7;
}
</style>