COLOR #F5A493

HEX: #F5A493
RGB: (245,164,147)

Color info

#F5A493 contains mainly red color. Web safe color of #F5A493 is #FF9999 (or #F99).

RGB color model

#F5A493 color RGB value is (245,164,147).

  • red value is 245;
  • green value is 164;
  • blue value is 147.
RGB: (245,164,147) (96%,64%,58%)

RGB channels and saturation

R 245 of 255 = 96%
G 164 of 255 = 64%
B 147 of 255 = 58%

245
164
147

R + G + B ~ 73%. #F5A493 is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 164 + 147 = 556 (100%)
R 245 of 556 ~ 44.06%
G 164 of 556 ~ 29.5%
B 147 of 556 ~ 26.44%

%44.06
%29.5
%26.44

CMYK color model

#F5A493 color CMYK value is (0,33,40,4).

  • cyan value is 0.00%
  • magenta value is 33.06%
  • yellow value is 40.00%
  • key color value is 3.92%
CMYK: (0,33,40,4) C0M33Y40K4 (0%,33%,40%,4%) (0.00/0.33/0.40/0.04)

CMYK percentages

%0
%33.06
%40
%3.92

Codes

Color #F5A493 in popluar color models

F5A493
RGB245164147
HSL10°83.05%76.86%
HSB/HSV10°40.00%96.08%
CMYK0.00%33.06%40.00%
3.92%

Color #F5A493 in popluar number systems.

HEXF5A493
Decimal245164147
Binary111101011010010010010011
Octal365244223

Shades and tints

Shades of #F5A493

#F5A493
(245,164,147)
#DF9686
(223,150,134)
#C98879
(201,136,121)
#B37A6C
(179,122,108)
#9D6C5F
(157,108,95)
#875E52
(135,94,82)
#715045
(113,80,69)
#5B4238
(91,66,56)
#45342B
(69,52,43)
#2F261E
(47,38,30)
#191811
(25,24,17)
#000000
(0,0,0)

Tints of #F5A493

#F5A493
(245,164,147)
#F5AC9C
(245,172,156)
#F5B4A5
(245,180,165)
#F5BCAE
(245,188,174)
#F5C4B7
(245,196,183)
#F5CCC0
(245,204,192)
#F5D4C9
(245,212,201)
#F5DCD2
(245,220,210)
#F5E4DB
(245,228,219)
#F5ECE4
(245,236,228)
#F5F4ED
(245,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5A493 color. Also use rgb(245,164,147) instead hex code.

Text Font Color

.myTextColor { color: #F5A493; }

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

This text font color is #F5A493.


Background Color

.myBgColor { background-color: #F5A493; }

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

This div background color is #F5A493.


Border color

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

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

This div border color is #F5A493.


Opacity

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

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

Text with #F5A493 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 #F5A493;}

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

This text has shadow with #F5A493 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #F5A493 on black background.


Color preview on white background

This text has color #F5A493 on white background.



Black color preview on #F5A493 background

This text has black color on #F5A493 background.


White color preview on #F5A493 background

This text has white color on #F5A493 background.