#FF80AA

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

Shades of Tickle Me Pink #FF80AA

Tints of Tickle Me Pink #FF80AA

Color information

#FF80AA (or 0xFF80AA) is unknown color: approx Tickle Me Pink. HEX triplet: FF, 80 and AA. RGB value is (255,128,170). Sum of RGB (Red+Green+Blue) = 255+128+170=553 (73% of max value = 765). Red value is 255 (100% from 255 or 46.11% from 553); Green value is 128 (50.39% from 255 or 23.15% from 553); Blue value is 170 (66.80% from 255 or 30.74% from 553); Max value from RGB is 255 - color contains mainly: red. Hex color #FF80AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF80AA is #007F55. Grayscale: #AAAAAA. Windows color (decimal): -32598 or 11174143. OLE color: 11174143.

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

Color convert

RGB255128170-
CMYK00.500.330
HSL340.16º100%75.1%-
HSV(B)340.16º49.8%100%-
XYZ56.2139.642.71-
YUV170.76127.58188.08-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.11%
GREEN value IS 128 (50.39% from 255) = 23.15%
BLUE value IS 170 (66.80% from 255) = 30.74%
R=46.11%
G=23.15%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512817000.500.330340.1610075.1
HexFF80AA032210154644b
Octal377200252062410524144113
Binary1111111110000000101010100110010100001010101010011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF80AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF80AA; }

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

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

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

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

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

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

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

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