Shades of Tickle Me Pink #FF71A3
Tints of Tickle Me Pink #FF71A3
RGB
CMYK
RGB Variations
Color information
#FF71A3 (or 0xFF71A3) is known color: Tickle Me Pink. HEX triplet: FF, 71 and A3. RGB value is (255,113,163). Sum of RGB (Red+Green+Blue) = 255+113+163=531 (70% of max value = 765). Red value is 255 (100% from 255 or 48.02% from 531); Green value is 113 (44.53% from 255 or 21.28% from 531); Blue value is 163 (64.06% from 255 or 30.70% from 531); Max value from RGB is 255 - color contains mainly: red. Hex color #FF71A3 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF71A3 is #008E5C. Grayscale: #A1A1A1. Windows color (decimal): -36445 or 10711551. OLE color: 10711551.
HSL color Cylindrical-coordinate representation of color #FF71A3: hue angle of 338.87º 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 #FF71A3 is Cyan = 0, Magento = 0.56, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 113 | 163 | - |
| CMYK | 0 | 0.56 | 0.36 | 0 |
| HSL | 338.87º | 1% | 0.72% | - |
| HSV(B) | 338.87º | 0.56% | 1% | - |
| XYZ | 53.76 | 35.71 | 38.71 | - |
| YUV | 161.16 | 129.04 | 194.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 113 | 163 | 0 | 0.56 | 0.36 | 0 | 338.87 | 1 | 0.72 |
| Hex | FF | 71 | A3 | 0 | 38 | 24 | 0 | 153 | 64 | 48 |
| Octal | 377 | 161 | 243 | 0 | 70 | 44 | 0 | 523 | 144 | 110 |
| Binary | 11111111 | 1110001 | 10100011 | 0 | 111000 | 100100 | 0 | 101010011 | 1100100 | 1001000 |
Color Harmonies of #FF71A3
Complementary color
Monochromatic Colors of #FF71A3
Black with #FF71A3
Text Example
Text Example
White with #FF71A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF71A3; }
p { color: rgb(255,113,163); }
H1.HeaderClassName
{
color: #FF71A3;
}
.AnyTagClassName
{
color: #FF71A3;
}
</style>
background-color css
<style>
a { background-color: #FF71A3; }
a { background-color: rgb(255,113,163); }
div.DivClassName
{
background-color: #FF71A3;
}
.BgClassName
{
background-color: #FF71A3;
}
</style>
border-color css
<style>
span { border-color: #FF71A3; }
span { border-color: rgb(255,113,163); }
td.TdClassName
{
border-color: #FF71A3;
}
.TagClassName
{
border-color: #FF71A3;
}
</style>