Color Hex Logo

#f96fba Color Hex

#F96FBA
(249,111,186)
0 Favorites   0 Comments

Color spaces of #f96fba

RGB 249111186
HSL0.910.920.71
HSV327°55°98°
CMYK 0.000.550.25   0.02
XYZ53.614335.053850.3946
Yxy35.05380.38550.2521
Hunter Lab59.206258.0300-9.0215
CIE-Lab65.790560.5821-13.6869

#f96fba color RGB value is (249,111,186).

#f96fba hex color red value is 249, green value is 111 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #f96fba hue: 0.91 , saturation: 0.92 and the lightness value of f96fba is 0.71.

The process color (four color CMYK) of #f96fba color hex is 0.00, 0.55, 0.25, 0.02. Web safe color of #f96fba is #ff66cc. Color #f96fba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01101111 10111010
Octal 371 157 272
Decimal 249 111 186
Hex F9 6F BA

RGB Percentages of Color #f96fba

%45.60
%20.33
%34.07

CMYK Percentages of Color #f96fba

%0
%55
%25
%2

Triadic Colors of #f96fba

#f96fba #baf96f #6fbaf9

Analogous Colors of #f96fba

#f96fba #f96f75 #f36ff9

Monochromatic Colors of #f96fba

#f96fba

Complementary Color

#f96fba #6ff9ae

#f96fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f96fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f96fba Color CSS Codes

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

#f96fba Text Font Color

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

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


#f96fba Background Color

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

This div background color is #f96fba


#f96fba Border Color

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

This div border color is #f96fba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,111,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 #f96fba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f96fba


Comments

No comments written yet.

Please login to write comment.