Color Hex Logo

#f16ebb Color Hex

#F16EBB
(241,110,187)
0 Favorites   0 Comments

Color spaces of #f16ebb

RGB 241110187
HSL0.900.820.69
HSV325°54°95°
CMYK 0.000.540.22   0.05
XYZ50.821233.440550.7898
Yxy33.44050.37630.2476
Hunter Lab57.827855.6739-11.5946
CIE-Lab64.516058.7733-16.2877

#f16ebb color RGB value is (241,110,187).

#f16ebb hex color red value is 241, green value is 110 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #f16ebb hue: 0.90 , saturation: 0.82 and the lightness value of f16ebb is 0.69.

The process color (four color CMYK) of #f16ebb color hex is 0.00, 0.54, 0.22, 0.05. Web safe color of #f16ebb is #ff66cc. Color #f16ebb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01101110 10111011
Octal 361 156 273
Decimal 241 110 187
Hex F1 6E BB

RGB Percentages of Color #f16ebb

%44.80
%20.45
%34.76

CMYK Percentages of Color #f16ebb

%0
%54
%22
%5

Triadic Colors of #f16ebb

#f16ebb #bbf16e #6ebbf1

Analogous Colors of #f16ebb

#f16ebb #f16e7a #e66ef1

Monochromatic Colors of #f16ebb

#f16ebb

Complementary Color

#f16ebb #6ef1a4

#f16ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f16ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f16ebb Color CSS Codes

.mybgcolor {background-color:#f16ebb; } 
.myforecolor {color:#f16ebb; }
.mybordercolor {border:3px solid #f16ebb; }

#f16ebb Text Font Color

<p style="color:#f16ebb">Text here</p>

This sample text font color is #f16ebb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#f16ebb Background Color

<div style="background-color:#f16ebb">
Div content here</div>

This div background color is #f16ebb


#f16ebb Border Color

<div style="border:3px solid #f16ebb">
Div here</div>

This div border color is #f16ebb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(241,110,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f16ebb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f16ebb;
  -webkit-box-shadow: 1px 1px 3px 2px #f16ebb;
  box-shadow:         1px 1px 3px 2px #f16ebb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(241,110,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f16ebb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #f16ebb;
  -webkit-box-shadow: 1px 1px 3px 2px #f16ebb;
  box-shadow:         1px 1px 3px 2px #f16ebb;">
Div content here</div>

This div box has shadow with color #f16ebb

Related Colors

#f16ebb Color Palettes


Comments

No comments written yet.

Please login to write comment.