Shades of Hot Pink #FF73BC
Tints of Hot Pink #FF73BC
RGB
CMYK
RGB Variations
Color information
#FF73BC (or 0xFF73BC) is known color: Hot Pink. HEX triplet: FF, 73 and BC. RGB value is (255,115,188). Sum of RGB (Red+Green+Blue) = 255+115+188=558 (73% of max value = 765). Red value is 255 (100% from 255 or 45.70% from 558); Green value is 115 (45.31% from 255 or 20.61% from 558); Blue value is 188 (73.83% from 255 or 33.69% from 558); Max value from RGB is 255 - color contains mainly: red. Hex color #FF73BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF73BC is #008C43. Grayscale: #A5A5A5. Windows color (decimal): -35908 or 12350463. OLE color: 12350463.
HSL color Cylindrical-coordinate representation of color #FF73BC: hue angle of 328.71º 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 #FF73BC is Cyan = 0, Magento = 0.55, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 115 | 188 | - |
| CMYK | 0 | 0.55 | 0.26 | 0 |
| HSL | 328.71º | 1% | 0.73% | - |
| HSV(B) | 328.71º | 0.55% | 1% | - |
| XYZ | 56.45 | 37.15 | 51.77 | - |
| YUV | 165.18 | 140.88 | 192.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 115 | 188 | 0 | 0.55 | 0.26 | 0 | 328.71 | 1 | 0.73 |
| Hex | FF | 73 | BC | 0 | 37 | 1A | 0 | 149 | 64 | 49 |
| Octal | 377 | 163 | 274 | 0 | 67 | 32 | 0 | 511 | 144 | 111 |
| Binary | 11111111 | 1110011 | 10111100 | 0 | 110111 | 11010 | 0 | 101001001 | 1100100 | 1001001 |
Color Harmonies of #FF73BC
Complementary color
Monochromatic Colors of #FF73BC
Black with #FF73BC
Text Example
Text Example
White with #FF73BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF73BC; }
p { color: rgb(255,115,188); }
H1.HeaderClassName
{
color: #FF73BC;
}
.AnyTagClassName
{
color: #FF73BC;
}
</style>
background-color css
<style>
a { background-color: #FF73BC; }
a { background-color: rgb(255,115,188); }
div.DivClassName
{
background-color: #FF73BC;
}
.BgClassName
{
background-color: #FF73BC;
}
</style>
border-color css
<style>
span { border-color: #FF73BC; }
span { border-color: rgb(255,115,188); }
td.TdClassName
{
border-color: #FF73BC;
}
.TagClassName
{
border-color: #FF73BC;
}
</style>