#FF7E96

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

Shades of Tickle Me Pink #FF7E96

Tints of Tickle Me Pink #FF7E96

Color information

#FF7E96 (or 0xFF7E96) is unknown color: approx Tickle Me Pink. HEX triplet: FF, 7E and 96. RGB value is (255,126,150). Sum of RGB (Red+Green+Blue) = 255+126+150=531 (70% of max value = 765). Red value is 255 (100% from 255 or 48.02% from 531); Green value is 126 (49.61% from 255 or 23.73% from 531); Blue value is 150 (58.98% from 255 or 28.25% from 531); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7E96 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7E96 is #008169. Grayscale: #A7A7A7. Windows color (decimal): -33130 or 9862911. OLE color: 9862911.

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

Color convert

RGB255126150-
CMYK00.510.410
HSL348.84º100%74.71%-
HSV(B)348.84º50.59%100%-
XYZ54.2138.3833.41-
YUV167.31118.24190.55-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.02%
GREEN value IS 126 (49.61% from 255) = 23.73%
BLUE value IS 150 (58.98% from 255) = 28.25%
R=48.02%
G=23.73%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.41
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512615000.510.410348.8410074.71
HexFF7E9603329015d644b
Octal377176226063510535144113
Binary111111111111110100101100110011101001010101110111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7E96; }

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

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

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

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

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

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

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

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