Html Css Color HEX #FF85B0 Tickle Me Pink

📋 copy color: '#FF85B0'

red 255 ◦ green 133 ◦ blue 176

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

Shades of Tickle Me Pink #FF85B0

Tints of Tickle Me Pink #FF85B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 31.21%

R = 45.21%
G = 23.58%
B = 31.21%

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

#FF85B0 (or 0xFF85B0) is known color: Tickle Me Pink. HEX triplet: FF, 85 and B0. RGB value is (255,133,176). Sum of RGB (Red+Green+Blue) = 255+133+176=564 (74% of max value = 765). Red value is 255 (100% from 255 or 45.21% from 564); Green value is 133 (52.34% from 255 or 23.58% from 564); Blue value is 176 (69.14% from 255 or 31.21% from 564); Max value from RGB is 255 - color contains mainly: red. Hex color #FF85B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF85B0 is #007A4F. Grayscale: #AEAEAE. Windows color (decimal): -31312 or 11568639. OLE color: 11568639.

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

Color convert

RGB 255 133 176 -
CMYK 0 0.48 0.31 0
HSL 338.85º 1% 0.76% -
HSV(B) 338.85º 0.48% 1% -
XYZ 57.46 41.17 45.99 -
YUV 174.38 128.92 185.5 -
System Red Green Blue C M Y K H S L
Decimal 255 133 176 0 0.48 0.31 0 338.85 1 0.76
Hex FF 85 B0 0 30 1F 0 153 64 4C
Octal 377 205 260 0 60 37 0 523 144 114
Binary 11111111 10000101 10110000 0 110000 11111 0 101010011 1100100 1001100

Color Harmonies of #FF85B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF85B0

Black with #FF85B0

Text Example


Text Example

White with #FF85B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF85B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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