Shades of Hot Pink #FF72AD
Tints of Hot Pink #FF72AD
RGB
CMYK
RGB Variations
Color information
#FF72AD (or 0xFF72AD) is known color: Hot Pink. HEX triplet: FF, 72 and AD. RGB value is (255,114,173). Sum of RGB (Red+Green+Blue) = 255+114+173=542 (71% of max value = 765). Red value is 255 (100% from 255 or 47.05% from 542); Green value is 114 (44.92% from 255 or 21.03% from 542); Blue value is 173 (67.97% from 255 or 31.92% from 542); Max value from RGB is 255 - color contains mainly: red. Hex color #FF72AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF72AD is #008D52. Grayscale: #A2A2A2. Windows color (decimal): -36179 or 11367167. OLE color: 11367167.
HSL color Cylindrical-coordinate representation of color #FF72AD: hue angle of 334.89º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FF72AD is Cyan = 0, Magento = 0.55, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 114 | 173 | - |
| CMYK | 0 | 0.55 | 0.32 | 0 |
| HSL | 334.89º | 1% | 0.72% | - |
| HSV(B) | 334.89º | 0.55% | 1% | - |
| XYZ | 54.8 | 36.31 | 43.66 | - |
| YUV | 162.89 | 133.71 | 193.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 114 | 173 | 0 | 0.55 | 0.32 | 0 | 334.89 | 1 | 0.72 |
| Hex | FF | 72 | AD | 0 | 37 | 20 | 0 | 14F | 64 | 48 |
| Octal | 377 | 162 | 255 | 0 | 67 | 40 | 0 | 517 | 144 | 110 |
| Binary | 11111111 | 1110010 | 10101101 | 0 | 110111 | 100000 | 0 | 101001111 | 1100100 | 1001000 |
Color Harmonies of #FF72AD
Complementary color
Monochromatic Colors of #FF72AD
Black with #FF72AD
Text Example
Text Example
White with #FF72AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF72AD; }
p { color: rgb(255,114,173); }
H1.HeaderClassName
{
color: #FF72AD;
}
.AnyTagClassName
{
color: #FF72AD;
}
</style>
background-color css
<style>
a { background-color: #FF72AD; }
a { background-color: rgb(255,114,173); }
div.DivClassName
{
background-color: #FF72AD;
}
.BgClassName
{
background-color: #FF72AD;
}
</style>
border-color css
<style>
span { border-color: #FF72AD; }
span { border-color: rgb(255,114,173); }
td.TdClassName
{
border-color: #FF72AD;
}
.TagClassName
{
border-color: #FF72AD;
}
</style>