#FF85AD

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

Shades of Tickle Me Pink #FF85AD

Tints of Tickle Me Pink #FF85AD

Color information

#FF85AD (or 0xFF85AD) is unknown color: approx Tickle Me Pink. HEX triplet: FF, 85 and AD. RGB value is (255,133,173). Sum of RGB (Red+Green+Blue) = 255+133+173=561 (74% of max value = 765). Red value is 255 (100% from 255 or 45.45% from 561); Green value is 133 (52.34% from 255 or 23.71% from 561); Blue value is 173 (67.97% from 255 or 30.84% from 561); Max value from RGB is 255 - color contains mainly: red. Hex color #FF85AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF85AD is #007A52. Grayscale: #AEAEAE. Windows color (decimal): -31315 or 11372031. OLE color: 11372031.

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

Color convert

RGB255133173-
CMYK00.480.320
HSL340.33º100%76.08%-
HSV(B)340.33º47.84%100%-
XYZ57.1741.0544.45-
YUV174.04127.42185.75-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.45%
GREEN value IS 133 (52.34% from 255) = 23.71%
BLUE value IS 173 (67.97% from 255) = 30.84%
R=45.45%
G=23.71%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513317300.480.320340.3310076.08
HexFF85AD030200154644c
Octal377205255060400524144114
Binary1111111110000101101011010110000100000010101010011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF85AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF85AD; }

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

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

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

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

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

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

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

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