Shades of Tickle Me Pink #FF71A2
Tints of Tickle Me Pink #FF71A2
RGB
CMYK
RGB Variations
Color information
#FF71A2 (or 0xFF71A2) is known color: Tickle Me Pink. HEX triplet: FF, 71 and A2. RGB value is (255,113,162). Sum of RGB (Red+Green+Blue) = 255+113+162=530 (70% of max value = 765). Red value is 255 (100% from 255 or 48.11% from 530); Green value is 113 (44.53% from 255 or 21.32% from 530); Blue value is 162 (63.67% from 255 or 30.57% from 530); Max value from RGB is 255 - color contains mainly: red. Hex color #FF71A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF71A2 is #008E5D. Grayscale: #A0A0A0. Windows color (decimal): -36446 or 10646015. OLE color: 10646015.
HSL color Cylindrical-coordinate representation of color #FF71A2: hue angle of 339.3º 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 #FF71A2 is Cyan = 0, Magento = 0.56, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 113 | 162 | - |
| CMYK | 0 | 0.56 | 0.36 | 0 |
| HSL | 339.3º | 1% | 0.72% | - |
| HSV(B) | 339.3º | 0.56% | 1% | - |
| XYZ | 53.67 | 35.68 | 38.24 | - |
| YUV | 161.04 | 128.54 | 195.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 113 | 162 | 0 | 0.56 | 0.36 | 0 | 339.3 | 1 | 0.72 |
| Hex | FF | 71 | A2 | 0 | 38 | 24 | 0 | 153 | 64 | 48 |
| Octal | 377 | 161 | 242 | 0 | 70 | 44 | 0 | 523 | 144 | 110 |
| Binary | 11111111 | 1110001 | 10100010 | 0 | 111000 | 100100 | 0 | 101010011 | 1100100 | 1001000 |
Color Harmonies of #FF71A2
Complementary color
Monochromatic Colors of #FF71A2
Black with #FF71A2
Text Example
Text Example
White with #FF71A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF71A2; }
p { color: rgb(255,113,162); }
H1.HeaderClassName
{
color: #FF71A2;
}
.AnyTagClassName
{
color: #FF71A2;
}
</style>
background-color css
<style>
a { background-color: #FF71A2; }
a { background-color: rgb(255,113,162); }
div.DivClassName
{
background-color: #FF71A2;
}
.BgClassName
{
background-color: #FF71A2;
}
</style>
border-color css
<style>
span { border-color: #FF71A2; }
span { border-color: rgb(255,113,162); }
td.TdClassName
{
border-color: #FF71A2;
}
.TagClassName
{
border-color: #FF71A2;
}
</style>