COLOR #F59DA1

HEX: #F59DA1 RGB: (245,157,161)

Color info

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

RGB color model

#F59DA1 color RGB value is (245,157,161).

RGB: (245,157,161) (96%, 62%, 63%)

RGB channels and saturation

R 245 of 255 = 96%
G 157 of 255 = 62%
B 161 of 255 = 63%

245
157
161

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

Portions of RGB colors in percentages

R + G + B = 245 + 157 + 161 = 563 (100%)
R 245 of 563 ~ 43.52%
G 157 of 563 ~ 27.89%
B 161 of 563 ~ 28.6'%

%43.52
%27.89
%28.6

CMYK color model

#F59DA1 color CMYK value is (0,36,34,4).

  • cyan value is 0.00%
  • magenta value is 35.92%
  • yellow value is 34.29%
  • key color value is 3.92%

CMYK: (0,36,34,4)
C0M36Y34K4 (0%, 36%, 34%, 4%)
(0.00 / 0.36 / 0.34 / 0.04)

CMYK percentages

%0
%35.92
%34.29
%3.92

Codes

Color #F59DA1 in popluar color models

F5 9D A1
RGB 245 157 161
HSL 357° 81.48% 78.82%
HSB/HSV 357° 35.92% 96.08%
CMYK 0.00% 35.92% 34.29%
3.92%

Color #F59DA1 in popluar number systems.

HEX F5 9D A1
Decimal 245 157 161
Binary 11110101 10011101 10100001
Octal 365 235 241

Shades and tints

Shades of #F59DA1

#F59DA1
(245,157,161)
#DF8F93
(223,143,147)
#C98185
(201,129,133)
#B37377
(179,115,119)
#9D6569
(157,101,105)
#87575B
(135,87,91)
#71494D
(113,73,77)
#5B3B3F
(91,59,63)
#452D31
(69,45,49)
#2F1F23
(47,31,35)
#191115
(25,17,21)
#000000
(0,0,0)

Tints of #F59DA1

#F59DA1
(245,157,161)
#F5A5A9
(245,165,169)
#F5ADB1
(245,173,177)
#F5B5B9
(245,181,185)
#F5BDC1
(245,189,193)
#F5C5C9
(245,197,201)
#F5CDD1
(245,205,209)
#F5D5D9
(245,213,217)
#F5DDE1
(245,221,225)
#F5E5E9
(245,229,233)
#F5EDF1
(245,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F59DA1; }

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

This text font color is #F59DA1.

Background Color

.myBgColor { background-color: #F59DA1; }

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

This div background color is #F59DA1.

Border color

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

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

This div border color is #F59DA1.

Opacity

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

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

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

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

This text has shadow with #F59DA1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F59DA1.

Preview

Color preview on black background

This text has color #F59DA1 on black background.


Color preview on white background

This text has color #F59DA1 on white background.


Black color preview on #F59DA1 background

This text has black color on #F59DA1 background.


White color preview on #F59DA1 background

This text has white color on #F59DA1 background.


Related colors

Complementary color

Complementary color for #hex is #0A625E.


I love getcolorcode.com

Triadic colors

1 #A1F59D and #9DA1F5 with #F59DA1 are triadic colors.

2 #A19DF5 and #9DF5A1 with #F59DA1 are triadic colors.