Shades of Hot Pink #FF72AB
Tints of Hot Pink #FF72AB
RGB
CMYK
RGB Variations
Color information
#FF72AB (or 0xFF72AB) is known color: Hot Pink. HEX triplet: FF, 72 and AB. RGB value is (255,114,171). Sum of RGB (Red+Green+Blue) = 255+114+171=540 (71% of max value = 765). Red value is 255 (100% from 255 or 47.22% from 540); Green value is 114 (44.92% from 255 or 21.11% from 540); Blue value is 171 (67.19% from 255 or 31.67% from 540); Max value from RGB is 255 - color contains mainly: red. Hex color #FF72AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF72AB is #008D54. Grayscale: #A2A2A2. Windows color (decimal): -36181 or 11236095. OLE color: 11236095.
HSL color Cylindrical-coordinate representation of color #FF72AB: hue angle of 335.74º 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 #FF72AB is Cyan = 0, Magento = 0.55, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 114 | 171 | - |
| CMYK | 0 | 0.55 | 0.33 | 0 |
| HSL | 335.74º | 1% | 0.72% | - |
| HSV(B) | 335.74º | 0.55% | 1% | - |
| XYZ | 54.61 | 36.23 | 42.64 | - |
| YUV | 162.66 | 132.71 | 193.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 114 | 171 | 0 | 0.55 | 0.33 | 0 | 335.74 | 1 | 0.72 |
| Hex | FF | 72 | AB | 0 | 37 | 21 | 0 | 150 | 64 | 48 |
| Octal | 377 | 162 | 253 | 0 | 67 | 41 | 0 | 520 | 144 | 110 |
| Binary | 11111111 | 1110010 | 10101011 | 0 | 110111 | 100001 | 0 | 101010000 | 1100100 | 1001000 |
Color Harmonies of #FF72AB
Complementary color
Monochromatic Colors of #FF72AB
Black with #FF72AB
Text Example
Text Example
White with #FF72AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF72AB; }
p { color: rgb(255,114,171); }
H1.HeaderClassName
{
color: #FF72AB;
}
.AnyTagClassName
{
color: #FF72AB;
}
</style>
background-color css
<style>
a { background-color: #FF72AB; }
a { background-color: rgb(255,114,171); }
div.DivClassName
{
background-color: #FF72AB;
}
.BgClassName
{
background-color: #FF72AB;
}
</style>
border-color css
<style>
span { border-color: #FF72AB; }
span { border-color: rgb(255,114,171); }
td.TdClassName
{
border-color: #FF72AB;
}
.TagClassName
{
border-color: #FF72AB;
}
</style>