Color Hex Logo

#f97faa Color Hex

#F97FAA
(249,127,170)
0 Favorites   0 Comments

Color spaces of #f97faa

RGB 249127170
HSL0.940.910.74
HSV339°49°98°
CMYK 0.000.490.32   0.02
XYZ53.912038.220842.5661
Yxy38.22080.40020.2837
Hunter Lab61.823047.46862.4540
CIE-Lab68.183051.0328-1.0963

#f97faa color RGB value is (249,127,170).

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

The process color (four color CMYK) of #f97faa color hex is 0.00, 0.49, 0.32, 0.02. Web safe color of #f97faa is #ff6699. Color #f97faa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01111111 10101010
Octal 371 177 252
Decimal 249 127 170
Hex F9 7F AA

RGB Percentages of Color #f97faa

%45.60
%23.26
%31.14

CMYK Percentages of Color #f97faa

%0
%49
%32
%2

Triadic Colors of #f97faa

#f97faa #aaf97f #7faaf9

Analogous Colors of #f97faa

#f97faa #f9917f #f97fe7

Monochromatic Colors of #f97faa

#f97faa

Complementary Color

#f97faa #7ff9ce

#f97faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f97faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f97faa Color CSS Codes

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

#f97faa Text Font Color

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

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


#f97faa Background Color

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

This div background color is #f97faa


#f97faa Border Color

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

This div border color is #f97faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f97faa

Related Colors

#f97faa Color Palettes


Comments

No comments written yet.

Please login to write comment.