Html Css Color HEX #FF80AD Tickle Me Pink

📋 copy color: '#FF80AD'

red 255 ◦ green 128 ◦ blue 173

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

Shades of Tickle Me Pink #FF80AD

Tints of Tickle Me Pink #FF80AD

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 value IS 0

 M value IS 0.50

 Y value IS 0.32

 K value IS 0

RGB Variations

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

Color information

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

RGB 255 128 173 -
CMYK 0 0.50 0.32 0
HSL 338.74º 1% 0.75% -
HSV(B) 338.74º 0.5% 1% -
XYZ 56.5 39.72 44.22 -
YUV 171.1 129.08 187.84 -
System Red Green Blue C M Y K H S L
Decimal 255 128 173 0 0.50 0.32 0 338.74 1 0.75
Hex FF 80 AD 0 32 20 0 153 64 4B
Octal 377 200 255 0 62 40 0 523 144 113
Binary 11111111 10000000 10101101 0 110010 100000 0 101010011 1100100 1001011

Color Harmonies of #FF80AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF80AD

Black with #FF80AD

Text Example


Text Example

White with #FF80AD

Text Example


Text Example

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