#FF85A9

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

Shades of Tickle Me Pink #FF85A9

Tints of Tickle Me Pink #FF85A9

Color information

#FF85A9 (or 0xFF85A9) is unknown color: approx Tickle Me Pink. HEX triplet: FF, 85 and A9. RGB value is (255,133,169). Sum of RGB (Red+Green+Blue) = 255+133+169=557 (73% of max value = 765). Red value is 255 (100% from 255 or 45.78% from 557); Green value is 133 (52.34% from 255 or 23.88% from 557); Blue value is 169 (66.41% from 255 or 30.34% from 557); Max value from RGB is 255 - color contains mainly: red. Hex color #FF85A9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF85A9 is #007A56. Grayscale: #ADADAD. Windows color (decimal): -31319 or 11109887. OLE color: 11109887.

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

Color convert

RGB255133169-
CMYK00.480.340
HSL342.3º100%76.08%-
HSV(B)342.3º47.84%100%-
XYZ56.7940.942.44-
YUV173.58125.42186.07-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.78%
GREEN value IS 133 (52.34% from 255) = 23.88%
BLUE value IS 169 (66.41% from 255) = 30.34%
R=45.78%
G=23.88%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.34
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513316900.480.340342.310076.08
HexFF85A9030220156644c
Octal377205251060420526144114
Binary1111111110000101101010010110000100010010101011011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF85A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF85A9; }

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

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

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

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

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

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

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

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