Shades of Tickle Me Pink #FF71A0
Tints of Tickle Me Pink #FF71A0
RGB
CMYK
RGB Variations
Color information
#FF71A0 (or 0xFF71A0) is known color: Tickle Me Pink. HEX triplet: FF, 71 and A0. RGB value is (255,113,160). Sum of RGB (Red+Green+Blue) = 255+113+160=528 (69% of max value = 765). Red value is 255 (100% from 255 or 48.30% from 528); Green value is 113 (44.53% from 255 or 21.40% from 528); Blue value is 160 (62.89% from 255 or 30.30% from 528); Max value from RGB is 255 - color contains mainly: red. Hex color #FF71A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF71A0 is #008E5F. Grayscale: #A0A0A0. Windows color (decimal): -36448 or 10514943. OLE color: 10514943.
HSL color Cylindrical-coordinate representation of color #FF71A0: hue angle of 340.14º 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 #FF71A0 is Cyan = 0, Magento = 0.56, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 113 | 160 | - |
| CMYK | 0 | 0.56 | 0.37 | 0 |
| HSL | 340.14º | 1% | 0.72% | - |
| HSV(B) | 340.14º | 0.56% | 1% | - |
| XYZ | 53.49 | 35.61 | 37.31 | - |
| YUV | 160.82 | 127.54 | 195.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 113 | 160 | 0 | 0.56 | 0.37 | 0 | 340.14 | 1 | 0.72 |
| Hex | FF | 71 | A0 | 0 | 38 | 25 | 0 | 154 | 64 | 48 |
| Octal | 377 | 161 | 240 | 0 | 70 | 45 | 0 | 524 | 144 | 110 |
| Binary | 11111111 | 1110001 | 10100000 | 0 | 111000 | 100101 | 0 | 101010100 | 1100100 | 1001000 |
Color Harmonies of #FF71A0
Complementary color
Monochromatic Colors of #FF71A0
Black with #FF71A0
Text Example
Text Example
White with #FF71A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF71A0; }
p { color: rgb(255,113,160); }
H1.HeaderClassName
{
color: #FF71A0;
}
.AnyTagClassName
{
color: #FF71A0;
}
</style>
background-color css
<style>
a { background-color: #FF71A0; }
a { background-color: rgb(255,113,160); }
div.DivClassName
{
background-color: #FF71A0;
}
.BgClassName
{
background-color: #FF71A0;
}
</style>
border-color css
<style>
span { border-color: #FF71A0; }
span { border-color: rgb(255,113,160); }
td.TdClassName
{
border-color: #FF71A0;
}
.TagClassName
{
border-color: #FF71A0;
}
</style>