Color Hex Logo

#f16faa Color Hex

#F16FAA
(241,111,170)
0 Favorites   0 Comments

Color spaces of #f16faa

RGB 241111170
HSL0.920.820.69
HSV333°54°95°
CMYK 0.000.540.29   0.05
XYZ49.215832.971941.8005
Yxy32.97190.39690.2659
Hunter Lab57.421252.5057-2.9661
CIE-Lab64.138256.0829-7.1882

#f16faa color RGB value is (241,111,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 01101111 10101010
Octal 361 157 252
Decimal 241 111 170
Hex F1 6F AA

RGB Percentages of Color #f16faa

%46.17
%21.26
%32.57

CMYK Percentages of Color #f16faa

%0
%54
%29
%5

Triadic Colors of #f16faa

#f16faa #aaf16f #6faaf1

Analogous Colors of #f16faa

#f16faa #f1756f #f16feb

Monochromatic Colors of #f16faa

#f16faa

Complementary Color

#f16faa #6ff1b6

#f16faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f16faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f16faa Color CSS Codes

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

#f16faa Text Font Color

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

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


#f16faa Background Color

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

This div background color is #f16faa


#f16faa Border Color

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

This div border color is #f16faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f16faa


Comments

No comments written yet.

Please login to write comment.