Color Hex Logo

#f991ba Color Hex

#F991BA
(249,145,186)
0 Favorites   0 Comments

Color spaces of #f991ba

RGB 249145186
HSL0.930.900.77
HSV336°42°98°
CMYK 0.000.420.25   0.02
XYZ58.055243.935751.8750
Yxy43.93570.37730.2855
Hunter Lab66.284040.3431-0.0026
CIE-Lab72.185544.1229-4.1614

#f991ba color RGB value is (249,145,186).

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

The process color (four color CMYK) of #f991ba color hex is 0.00, 0.42, 0.25, 0.02. Web safe color of #f991ba is #ff99cc. Color #f991ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10010001 10111010
Octal 371 221 272
Decimal 249 145 186
Hex F9 91 BA

RGB Percentages of Color #f991ba

%42.93
%25.00
%32.07

CMYK Percentages of Color #f991ba

%0
%42
%25
%2

Triadic Colors of #f991ba

#f991ba #baf991 #91baf9

Analogous Colors of #f991ba

#f991ba #f99c91 #f991ee

Monochromatic Colors of #f991ba

#f991ba

Complementary Color

#f991ba #91f9d0

#f991ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f991ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f991ba Color CSS Codes

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

#f991ba Text Font Color

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

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


#f991ba Background Color

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

This div background color is #f991ba


#f991ba Border Color

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

This div border color is #f991ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f991ba

Related Colors


Comments

No comments written yet.

Please login to write comment.