Color Hex Logo

#f191ae Color Hex

#F191AE
(241,145,174)
0 Favorites   0 Comments

Color spaces of #f191ae

RGB 241145174
HSL0.950.770.76
HSV342°40°95°
CMYK 0.000.400.28   0.05
XYZ54.041042.007645.3044
Yxy42.00760.38230.2972
Hunter Lab64.813335.40923.9256
CIE-Lab70.876239.75440.4761

#f191ae color RGB value is (241,145,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 10010001 10101110
Octal 361 221 256
Decimal 241 145 174
Hex F1 91 AE

RGB Percentages of Color #f191ae

%43.04
%25.89
%31.07

CMYK Percentages of Color #f191ae

%0
%40
%28
%5

Triadic Colors of #f191ae

#f191ae #aef191 #91aef1

Analogous Colors of #f191ae

#f191ae #f1a491 #f191de

Monochromatic Colors of #f191ae

#f191ae

Complementary Color

#f191ae #91f1d4

#f191ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f191ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#f191ae Color CSS Codes

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

#f191ae Text Font Color

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

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


#f191ae Background Color

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

This div background color is #f191ae


#f191ae Border Color

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

This div border color is #f191ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f191ae


Comments

No comments written yet.

Please login to write comment.