Color Hex Logo

#f191ac Color Hex

#F191AC
(241,145,172)
0 Favorites   0 Comments

Color spaces of #f191ac

RGB 241145172
HSL0.950.770.76
HSV343°40°95°
CMYK 0.000.400.29   0.05
XYZ53.847441.930144.2850
Yxy41.93010.38450.2994
Hunter Lab64.753535.11774.7789
CIE-Lab70.822739.48961.5123

#f191ac color RGB value is (241,145,172).

#f191ac hex color red value is 241, green value is 145 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #f191ac hue: 0.95 , saturation: 0.77 and the lightness value of f191ac is 0.76.

The process color (four color CMYK) of #f191ac color hex is 0.00, 0.40, 0.29, 0.05. Web safe color of #f191ac is #ff9999. Color #f191ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10010001 10101100
Octal 361 221 254
Decimal 241 145 172
Hex F1 91 AC

RGB Percentages of Color #f191ac

%43.19
%25.99
%30.82

CMYK Percentages of Color #f191ac

%0
%40
%29
%5

Triadic Colors of #f191ac

#f191ac #acf191 #91acf1

Analogous Colors of #f191ac

#f191ac #f1a691 #f191dc

Monochromatic Colors of #f191ac

#f191ac

Complementary Color

#f191ac #91f1d6

#f191ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f191ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f191ac Color CSS Codes

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

#f191ac Text Font Color

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

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


#f191ac Background Color

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

This div background color is #f191ac


#f191ac Border Color

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

This div border color is #f191ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f191ac


Comments

No comments written yet.

Please login to write comment.