#FF7A97

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

Shades of Tickle Me Pink #FF7A97

Tints of Tickle Me Pink #FF7A97

Color information

#FF7A97 (or 0xFF7A97) is unknown color: approx Tickle Me Pink. HEX triplet: FF, 7A and 97. RGB value is (255,122,151). Sum of RGB (Red+Green+Blue) = 255+122+151=528 (69% of max value = 765). Red value is 255 (100% from 255 or 48.30% from 528); Green value is 122 (48.05% from 255 or 23.11% from 528); Blue value is 151 (59.38% from 255 or 28.60% from 528); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7A97 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7A97 is #008568. Grayscale: #A5A5A5. Windows color (decimal): -34153 or 9927423. OLE color: 9927423.

HSL color Cylindrical-coordinate representation of color #FF7A97: hue angle of 346.92º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FF7A97 is Cyan = 0, Magento = 0.52, Yellow = 0.41 and Black (K on CMYK) = 0.

Color convert

RGB255122151-
CMYK00.520.410
HSL346.92º100%73.92%-
HSV(B)346.92º52.16%100%-
XYZ53.7937.4133.66-
YUV165.07120.06192.14-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.30%
GREEN value IS 122 (48.05% from 255) = 23.11%
BLUE value IS 151 (59.38% from 255) = 28.60%
R=48.30%
G=23.11%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.41
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512215100.520.410346.9210073.92
HexFF7A9703429015b644a
Octal377172227064510533144112
Binary111111111111010100101110110100101001010101101111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7A97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7A97; }

 p { color: rgb(255,122,151); }

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

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

 a { background-color: rgb(255,122,151); }

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

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

 span { border-color: rgb(255,122,151); }

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