Html Css Color HEX #FF85B2 Tickle Me Pink

📋 copy color: '#FF85B2'

red 255 ◦ green 133 ◦ blue 178

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

Shades of Tickle Me Pink #FF85B2

Tints of Tickle Me Pink #FF85B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 31.45%

R = 45.05%
G = 23.5%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.30

 K value IS 0

RGB Variations

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

Color information

#FF85B2 (or 0xFF85B2) is known color: Tickle Me Pink. HEX triplet: FF, 85 and B2. RGB value is (255,133,178). Sum of RGB (Red+Green+Blue) = 255+133+178=566 (74% of max value = 765). Red value is 255 (100% from 255 or 45.05% from 566); Green value is 133 (52.34% from 255 or 23.50% from 566); Blue value is 178 (69.92% from 255 or 31.45% from 566); Max value from RGB is 255 - color contains mainly: red. Hex color #FF85B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF85B2 is #007A4D. Grayscale: #AEAEAE. Windows color (decimal): -31310 or 11699711. OLE color: 11699711.

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

Color convert

RGB 255 133 178 -
CMYK 0 0.48 0.30 0
HSL 337.87º 1% 0.76% -
HSV(B) 337.87º 0.48% 1% -
XYZ 57.66 41.25 47.04 -
YUV 174.61 129.92 185.34 -
System Red Green Blue C M Y K H S L
Decimal 255 133 178 0 0.48 0.30 0 337.87 1 0.76
Hex FF 85 B2 0 30 1E 0 152 64 4C
Octal 377 205 262 0 60 36 0 522 144 114
Binary 11111111 10000101 10110010 0 110000 11110 0 101010010 1100100 1001100

Color Harmonies of #FF85B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF85B2

Black with #FF85B2

Text Example


Text Example

White with #FF85B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF85B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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