Color Hex Logo

#f191aa Color Hex

#F191AA
(241,145,170)
0 Favorites   0 Comments

Color spaces of #f191aa

RGB 241145170
HSL0.960.770.76
HSV344°40°95°
CMYK 0.000.400.29   0.05
XYZ53.656741.853843.2808
Yxy41.85380.38660.3016
Hunter Lab64.694534.82995.6210
CIE-Lab70.770039.22772.5501

#f191aa color RGB value is (241,145,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 10010001 10101010
Octal 361 221 252
Decimal 241 145 170
Hex F1 91 AA

RGB Percentages of Color #f191aa

%43.35
%26.08
%30.58

CMYK Percentages of Color #f191aa

%0
%40
%29
%5

Triadic Colors of #f191aa

#f191aa #aaf191 #91aaf1

Analogous Colors of #f191aa

#f191aa #f1a891 #f191da

Monochromatic Colors of #f191aa

#f191aa

Complementary Color

#f191aa #91f1d8

#f191aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f191aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f191aa Color CSS Codes

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

#f191aa Text Font Color

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

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


#f191aa Background Color

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

This div background color is #f191aa


#f191aa Border Color

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

This div border color is #f191aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f191aa


Comments

No comments written yet.

Please login to write comment.