Html Css Color HEX #FF85AA Tickle Me Pink

📋 copy color: '#FF85AA'

red 255 ◦ green 133 ◦ blue 170

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

Shades of Tickle Me Pink #FF85AA

Tints of Tickle Me Pink #FF85AA

RGB

 RED value IS 255 (100% from 255) = 45.7%

 GREEN value IS 133 (52.34% from 255) = 23.84%

 BLUE value IS 170 (66.8% from 255) = 30.47%

R = 45.7%
G = 23.84%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#FF85AA (or 0xFF85AA) is known color: Tickle Me Pink. HEX triplet: FF, 85 and AA. RGB value is (255,133,170). Sum of RGB (Red+Green+Blue) = 255+133+170=558 (73% of max value = 765). Red value is 255 (100% from 255 or 45.70% from 558); Green value is 133 (52.34% from 255 or 23.84% from 558); Blue value is 170 (66.80% from 255 or 30.47% from 558); Max value from RGB is 255 - color contains mainly: red. Hex color #FF85AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF85AA is #007A55. Grayscale: #ADADAD. Windows color (decimal): -31318 or 11175423. OLE color: 11175423.

HSL color Cylindrical-coordinate representation of color #FF85AA: hue angle of 341.8º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FF85AA is Cyan = 0, Magento = 0.48, Yellow = 0.33 and Black (K on CMYK) = 0.

Color convert

RGB 255 133 170 -
CMYK 0 0.48 0.33 0
HSL 341.8º 1% 0.76% -
HSV(B) 341.8º 0.48% 1% -
XYZ 56.88 40.94 42.93 -
YUV 173.7 125.92 185.99 -
System Red Green Blue C M Y K H S L
Decimal 255 133 170 0 0.48 0.33 0 341.8 1 0.76
Hex FF 85 AA 0 30 21 0 156 64 4C
Octal 377 205 252 0 60 41 0 526 144 114
Binary 11111111 10000101 10101010 0 110000 100001 0 101010110 1100100 1001100

Color Harmonies of #FF85AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF85AA

Black with #FF85AA

Text Example


Text Example

White with #FF85AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF85AA; }

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

 H1.HeaderClassName
 {
   color: #FF85AA;
 }
 .AnyTagClassName
 {
   color: #FF85AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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