Color Hex Logo

#f191bc Color Hex

#F191BC
(241,145,188)
0 Favorites   0 Comments

Color spaces of #f191bc

RGB 241145188
HSL0.930.770.76
HSV333°40°95°
CMYK 0.000.400.22   0.05
XYZ55.478142.582452.8722
Yxy42.58240.36760.2821
Hunter Lab65.255237.5590-2.3603
CIE-Lab71.270641.6938-6.7334

#f191bc color RGB value is (241,145,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 10010001 10111100
Octal 361 221 274
Decimal 241 145 188
Hex F1 91 BC

RGB Percentages of Color #f191bc

%41.99
%25.26
%32.75

CMYK Percentages of Color #f191bc

%0
%40
%22
%5

Triadic Colors of #f191bc

#f191bc #bcf191 #91bcf1

Analogous Colors of #f191bc

#f191bc #f19691 #f191ec

Monochromatic Colors of #f191bc

#f191bc

Complementary Color

#f191bc #91f1c6

#f191bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f191bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f191bc Color CSS Codes

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

#f191bc Text Font Color

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

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


#f191bc Background Color

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

This div background color is #f191bc


#f191bc Border Color

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

This div border color is #f191bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f191bc


Comments

No comments written yet.

Please login to write comment.