Color Hex Logo

#f49997 Color Hex

#F49997
(244,153,151)
0 Favorites   0 Comments

Color spaces of #f49997

RGB 244153151
HSL0.000.810.77
HSV38°96°
CMYK 0.000.370.38   0.04
XYZ54.285444.249934.9581
Yxy44.24990.40670.3315
Hunter Lab66.520629.257315.4062
CIE-Lab72.395233.830215.4564

#f49997 color RGB value is (244,153,151).

#f49997 hex color red value is 244, green value is 153 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #f49997 hue: 0.00 , saturation: 0.81 and the lightness value of f49997 is 0.77.

The process color (four color CMYK) of #f49997 color hex is 0.00, 0.37, 0.38, 0.04. Web safe color of #f49997 is #ff9999. Color #f49997 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 10011001 10010111
Octal 364 231 227
Decimal 244 153 151
Hex F4 99 97

RGB Percentages of Color #f49997

%44.53
%27.92
%27.55

CMYK Percentages of Color #f49997

%0
%37
%38
%4

Triadic Colors of #f49997

#f49997 #97f499 #9997f4

Analogous Colors of #f49997

#f49997 #f4c897 #f497c4

Monochromatic Colors of #f49997

#f49997

Complementary Color

#f49997 #97f2f4

#f49997 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f49997 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f49997 Color CSS Codes

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

#f49997 Text Font Color

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

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


#f49997 Background Color

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

This div background color is #f49997


#f49997 Border Color

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

This div border color is #f49997


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(244,153,151, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f49997; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f49997;
  -webkit-box-shadow: 1px 1px 3px 2px #f49997;
  box-shadow:         1px 1px 3px 2px #f49997; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,153,151, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f49997


Comments

No comments written yet.

Please login to write comment.