Shades of Hot Pink #FF71AC
Tints of Hot Pink #FF71AC
RGB
CMYK
RGB Variations
Color information
#FF71AC (or 0xFF71AC) is known color: Hot Pink. HEX triplet: FF, 71 and AC. RGB value is (255,113,172). Sum of RGB (Red+Green+Blue) = 255+113+172=540 (71% of max value = 765). Red value is 255 (100% from 255 or 47.22% from 540); Green value is 113 (44.53% from 255 or 20.93% from 540); Blue value is 172 (67.58% from 255 or 31.85% from 540); Max value from RGB is 255 - color contains mainly: red. Hex color #FF71AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF71AC is #008E53. Grayscale: #A2A2A2. Windows color (decimal): -36436 or 11301375. OLE color: 11301375.
HSL color Cylindrical-coordinate representation of color #FF71AC: hue angle of 335.07º 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 #FF71AC is Cyan = 0, Magento = 0.56, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 113 | 172 | - |
| CMYK | 0 | 0.56 | 0.33 | 0 |
| HSL | 335.07º | 1% | 0.72% | - |
| HSV(B) | 335.07º | 0.56% | 1% | - |
| XYZ | 54.59 | 36.05 | 43.11 | - |
| YUV | 162.18 | 133.54 | 194.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 113 | 172 | 0 | 0.56 | 0.33 | 0 | 335.07 | 1 | 0.72 |
| Hex | FF | 71 | AC | 0 | 38 | 21 | 0 | 14F | 64 | 48 |
| Octal | 377 | 161 | 254 | 0 | 70 | 41 | 0 | 517 | 144 | 110 |
| Binary | 11111111 | 1110001 | 10101100 | 0 | 111000 | 100001 | 0 | 101001111 | 1100100 | 1001000 |
Color Harmonies of #FF71AC
Complementary color
Monochromatic Colors of #FF71AC
Black with #FF71AC
Text Example
Text Example
White with #FF71AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF71AC; }
p { color: rgb(255,113,172); }
H1.HeaderClassName
{
color: #FF71AC;
}
.AnyTagClassName
{
color: #FF71AC;
}
</style>
background-color css
<style>
a { background-color: #FF71AC; }
a { background-color: rgb(255,113,172); }
div.DivClassName
{
background-color: #FF71AC;
}
.BgClassName
{
background-color: #FF71AC;
}
</style>
border-color css
<style>
span { border-color: #FF71AC; }
span { border-color: rgb(255,113,172); }
td.TdClassName
{
border-color: #FF71AC;
}
.TagClassName
{
border-color: #FF71AC;
}
</style>