Shades of Hot Pink #FF71AB
Tints of Hot Pink #FF71AB
RGB
CMYK
RGB Variations
Color information
#FF71AB (or 0xFF71AB) is known color: Hot Pink. HEX triplet: FF, 71 and AB. RGB value is (255,113,171). Sum of RGB (Red+Green+Blue) = 255+113+171=539 (71% of max value = 765). Red value is 255 (100% from 255 or 47.31% from 539); Green value is 113 (44.53% from 255 or 20.96% from 539); Blue value is 171 (67.19% from 255 or 31.73% from 539); Max value from RGB is 255 - color contains mainly: red. Hex color #FF71AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF71AB is #008E54. Grayscale: #A1A1A1. Windows color (decimal): -36437 or 11235839. OLE color: 11235839.
HSL color Cylindrical-coordinate representation of color #FF71AB: hue angle of 335.49º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FF71AB is Cyan = 0, Magento = 0.56, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 113 | 171 | - |
| CMYK | 0 | 0.56 | 0.33 | 0 |
| HSL | 335.49º | 1% | 0.72% | - |
| HSV(B) | 335.49º | 0.56% | 1% | - |
| XYZ | 54.5 | 36.01 | 42.61 | - |
| YUV | 162.07 | 133.04 | 194.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 113 | 171 | 0 | 0.56 | 0.33 | 0 | 335.49 | 1 | 0.72 |
| Hex | FF | 71 | AB | 0 | 38 | 21 | 0 | 14F | 64 | 48 |
| Octal | 377 | 161 | 253 | 0 | 70 | 41 | 0 | 517 | 144 | 110 |
| Binary | 11111111 | 1110001 | 10101011 | 0 | 111000 | 100001 | 0 | 101001111 | 1100100 | 1001000 |
Color Harmonies of #FF71AB
Complementary color
Monochromatic Colors of #FF71AB
Black with #FF71AB
Text Example
Text Example
White with #FF71AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF71AB; }
p { color: rgb(255,113,171); }
H1.HeaderClassName
{
color: #FF71AB;
}
.AnyTagClassName
{
color: #FF71AB;
}
</style>
background-color css
<style>
a { background-color: #FF71AB; }
a { background-color: rgb(255,113,171); }
div.DivClassName
{
background-color: #FF71AB;
}
.BgClassName
{
background-color: #FF71AB;
}
</style>
border-color css
<style>
span { border-color: #FF71AB; }
span { border-color: rgb(255,113,171); }
td.TdClassName
{
border-color: #FF71AB;
}
.TagClassName
{
border-color: #FF71AB;
}
</style>