Shades of Hot Pink #FF73B0
Tints of Hot Pink #FF73B0
RGB
CMYK
RGB Variations
Color information
#FF73B0 (or 0xFF73B0) is known color: Hot Pink. HEX triplet: FF, 73 and B0. RGB value is (255,115,176). Sum of RGB (Red+Green+Blue) = 255+115+176=546 (72% of max value = 765). Red value is 255 (100% from 255 or 46.70% from 546); Green value is 115 (45.31% from 255 or 21.06% from 546); Blue value is 176 (69.14% from 255 or 32.23% from 546); Max value from RGB is 255 - color contains mainly: red. Hex color #FF73B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF73B0 is #008C4F. Grayscale: #A3A3A3. Windows color (decimal): -35920 or 11564031. OLE color: 11564031.
HSL color Cylindrical-coordinate representation of color #FF73B0: hue angle of 333.86º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FF73B0 is Cyan = 0, Magento = 0.55, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 115 | 176 | - |
| CMYK | 0 | 0.55 | 0.31 | 0 |
| HSL | 333.86º | 1% | 0.73% | - |
| HSV(B) | 333.86º | 0.55% | 1% | - |
| XYZ | 55.21 | 36.66 | 45.24 | - |
| YUV | 163.81 | 134.88 | 193.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 115 | 176 | 0 | 0.55 | 0.31 | 0 | 333.86 | 1 | 0.73 |
| Hex | FF | 73 | B0 | 0 | 37 | 1F | 0 | 14E | 64 | 49 |
| Octal | 377 | 163 | 260 | 0 | 67 | 37 | 0 | 516 | 144 | 111 |
| Binary | 11111111 | 1110011 | 10110000 | 0 | 110111 | 11111 | 0 | 101001110 | 1100100 | 1001001 |
Color Harmonies of #FF73B0
Complementary color
Monochromatic Colors of #FF73B0
Black with #FF73B0
Text Example
Text Example
White with #FF73B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF73B0; }
p { color: rgb(255,115,176); }
H1.HeaderClassName
{
color: #FF73B0;
}
.AnyTagClassName
{
color: #FF73B0;
}
</style>
background-color css
<style>
a { background-color: #FF73B0; }
a { background-color: rgb(255,115,176); }
div.DivClassName
{
background-color: #FF73B0;
}
.BgClassName
{
background-color: #FF73B0;
}
</style>
border-color css
<style>
span { border-color: #FF73B0; }
span { border-color: rgb(255,115,176); }
td.TdClassName
{
border-color: #FF73B0;
}
.TagClassName
{
border-color: #FF73B0;
}
</style>