COLOR #F5A69F

HEX: #F5A69F RGB: (245,166,159)

Color info

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

RGB color model

#F5A69F color RGB value is (245,166,159).

RGB: (245,166,159) (96%, 65%, 62%)

RGB channels and saturation

R 245 of 255 = 96%
G 166 of 255 = 65%
B 159 of 255 = 62%

245
166
159

R + G + B ~ 74%. #F5A69F is quite light color.

Portions of RGB colors in percentages

R + G + B = 245 + 166 + 159 = 570 (100%)
R 245 of 570 ~ 42.98%
G 166 of 570 ~ 29.12%
B 159 of 570 ~ 27.89'%

%42.98
%29.12
%27.89

CMYK color model

#F5A69F color CMYK value is (0,32,35,4).

  • cyan value is 0.00%
  • magenta value is 32.24%
  • yellow value is 35.10%
  • key color value is 3.92%

CMYK: (0,32,35,4)
C0M32Y35K4 (0%, 32%, 35%, 4%)
(0.00 / 0.32 / 0.35 / 0.04)

CMYK percentages

%0
%32.24
%35.1
%3.92

Codes

Color #F5A69F in popluar color models

F5 A6 9F
RGB 245 166 159
HSL 81.13% 79.22%
HSB/HSV 35.10% 96.08%
CMYK 0.00% 32.24% 35.10%
3.92%

Color #F5A69F in popluar number systems.

HEX F5 A6 9F
Decimal 245 166 159
Binary 11110101 10100110 10011111
Octal 365 246 237

Shades and tints

Shades of #F5A69F

#F5A69F
(245,166,159)
#DF9791
(223,151,145)
#C98883
(201,136,131)
#B37975
(179,121,117)
#9D6A67
(157,106,103)
#875B59
(135,91,89)
#714C4B
(113,76,75)
#5B3D3D
(91,61,61)
#452E2F
(69,46,47)
#2F1F21
(47,31,33)
#191013
(25,16,19)
#000000
(0,0,0)

Tints of #F5A69F

#F5A69F
(245,166,159)
#F5AEA7
(245,174,167)
#F5B6AF
(245,182,175)
#F5BEB7
(245,190,183)
#F5C6BF
(245,198,191)
#F5CEC7
(245,206,199)
#F5D6CF
(245,214,207)
#F5DED7
(245,222,215)
#F5E6DF
(245,230,223)
#F5EEE7
(245,238,231)
#F5F6EF
(245,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5A69F color. Also use rgb(245,166,159) instead hex code.

Text Font Color

.myTextColor { color: #F5A69F; }

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

This text font color is #F5A69F.

Background Color

.myBgColor { background-color: #F5A69F; }

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

This div background color is #F5A69F.

Border color

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

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

This div border color is #F5A69F.

Opacity

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

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

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

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

This text has shadow with #F5A69F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5A69F.

Preview

Color preview on black background

This text has color #F5A69F on black background.


Color preview on white background

This text has color #F5A69F on white background.


Black color preview on #F5A69F background

This text has black color on #F5A69F background.


White color preview on #F5A69F background

This text has white color on #F5A69F background.


Related colors

Complementary color

Complementary color for #hex is #0A5960.


I love getcolorcode.com

Triadic colors

1 #9FF5A6 and #A69FF5 with #F5A69F are triadic colors.

2 #9FA6F5 and #A6F59F with #F5A69F are triadic colors.