#FF80AD

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

Shades of Tickle Me Pink #FF80AD

Tints of Tickle Me Pink #FF80AD

Color information

#FF80AD (or 0xFF80AD) is unknown color: approx Tickle Me Pink. HEX triplet: FF, 80 and AD. RGB value is (255,128,173). Sum of RGB (Red+Green+Blue) = 255+128+173=556 (73% of max value = 765). Red value is 255 (100% from 255 or 45.86% from 556); Green value is 128 (50.39% from 255 or 23.02% from 556); Blue value is 173 (67.97% from 255 or 31.12% from 556); Max value from RGB is 255 - color contains mainly: red. Hex color #FF80AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF80AD is #007F52. Grayscale: #ABABAB. Windows color (decimal): -32595 or 11370751. OLE color: 11370751.

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

Color convert

RGB255128173-
CMYK00.500.320
HSL338.74º100%75.1%-
HSV(B)338.74º49.8%100%-
XYZ56.539.7244.22-
YUV171.1129.08187.84-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.86%
GREEN value IS 128 (50.39% from 255) = 23.02%
BLUE value IS 173 (67.97% from 255) = 31.12%
R=45.86%
G=23.02%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512817300.500.320338.7410075.1
HexFF80AD032200153644b
Octal377200255062400523144113
Binary1111111110000000101011010110010100000010101001111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF80AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF80AD; }

 p { color: rgb(255,128,173); }

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

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

 a { background-color: rgb(255,128,173); }

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

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

 span { border-color: rgb(255,128,173); }

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