Html Css Color HEX #FF80AA Tickle Me Pink

📋 copy color: '#FF80AA'

red 255 ◦ green 128 ◦ blue 170

#FF80AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tickle Me Pink #FF80AA

Tints of Tickle Me Pink #FF80AA

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.8% from 255) = 30.74%

R = 46.11%
G = 23.15%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#FF80AA (or 0xFF80AA) is known color: 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

RGB 255 128 170 -
CMYK 0 0.50 0.33 0
HSL 340.16º 1% 0.75% -
HSV(B) 340.16º 0.5% 1% -
XYZ 56.21 39.6 42.71 -
YUV 170.76 127.58 188.08 -
System Red Green Blue C M Y K H S L
Decimal 255 128 170 0 0.50 0.33 0 340.16 1 0.75
Hex FF 80 AA 0 32 21 0 154 64 4B
Octal 377 200 252 0 62 41 0 524 144 113
Binary 11111111 10000000 10101010 0 110010 100001 0 101010100 1100100 1001011

Color Harmonies of #FF80AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF80AA

Black with #FF80AA

Text Example


Text Example

White with #FF80AA

Text Example


Text Example

HTML Codes & Css Web 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>