Color Hex Logo

#f979aa Color Hex

#F979AA
(249,121,170)
0 Favorites   0 Comments

Color spaces of #f979aa

RGB 249121170
HSL0.940.910.73
HSV337°51°98°
CMYK 0.000.510.32   0.02
XYZ53.160036.716842.3154
Yxy36.71680.40210.2778
Hunter Lab60.594450.55951.0116
CIE-Lab67.064053.9227-2.7380

#f979aa color RGB value is (249,121,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01111001 10101010
Octal 371 171 252
Decimal 249 121 170
Hex F9 79 AA

RGB Percentages of Color #f979aa

%46.11
%22.41
%31.48

CMYK Percentages of Color #f979aa

%0
%51
%32
%2

Triadic Colors of #f979aa

#f979aa #aaf979 #79aaf9

Analogous Colors of #f979aa

#f979aa #f98879 #f979ea

Monochromatic Colors of #f979aa

#f979aa

Complementary Color

#f979aa #79f9c8

#f979aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f979aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f979aa Color CSS Codes

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

#f979aa Text Font Color

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

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


#f979aa Background Color

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

This div background color is #f979aa


#f979aa Border Color

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

This div border color is #f979aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f979aa


Comments

No comments written yet.

Please login to write comment.