#FF80A1

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

Shades of Tickle Me Pink #FF80A1

Tints of Tickle Me Pink #FF80A1

Color information

#FF80A1 (or 0xFF80A1) is unknown color: approx Tickle Me Pink. HEX triplet: FF, 80 and A1. RGB value is (255,128,161). Sum of RGB (Red+Green+Blue) = 255+128+161=544 (72% of max value = 765). Red value is 255 (100% from 255 or 46.88% from 544); Green value is 128 (50.39% from 255 or 23.53% from 544); Blue value is 161 (63.28% from 255 or 29.60% from 544); Max value from RGB is 255 - color contains mainly: red. Hex color #FF80A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF80A1 is #007F5E. Grayscale: #A9A9A9. Windows color (decimal): -32607 or 10584319. OLE color: 10584319.

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

Color convert

RGB255128161-
CMYK00.500.370
HSL344.41º100%75.1%-
HSV(B)344.41º49.8%100%-
XYZ55.3939.2738.38-
YUV169.73123.08188.82-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.88%
GREEN value IS 128 (50.39% from 255) = 23.53%
BLUE value IS 161 (63.28% from 255) = 29.60%
R=46.88%
G=23.53%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.37
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512816100.500.370344.4110075.1
HexFF80A1032250158644b
Octal377200241062450530144113
Binary1111111110000000101000010110010100101010101100011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF80A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF80A1; }

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

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

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

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

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

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

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

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