Color Hex Logo

#f16eac Color Hex

#F16EAC
(241,110,172)
0 Favorites   0 Comments

Color spaces of #f16eac

RGB 241110172
HSL0.920.820.69
HSV332°54°95°
CMYK 0.000.540.29   0.05
XYZ49.298032.831242.7685
Yxy32.83120.39470.2629
Hunter Lab57.298553.3039-4.1460
CIE-Lab64.024056.7984-8.4985

#f16eac color RGB value is (241,110,172).

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

The process color (four color CMYK) of #f16eac color hex is 0.00, 0.54, 0.29, 0.05. Web safe color of #f16eac is #ff6699. Color #f16eac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01101110 10101100
Octal 361 156 254
Decimal 241 110 172
Hex F1 6E AC

RGB Percentages of Color #f16eac

%46.08
%21.03
%32.89

CMYK Percentages of Color #f16eac

%0
%54
%29
%5

Triadic Colors of #f16eac

#f16eac #acf16e #6eacf1

Analogous Colors of #f16eac

#f16eac #f1726e #f16eee

Monochromatic Colors of #f16eac

#f16eac

Complementary Color

#f16eac #6ef1b3

#f16eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f16eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f16eac Color CSS Codes

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

#f16eac Text Font Color

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

This sample text font color is #f16eac
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.


#f16eac Background Color

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

This div background color is #f16eac


#f16eac Border Color

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

This div border color is #f16eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f16eac


Comments

No comments written yet.

Please login to write comment.