Color Hex Logo

#f191bb Color Hex

#F191BB
(241,145,187)
0 Favorites   0 Comments

Color spaces of #f191bb

RGB 241145187
HSL0.930.770.76
HSV334°40°95°
CMYK 0.000.400.22   0.05
XYZ55.370742.539452.3063
Yxy42.53940.36860.2832
Hunter Lab65.222237.3994-1.8933
CIE-Lab71.241241.5506-6.2212

#f191bb color RGB value is (241,145,187).

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

The process color (four color CMYK) of #f191bb color hex is 0.00, 0.40, 0.22, 0.05. Web safe color of #f191bb is #ff99cc. Color #f191bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10010001 10111011
Octal 361 221 273
Decimal 241 145 187
Hex F1 91 BB

RGB Percentages of Color #f191bb

%42.06
%25.31
%32.64

CMYK Percentages of Color #f191bb

%0
%40
%22
%5

Triadic Colors of #f191bb

#f191bb #bbf191 #91bbf1

Analogous Colors of #f191bb

#f191bb #f19791 #f191eb

Monochromatic Colors of #f191bb

#f191bb

Complementary Color

#f191bb #91f1c7

#f191bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f191bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f191bb Color CSS Codes

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

#f191bb Text Font Color

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

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


#f191bb Background Color

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

This div background color is #f191bb


#f191bb Border Color

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

This div border color is #f191bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f191bb


Comments

No comments written yet.

Please login to write comment.