#FF71A4

Color #FF71A4 Tickle Me Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tickle Me Pink #FF71A4

Tints of Tickle Me Pink #FF71A4

Color information

#FF71A4 (or 0xFF71A4) is unknown color: approx Tickle Me Pink. HEX triplet: FF, 71 and A4. RGB value is (255,113,164). Sum of RGB (Red+Green+Blue) = 255+113+164=532 (70% of max value = 765). Red value is 255 (100% from 255 or 47.93% from 532); Green value is 113 (44.53% from 255 or 21.24% from 532); Blue value is 164 (64.45% from 255 or 30.83% from 532); Max value from RGB is 255 - color contains mainly: red. Hex color #FF71A4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF71A4 is #008E5B. Grayscale: #A1A1A1. Windows color (decimal): -36444 or 10777087. OLE color: 10777087.

HSL color Cylindrical-coordinate representation of color #FF71A4: hue angle of 338.45º 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 #FF71A4 is Cyan = 0, Magento = 0.56, Yellow = 0.36 and Black (K on CMYK) = 0.

Color convert

RGB255113164-
CMYK00.560.360
HSL338.45º100%72.16%-
HSV(B)338.45º55.69%100%-
XYZ53.8535.7539.18-
YUV161.27129.54194.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 255 (100% from 255) = 47.93%
GREEN value IS 113 (44.53% from 255) = 21.24%
BLUE value IS 164 (64.45% from 255) = 30.83%
R=47.93%
G=21.24%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.36
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511316400.560.360338.4510072.16
HexFF71A40382401526448
Octal377161244070440522144110
Binary111111111110001101001000111000100100010101001011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF71A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF71A4; }

 p { color: rgb(255,113,164); }

 H1.HeaderClassName
 {
   color: #FF71A4;
 }
 .AnyTagClassName
 {
   color: #FF71A4;
 }
</style>
background-color css

<style>
 a { background-color: #FF71A4; }

 a { background-color: rgb(255,113,164); }

 div.DivClassName
 {
   background-color: #FF71A4;
 }
 .BgClassName
 {
   background-color: #FF71A4;
 }
</style>
border-color css

<style>
 span { border-color: #FF71A4; }

 span { border-color: rgb(255,113,164); }

 td.TdClassName
 {
   border-color: #FF71A4;
 }
 .TagClassName
 {
   border-color: #FF71A4;
 }
</style>