Color Hex Logo

#f49091 Color Hex

#F49091
(244,144,145)
0 Favorites   0 Comments

Color spaces of #f49091

RGB 244144145
HSL1.000.820.76
HSV359°41°96°
CMYK 0.000.410.41   0.04
XYZ52.392341.223931.9837
Yxy41.22390.41710.3282
Hunter Lab64.205833.296715.4092
CIE-Lab70.332537.841715.8998

#f49091 color RGB value is (244,144,145).

#f49091 hex color red value is 244, green value is 144 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #f49091 hue: 1.00 , saturation: 0.82 and the lightness value of f49091 is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 10010000 10010001
Octal 364 220 221
Decimal 244 144 145
Hex F4 90 91

RGB Percentages of Color #f49091

%45.78
%27.02
%27.20

CMYK Percentages of Color #f49091

%0
%41
%41
%4

Triadic Colors of #f49091

#f49091 #91f490 #9091f4

Analogous Colors of #f49091

#f49091 #f4c190 #f490c3

Monochromatic Colors of #f49091

#f49091

Complementary Color

#f49091 #90f4f3

#f49091 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f49091 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f49091 Color CSS Codes

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

#f49091 Text Font Color

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

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


#f49091 Background Color

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

This div background color is #f49091


#f49091 Border Color

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

This div border color is #f49091


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f49091


Comments

No comments written yet.

Please login to write comment.