#FF78A0

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

Shades of Tickle Me Pink #FF78A0

Tints of Tickle Me Pink #FF78A0

Color information

#FF78A0 (or 0xFF78A0) is unknown color: approx Tickle Me Pink. HEX triplet: FF, 78 and A0. RGB value is (255,120,160). Sum of RGB (Red+Green+Blue) = 255+120+160=535 (70% of max value = 765). Red value is 255 (100% from 255 or 47.66% from 535); Green value is 120 (47.27% from 255 or 22.43% from 535); Blue value is 160 (62.89% from 255 or 29.91% from 535); Max value from RGB is 255 - color contains mainly: red. Hex color #FF78A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF78A0 is #00875F. Grayscale: #A4A4A4. Windows color (decimal): -34656 or 10516735. OLE color: 10516735.

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

Color convert

RGB255120160-
CMYK00.530.370
HSL342.22º100%73.53%-
HSV(B)342.22º52.94%100%-
XYZ54.337.2337.58-
YUV164.92125.23192.25-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.66%
GREEN value IS 120 (47.27% from 255) = 22.43%
BLUE value IS 160 (62.89% from 255) = 29.91%
R=47.66%
G=22.43%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.37
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512016000.530.370342.2210073.53
HexFF78A0035250156644a
Octal377170240065450526144112
Binary111111111111000101000000110101100101010101011011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF78A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF78A0; }

 p { color: rgb(255,120,160); }

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

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

 a { background-color: rgb(255,120,160); }

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

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

 span { border-color: rgb(255,120,160); }

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