Shades of Hot Pink #FF71AD
Tints of Hot Pink #FF71AD
RGB
CMYK
RGB Variations
Color information
#FF71AD (or 0xFF71AD) is known color: Hot Pink. HEX triplet: FF, 71 and AD. RGB value is (255,113,173). Sum of RGB (Red+Green+Blue) = 255+113+173=541 (71% of max value = 765). Red value is 255 (100% from 255 or 47.13% from 541); Green value is 113 (44.53% from 255 or 20.89% from 541); Blue value is 173 (67.97% from 255 or 31.98% from 541); Max value from RGB is 255 - color contains mainly: red. Hex color #FF71AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF71AD is #008E52. Grayscale: #A2A2A2. Windows color (decimal): -36435 or 11366911. OLE color: 11366911.
HSL color Cylindrical-coordinate representation of color #FF71AD: hue angle of 334.65º 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 #FF71AD is Cyan = 0, Magento = 0.56, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 113 | 173 | - |
| CMYK | 0 | 0.56 | 0.32 | 0 |
| HSL | 334.65º | 1% | 0.72% | - |
| HSV(B) | 334.65º | 0.56% | 1% | - |
| XYZ | 54.69 | 36.09 | 43.62 | - |
| YUV | 162.3 | 134.04 | 194.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 113 | 173 | 0 | 0.56 | 0.32 | 0 | 334.65 | 1 | 0.72 |
| Hex | FF | 71 | AD | 0 | 38 | 20 | 0 | 14F | 64 | 48 |
| Octal | 377 | 161 | 255 | 0 | 70 | 40 | 0 | 517 | 144 | 110 |
| Binary | 11111111 | 1110001 | 10101101 | 0 | 111000 | 100000 | 0 | 101001111 | 1100100 | 1001000 |
Color Harmonies of #FF71AD
Complementary color
Monochromatic Colors of #FF71AD
Black with #FF71AD
Text Example
Text Example
White with #FF71AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF71AD; }
p { color: rgb(255,113,173); }
H1.HeaderClassName
{
color: #FF71AD;
}
.AnyTagClassName
{
color: #FF71AD;
}
</style>
background-color css
<style>
a { background-color: #FF71AD; }
a { background-color: rgb(255,113,173); }
div.DivClassName
{
background-color: #FF71AD;
}
.BgClassName
{
background-color: #FF71AD;
}
</style>
border-color css
<style>
span { border-color: #FF71AD; }
span { border-color: rgb(255,113,173); }
td.TdClassName
{
border-color: #FF71AD;
}
.TagClassName
{
border-color: #FF71AD;
}
</style>