Html Css Color HEX #FF85B1 Tickle Me Pink

📋 copy color: '#FF85B1'

red 255 ◦ green 133 ◦ blue 177

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

Shades of Tickle Me Pink #FF85B1

Tints of Tickle Me Pink #FF85B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 31.33%

R = 45.13%
G = 23.54%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#FF85B1 (or 0xFF85B1) is known color: Tickle Me Pink. HEX triplet: FF, 85 and B1. RGB value is (255,133,177). Sum of RGB (Red+Green+Blue) = 255+133+177=565 (74% of max value = 765). Red value is 255 (100% from 255 or 45.13% from 565); Green value is 133 (52.34% from 255 or 23.54% from 565); Blue value is 177 (69.53% from 255 or 31.33% from 565); Max value from RGB is 255 - color contains mainly: red. Hex color #FF85B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF85B1 is #007A4E. Grayscale: #AEAEAE. Windows color (decimal): -31311 or 11634175. OLE color: 11634175.

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

Color convert

RGB 255 133 177 -
CMYK 0 0.48 0.31 0
HSL 338.36º 1% 0.76% -
HSV(B) 338.36º 0.48% 1% -
XYZ 57.56 41.21 46.52 -
YUV 174.49 129.42 185.42 -
System Red Green Blue C M Y K H S L
Decimal 255 133 177 0 0.48 0.31 0 338.36 1 0.76
Hex FF 85 B1 0 30 1F 0 152 64 4C
Octal 377 205 261 0 60 37 0 522 144 114
Binary 11111111 10000101 10110001 0 110000 11111 0 101010010 1100100 1001100

Color Harmonies of #FF85B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF85B1

Black with #FF85B1

Text Example


Text Example

White with #FF85B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF85B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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