Shades of Hot Pink #FF73AB
Tints of Hot Pink #FF73AB
RGB
CMYK
RGB Variations
Color information
#FF73AB (or 0xFF73AB) is known color: Hot Pink. HEX triplet: FF, 73 and AB. RGB value is (255,115,171). Sum of RGB (Red+Green+Blue) = 255+115+171=541 (71% of max value = 765). Red value is 255 (100% from 255 or 47.13% from 541); Green value is 115 (45.31% from 255 or 21.26% from 541); Blue value is 171 (67.19% from 255 or 31.61% from 541); Max value from RGB is 255 - color contains mainly: red. Hex color #FF73AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF73AB is #008C54. Grayscale: #A3A3A3. Windows color (decimal): -35925 or 11236351. OLE color: 11236351.
HSL color Cylindrical-coordinate representation of color #FF73AB: hue angle of 336º 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 #FF73AB is Cyan = 0, Magento = 0.55, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 115 | 171 | - |
| CMYK | 0 | 0.55 | 0.33 | 0 |
| HSL | 336º | 1% | 0.73% | - |
| HSV(B) | 336º | 0.55% | 1% | - |
| XYZ | 54.72 | 36.46 | 42.68 | - |
| YUV | 163.24 | 132.38 | 193.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 115 | 171 | 0 | 0.55 | 0.33 | 0 | 336 | 1 | 0.73 |
| Hex | FF | 73 | AB | 0 | 37 | 21 | 0 | 150 | 64 | 49 |
| Octal | 377 | 163 | 253 | 0 | 67 | 41 | 0 | 520 | 144 | 111 |
| Binary | 11111111 | 1110011 | 10101011 | 0 | 110111 | 100001 | 0 | 101010000 | 1100100 | 1001001 |
Color Harmonies of #FF73AB
Complementary color
Monochromatic Colors of #FF73AB
Black with #FF73AB
Text Example
Text Example
White with #FF73AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF73AB; }
p { color: rgb(255,115,171); }
H1.HeaderClassName
{
color: #FF73AB;
}
.AnyTagClassName
{
color: #FF73AB;
}
</style>
background-color css
<style>
a { background-color: #FF73AB; }
a { background-color: rgb(255,115,171); }
div.DivClassName
{
background-color: #FF73AB;
}
.BgClassName
{
background-color: #FF73AB;
}
</style>
border-color css
<style>
span { border-color: #FF73AB; }
span { border-color: rgb(255,115,171); }
td.TdClassName
{
border-color: #FF73AB;
}
.TagClassName
{
border-color: #FF73AB;
}
</style>