Color Hex Logo

#f97fbb Color Hex

#F97FBB
(249,127,187)
0 Favorites   0 Comments

Color spaces of #f97fbb

RGB 249127187
HSL0.920.910.74
HSV330°49°98°
CMYK 0.000.490.25   0.02
XYZ55.625938.906351.5916
Yxy38.90630.38070.2663
Hunter Lab62.374950.0301-5.3776
CIE-Lab68.683353.2166-9.9147

#f97fbb color RGB value is (249,127,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01111111 10111011
Octal 371 177 273
Decimal 249 127 187
Hex F9 7F BB

RGB Percentages of Color #f97fbb

%44.23
%22.56
%33.21

CMYK Percentages of Color #f97fbb

%0
%49
%25
%2

Triadic Colors of #f97fbb

#f97fbb #bbf97f #7fbbf9

Analogous Colors of #f97fbb

#f97fbb #f9807f #f97ff8

Monochromatic Colors of #f97fbb

#f97fbb

Complementary Color

#f97fbb #7ff9bd

#f97fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f97fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f97fbb Color CSS Codes

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

#f97fbb Text Font Color

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

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


#f97fbb Background Color

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

This div background color is #f97fbb


#f97fbb Border Color

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

This div border color is #f97fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f97fbb


Comments

No comments written yet.

Please login to write comment.