#FF7C96

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

Shades of Tickle Me Pink #FF7C96

Tints of Tickle Me Pink #FF7C96

Color information

#FF7C96 (or 0xFF7C96) is unknown color: approx Tickle Me Pink. HEX triplet: FF, 7C and 96. RGB value is (255,124,150). Sum of RGB (Red+Green+Blue) = 255+124+150=529 (70% of max value = 765). Red value is 255 (100% from 255 or 48.20% from 529); Green value is 124 (48.83% from 255 or 23.44% from 529); Blue value is 150 (58.98% from 255 or 28.36% from 529); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7C96 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7C96 is #008369. Grayscale: #A6A6A6. Windows color (decimal): -33642 or 9862399. OLE color: 9862399.

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

Color convert

RGB255124150-
CMYK00.510.410
HSL348.09º100%74.31%-
HSV(B)348.09º51.37%100%-
XYZ53.9537.8833.32-
YUV166.13118.9191.39-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.20%
GREEN value IS 124 (48.83% from 255) = 23.44%
BLUE value IS 150 (58.98% from 255) = 28.36%
R=48.20%
G=23.44%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.41
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512415000.510.410348.0910074.31
HexFF7C9603329015c644a
Octal377174226063510534144112
Binary111111111111100100101100110011101001010101110011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7C96; }

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

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

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

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

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

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

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

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