COLOR #F49589

HEX: #F49589
RGB: (244,149,137)

Renk bilgisi

#F49589 contains mainly red color. #F49589 ‘ nin web güvenlik rengi #FF9999 (ya da #F99) dir.

RGB renk modeli

#F49589 color RGB value is (244,149,137).

  • kırmız ton 244;
  • yeşil ton 149;
  • mavi ton 137.
RGB:
(244,149,137)
(96%,58%,54%)

RGB bağlantıları ve doygunluk

R 244 of 255 = 96%
G 149 of 255 = 58%
B 137 of 255 = 54%

244
149
137

R + G + B ~ 69%. #F49589 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
244 + 149 + 137 = 530 (100%)
R 244 of 530 ~ 46.04%
G 149 of 530 ~ 28.11%
B 137 of 530 ~ 25.85%

%46.04
%28.11
%25.85

CMYK RENK MODELİ

#F49589 rengi CMYK tonu (0,39,44,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 38.93%
  • sarı tonu 43.85%
  • ana renk tonu 4.31%
CMYK:
(0,39,44,4)
C0M39Y44K4 
(0%,39%,44%,4%)
(0.00/0.39/0.44/0.04)	

CMYK yüzdeleri

%0
%38.93
%43.85
%4.31

Codes

Color #F49589 in popluar color models

F49589
RGB244149137
HSL82.95%74.71%
HSB/HSV43.85%95.69%
CMYK0.00%38.93%43.85%
4.31%

Color #F49589 in popluar number systems.

HEXF49589
Decimal244149137
Binary111101001001010110001001
Octal364225211

Shades and tints

Shades of #F49589

#F49589
(244,149,137)
#DE887D
(222,136,125)
#C87B71
(200,123,113)
#B26E65
(178,110,101)
#9C6159
(156,97,89)
#86544D
(134,84,77)
#704741
(112,71,65)
#5A3A35
(90,58,53)
#442D29
(68,45,41)
#2E201D
(46,32,29)
#181311
(24,19,17)
#000000
(0,0,0)

Tints of #F49589

#F49589
(244,149,137)
#F59E93
(245,158,147)
#F6A79D
(246,167,157)
#F7B0A7
(247,176,167)
#F8B9B1
(248,185,177)
#F9C2BB
(249,194,187)
#FACBC5
(250,203,197)
#FBD4CF
(251,212,207)
#FCDDD9
(252,221,217)
#FDE6E3
(253,230,227)
#FEEFED
(254,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F49589 color. Also use rgb(244,149,137) instead hex code.

Text Font Color

.myTextColor { color: #F49589; }

<p style="color:#F49589">This sample text font color is #F49589.</p>

This text font color is #F49589.


Background Color

.myBgColor { background-color: #F49589; }

<div style="background-color:#F49589">Inner text</div>

This div background color is #F49589.


Border color

.myBorderColor { border: 1px solid #F49589; }

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

This div border color is #F49589.


Opacity

.myOpacity80 { color: #F49589; opacity: 0.8; }

<p style="color:#F49589;opacity:0.8;">80%</p>

Text with #F49589 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #F49589;}

<p style="text-shadow: 3px 3px 1px #F49589">Text here.</p>

This text has shadow with #F49589 color.

.textShadow {text-shadow: 3px 3px 1px #F49589, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #F49589, 5px 5px 20px red">Text here.</p>

This text has shadow with #F49589 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F49589, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#F49589, Direction=45, Strength=4)">Text</p>

This text has shadow with #F49589 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #F49589;
  -webkit-box-shadow:	1px 1px 3px 2px #F49589;
  box-shadow:		1px 1px 3px 2px #F49589;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F49589;
-webkit-box-shadow: 1px 1px 3px 2px #F49589;
box-shadow:1px 1px 3px 2px #F49589;">
Div content here</div>
This div box has shadow with color #F49589.

Preview

Color preview on black background

This text has color #F49589 on black background.


Color preview on white background

This text has color #F49589 on white background.



Black color preview on #F49589 background

This text has black color on #F49589 background.


White color preview on #F49589 background

This text has white color on #F49589 background.