COLOR #F59EA7

HEX: #F59EA7 RGB: (245,158,167)

Color info

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

RGB color model

#F59EA7 color RGB value is (245,158,167).

RGB: (245,158,167) (96%, 62%, 65%)

RGB channels and saturation

R 245 of 255 = 96%
G 158 of 255 = 62%
B 167 of 255 = 65%

245
158
167

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

Portions of RGB colors in percentages

R + G + B = 245 + 158 + 167 = 570 (100%)
R 245 of 570 ~ 42.98%
G 158 of 570 ~ 27.72%
B 167 of 570 ~ 29.3'%

%42.98
%27.72
%29.3

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 35.51%
  • yellow value is 31.84%
  • 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.51
%31.84
%3.92

Codes

Color #F59EA7 in popluar color models

F5 9E A7
RGB 245 158 167
HSL 354° 81.31% 79.02%
HSB/HSV 354° 35.51% 96.08%
CMYK 0.00% 35.51% 31.84%
3.92%

Color #F59EA7 in popluar number systems.

HEX F5 9E A7
Decimal 245 158 167
Binary 11110101 10011110 10100111
Octal 365 236 247

Shades and tints

Shades of #F59EA7

#F59EA7
(245,158,167)
#DF9098
(223,144,152)
#C98289
(201,130,137)
#B3747A
(179,116,122)
#9D666B
(157,102,107)
#87585C
(135,88,92)
#714A4D
(113,74,77)
#5B3C3E
(91,60,62)
#452E2F
(69,46,47)
#2F2020
(47,32,32)
#191211
(25,18,17)
#000000
(0,0,0)

Tints of #F59EA7

#F59EA7
(245,158,167)
#F5A6AF
(245,166,175)
#F5AEB7
(245,174,183)
#F5B6BF
(245,182,191)
#F5BEC7
(245,190,199)
#F5C6CF
(245,198,207)
#F5CED7
(245,206,215)
#F5D6DF
(245,214,223)
#F5DEE7
(245,222,231)
#F5E6EF
(245,230,239)
#F5EEF7
(245,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F59EA7 color. Also use rgb(245,158,167) instead hex code.

Text Font Color

.myTextColor { color: #F59EA7; }

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

This text font color is #F59EA7.

Background Color

.myBgColor { background-color: #F59EA7; }

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

This div background color is #F59EA7.

Border color

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

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

This div border color is #F59EA7.

Opacity

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

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

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

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

This text has shadow with #F59EA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F59EA7.

Preview

Color preview on black background

This text has color #F59EA7 on black background.


Color preview on white background

This text has color #F59EA7 on white background.


Black color preview on #F59EA7 background

This text has black color on #F59EA7 background.


White color preview on #F59EA7 background

This text has white color on #F59EA7 background.


Related colors

Complementary color

Complementary color for #hex is #0A6158.


I love getcolorcode.com

Triadic colors

1 #A7F59E and #9EA7F5 with #F59EA7 are triadic colors.

2 #A79EF5 and #9EF5A7 with #F59EA7 are triadic colors.