#FF7D9C

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

Shades of Tickle Me Pink #FF7D9C

Tints of Tickle Me Pink #FF7D9C

Color information

#FF7D9C (or 0xFF7D9C) is unknown color: approx Tickle Me Pink. HEX triplet: FF, 7D and 9C. RGB value is (255,125,156). Sum of RGB (Red+Green+Blue) = 255+125+156=536 (70% of max value = 765). Red value is 255 (100% from 255 or 47.57% from 536); Green value is 125 (49.22% from 255 or 23.32% from 536); Blue value is 156 (61.33% from 255 or 29.10% from 536); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7D9C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7D9C is #008263. Grayscale: #A7A7A7. Windows color (decimal): -33380 or 10255871. OLE color: 10255871.

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

Color convert

RGB255125156-
CMYK00.510.390
HSL345.69º100%74.51%-
HSV(B)345.69º50.98%100%-
XYZ54.5738.3335.97-
YUV167.4121.57190.48-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.57%
GREEN value IS 125 (49.22% from 255) = 23.32%
BLUE value IS 156 (61.33% from 255) = 29.10%
R=47.57%
G=23.32%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.39
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512515600.510.390345.6910074.51
HexFF7D9C03327015a644b
Octal377175234063470532144113
Binary111111111111101100111000110011100111010101101011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7D9C; }

 p { color: rgb(255,125,156); }

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

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

 a { background-color: rgb(255,125,156); }

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

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

 span { border-color: rgb(255,125,156); }

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