Color Hex Logo

#f9777f Color Hex

#F9777F
(249,119,127)
0 Favorites   0 Comments

Color spaces of #f9777f

RGB 249119127
HSL0.990.920.72
HSV356°52°98°
CMYK 0.000.520.49   0.02
XYZ49.494534.865724.1998
Yxy34.86570.45590.3212
Hunter Lab59.047246.289617.0337
CIE-Lab65.644050.348819.6181

#f9777f color RGB value is (249,119,127).

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

The process color (four color CMYK) of #f9777f color hex is 0.00, 0.52, 0.49, 0.02. Web safe color of #f9777f is #ff6666. Color #f9777f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01110111 01111111
Octal 371 167 177
Decimal 249 119 127
Hex F9 77 7F

RGB Percentages of Color #f9777f

%50.30
%24.04
%25.66

CMYK Percentages of Color #f9777f

%0
%52
%49
%2

Triadic Colors of #f9777f

#f9777f #7ff977 #777ff9

Analogous Colors of #f9777f

#f9777f #f9b077 #f977c0

Monochromatic Colors of #f9777f

#f9777f

Complementary Color

#f9777f #77f9f1

#f9777f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9777f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9777f Color CSS Codes

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

#f9777f Text Font Color

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

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


#f9777f Background Color

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

This div background color is #f9777f


#f9777f Border Color

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

This div border color is #f9777f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9777f

Related Colors


Comments

No comments written yet.

Please login to write comment.