Color Hex Logo

#f16aac Color Hex

#F16AAC
(241,106,172)
0 Favorites   0 Comments

Color spaces of #f16aac

RGB 241106172
HSL0.920.830.68
HSV331°56°95°
CMYK 0.000.560.29   0.05
XYZ48.876131.987442.6279
Yxy31.98740.39580.2590
Hunter Lab56.557455.2817-5.0973
CIE-Lab63.332558.6298-9.5301

#f16aac color RGB value is (241,106,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 01101010 10101100
Octal 361 152 254
Decimal 241 106 172
Hex F1 6A AC

RGB Percentages of Color #f16aac

%46.44
%20.42
%33.14

CMYK Percentages of Color #f16aac

%0
%56
%29
%5

Triadic Colors of #f16aac

#f16aac #acf16a #6aacf1

Analogous Colors of #f16aac

#f16aac #f16c6a #f16af0

Monochromatic Colors of #f16aac

#f16aac

Complementary Color

#f16aac #6af1af

#f16aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f16aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f16aac Color CSS Codes

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

#f16aac Text Font Color

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

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


#f16aac Background Color

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

This div background color is #f16aac


#f16aac Border Color

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

This div border color is #f16aac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(241,106,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 #f16aac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f16aac


Comments

No comments written yet.

Please login to write comment.