Html Css Color HEX #FF85AD Tickle Me Pink

📋 copy color: '#FF85AD'

red 255 ◦ green 133 ◦ blue 173

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

Shades of Tickle Me Pink #FF85AD

Tints of Tickle Me Pink #FF85AD

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

 M value IS 0.48

 Y value IS 0.32

 K value IS 0

RGB Variations

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

Color information

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

RGB 255 133 173 -
CMYK 0 0.48 0.32 0
HSL 340.33º 1% 0.76% -
HSV(B) 340.33º 0.48% 1% -
XYZ 57.17 41.05 44.45 -
YUV 174.04 127.42 185.75 -
System Red Green Blue C M Y K H S L
Decimal 255 133 173 0 0.48 0.32 0 340.33 1 0.76
Hex FF 85 AD 0 30 20 0 154 64 4C
Octal 377 205 255 0 60 40 0 524 144 114
Binary 11111111 10000101 10101101 0 110000 100000 0 101010100 1100100 1001100

Color Harmonies of #FF85AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF85AD

Black with #FF85AD

Text Example


Text Example

White with #FF85AD

Text Example


Text Example

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