#FF7A96

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

Shades of Tickle Me Pink #FF7A96

Tints of Tickle Me Pink #FF7A96

Color information

#FF7A96 (or 0xFF7A96) is unknown color: approx Tickle Me Pink. HEX triplet: FF, 7A and 96. RGB value is (255,122,150). Sum of RGB (Red+Green+Blue) = 255+122+150=527 (69% of max value = 765). Red value is 255 (100% from 255 or 48.39% from 527); Green value is 122 (48.05% from 255 or 23.15% from 527); Blue value is 150 (58.98% from 255 or 28.46% from 527); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7A96 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7A96 is #008569. Grayscale: #A4A4A4. Windows color (decimal): -34154 or 9861887. OLE color: 9861887.

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

Color convert

RGB255122150-
CMYK00.520.410
HSL347.37º100%73.92%-
HSV(B)347.37º52.16%100%-
XYZ53.737.3833.24-
YUV164.96119.56192.22-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.39%
GREEN value IS 122 (48.05% from 255) = 23.15%
BLUE value IS 150 (58.98% from 255) = 28.46%
R=48.39%
G=23.15%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.41
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512215000.520.410347.3710073.92
HexFF7A9603429015b644a
Octal377172226064510533144112
Binary111111111111010100101100110100101001010101101111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7A96; }

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

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

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

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

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

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

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

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