Color Hex Logo

#f171ac Color Hex

#F171AC
(241,113,172)
0 Favorites   0 Comments

Color spaces of #f171ac

RGB 241113172
HSL0.920.820.69
HSV332°53°95°
CMYK 0.000.530.29   0.05
XYZ49.627133.489642.8782
Yxy33.48960.39390.2658
Hunter Lab57.870251.8014-3.4210
CIE-Lab64.555455.3998-7.7074

#f171ac color RGB value is (241,113,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 01110001 10101100
Octal 361 161 254
Decimal 241 113 172
Hex F1 71 AC

RGB Percentages of Color #f171ac

%45.82
%21.48
%32.70

CMYK Percentages of Color #f171ac

%0
%53
%29
%5

Triadic Colors of #f171ac

#f171ac #acf171 #71acf1

Analogous Colors of #f171ac

#f171ac #f17671 #f171ec

Monochromatic Colors of #f171ac

#f171ac

Complementary Color

#f171ac #71f1b6

#f171ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f171ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f171ac Color CSS Codes

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

#f171ac Text Font Color

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

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


#f171ac Background Color

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

This div background color is #f171ac


#f171ac Border Color

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

This div border color is #f171ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f171ac


Comments

No comments written yet.

Please login to write comment.