#FF80AE

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

Shades of Tickle Me Pink #FF80AE

Tints of Tickle Me Pink #FF80AE

Color information

#FF80AE (or 0xFF80AE) is unknown color: approx Tickle Me Pink. HEX triplet: FF, 80 and AE. RGB value is (255,128,174). Sum of RGB (Red+Green+Blue) = 255+128+174=557 (73% of max value = 765). Red value is 255 (100% from 255 or 45.78% from 557); Green value is 128 (50.39% from 255 or 22.98% from 557); Blue value is 174 (68.36% from 255 or 31.24% from 557); Max value from RGB is 255 - color contains mainly: red. Hex color #FF80AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF80AE is #007F51. Grayscale: #ABABAB. Windows color (decimal): -32594 or 11436287. OLE color: 11436287.

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

Color convert

RGB255128174-
CMYK00.500.320
HSL338.27º100%75.1%-
HSV(B)338.27º49.8%100%-
XYZ56.639.7544.73-
YUV171.22129.58187.76-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.78%
GREEN value IS 128 (50.39% from 255) = 22.98%
BLUE value IS 174 (68.36% from 255) = 31.24%
R=45.78%
G=22.98%
B=31.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512817400.500.320338.2710075.1
HexFF80AE032200152644b
Octal377200256062400522144113
Binary1111111110000000101011100110010100000010101001011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF80AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF80AE; }

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

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

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

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

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

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

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

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