COLOR #F59DA6

HEX: #F59DA6
RGB: (245,157,166)

Color info

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

RGB color model

#F59DA6 color RGB value is (245,157,166).

  • red value is 245;
  • green value is 157;
  • blue value is 166.
RGB:
(245,157,166)
(96%,62%,65%)

RGB channels and saturation

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

245
157
166

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

Portions of RGB colors in percentages

R + G + B =
245 + 157 + 166 = 568 (100%)
R 245 of 568 ~ 43.13%
G 157 of 568 ~ 27.64%
B 166 of 568 ~ 29.23%

%43.13
%27.64
%29.23

CMYK color model

#F59DA6 color CMYK value is (0,36,32,4).

  • cyan value is 0.00%
  • magenta value is 35.92%
  • yellow value is 32.24%
  • key color value is 3.92%
CMYK:
(0,36,32,4)
C0M36Y32K4 
(0%,36%,32%,4%)
(0.00/0.36/0.32/0.04)	

CMYK percentages

%0
%35.92
%32.24
%3.92

Codes

Color #F59DA6 in popluar color models

F59DA6
RGB245157166
HSL354°81.48%78.82%
HSB/HSV354°35.92%96.08%
CMYK0.00%35.92%32.24%
3.92%

Color #F59DA6 in popluar number systems.

HEXF59DA6
Decimal245157166
Binary111101011001110110100110
Octal365235246

Shades and tints

Shades of #F59DA6

#F59DA6
(245,157,166)
#DF8F97
(223,143,151)
#C98188
(201,129,136)
#B37379
(179,115,121)
#9D656A
(157,101,106)
#87575B
(135,87,91)
#71494C
(113,73,76)
#5B3B3D
(91,59,61)
#452D2E
(69,45,46)
#2F1F1F
(47,31,31)
#191110
(25,17,16)
#000000
(0,0,0)

Tints of #F59DA6

#F59DA6
(245,157,166)
#F5A5AE
(245,165,174)
#F5ADB6
(245,173,182)
#F5B5BE
(245,181,190)
#F5BDC6
(245,189,198)
#F5C5CE
(245,197,206)
#F5CDD6
(245,205,214)
#F5D5DE
(245,213,222)
#F5DDE6
(245,221,230)
#F5E5EE
(245,229,238)
#F5EDF6
(245,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F59DA6; }

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

This text font color is #F59DA6.


Background Color

.myBgColor { background-color: #F59DA6; }

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

This div background color is #F59DA6.


Border color

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

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

This div border color is #F59DA6.


Opacity

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

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

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

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

This text has shadow with #F59DA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F59DA6 on black background.


Color preview on white background

This text has color #F59DA6 on white background.



Black color preview on #F59DA6 background

This text has black color on #F59DA6 background.


White color preview on #F59DA6 background

This text has white color on #F59DA6 background.