Html Css Color HEX #FF85A0 Tickle Me Pink

📋 copy color: '#FF85A0'

red 255 ◦ green 133 ◦ blue 160

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

Shades of Tickle Me Pink #FF85A0

Tints of Tickle Me Pink #FF85A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 29.2%

R = 46.53%
G = 24.27%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.37

 K value IS 0

RGB Variations

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

Color information

#FF85A0 (or 0xFF85A0) is known color: Tickle Me Pink. HEX triplet: FF, 85 and A0. RGB value is (255,133,160). Sum of RGB (Red+Green+Blue) = 255+133+160=548 (72% of max value = 765). Red value is 255 (100% from 255 or 46.53% from 548); Green value is 133 (52.34% from 255 or 24.27% from 548); Blue value is 160 (62.89% from 255 or 29.20% from 548); Max value from RGB is 255 - color contains mainly: red. Hex color #FF85A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF85A0 is #007A5F. Grayscale: #ACACAC. Windows color (decimal): -31328 or 10520063. OLE color: 10520063.

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

Color convert

RGB 255 133 160 -
CMYK 0 0.48 0.37 0
HSL 346.72º 1% 0.76% -
HSV(B) 346.72º 0.48% 1% -
XYZ 55.97 40.57 38.14 -
YUV 172.56 120.92 186.8 -
System Red Green Blue C M Y K H S L
Decimal 255 133 160 0 0.48 0.37 0 346.72 1 0.76
Hex FF 85 A0 0 30 25 0 15B 64 4C
Octal 377 205 240 0 60 45 0 533 144 114
Binary 11111111 10000101 10100000 0 110000 100101 0 101011011 1100100 1001100

Color Harmonies of #FF85A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF85A0

Black with #FF85A0

Text Example


Text Example

White with #FF85A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF85A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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