Color Hex Logo

#f191bd Color Hex

#F191BD
(241,145,189)
0 Favorites   0 Comments

Color spaces of #f191bd

RGB 241145189
HSL0.920.770.76
HSV333°40°95°
CMYK 0.000.400.22   0.05
XYZ55.586342.625753.4420
Yxy42.62570.36650.2811
Hunter Lab65.288437.7197-2.8302
CIE-Lab71.300241.8378-7.2451

#f191bd color RGB value is (241,145,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 10010001 10111101
Octal 361 221 275
Decimal 241 145 189
Hex F1 91 BD

RGB Percentages of Color #f191bd

%41.91
%25.22
%32.87

CMYK Percentages of Color #f191bd

%0
%40
%22
%5

Triadic Colors of #f191bd

#f191bd #bdf191 #91bdf1

Analogous Colors of #f191bd

#f191bd #f19591 #f191ed

Monochromatic Colors of #f191bd

#f191bd

Complementary Color

#f191bd #91f1c5

#f191bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f191bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f191bd Color CSS Codes

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

#f191bd Text Font Color

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

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


#f191bd Background Color

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

This div background color is #f191bd


#f191bd Border Color

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

This div border color is #f191bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f191bd


Comments

No comments written yet.

Please login to write comment.