COLOR #F59EA8

HEX: #F59EA8
RGB: (245,158,168)

Color info

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

RGB color model

#F59EA8 color RGB value is (245,158,168).

  • red value is 245;
  • green value is 158;
  • blue value is 168.
RGB:
(245,158,168)
(96%,62%,66%)

RGB channels and saturation

R 245 of 255 = 96%
G 158 of 255 = 62%
B 168 of 255 = 66%

245
158
168

R + G + B ~ 75%. #F59EA8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 158 + 168 = 571 (100%)
R 245 of 571 ~ 42.91%
G 158 of 571 ~ 27.67%
B 168 of 571 ~ 29.42%

%42.91
%27.67
%29.42

CMYK color model

#F59EA8 color CMYK value is (0,36,31,4).

  • cyan value is 0.00%
  • magenta value is 35.51%
  • yellow value is 31.43%
  • key color value is 3.92%
CMYK:
(0,36,31,4)
C0M36Y31K4 
(0%,36%,31%,4%)
(0.00/0.36/0.31/0.04)	

CMYK percentages

%0
%35.51
%31.43
%3.92

Codes

Color #F59EA8 in popluar color models

F59EA8
RGB245158168
HSL353°81.31%79.02%
HSB/HSV353°35.51%96.08%
CMYK0.00%35.51%31.43%
3.92%

Color #F59EA8 in popluar number systems.

HEXF59EA8
Decimal245158168
Binary111101011001111010101000
Octal365236250

Shades and tints

Shades of #F59EA8

#F59EA8
(245,158,168)
#DF9099
(223,144,153)
#C9828A
(201,130,138)
#B3747B
(179,116,123)
#9D666C
(157,102,108)
#87585D
(135,88,93)
#714A4E
(113,74,78)
#5B3C3F
(91,60,63)
#452E30
(69,46,48)
#2F2021
(47,32,33)
#191212
(25,18,18)
#000000
(0,0,0)

Tints of #F59EA8

#F59EA8
(245,158,168)
#F5A6AF
(245,166,175)
#F5AEB6
(245,174,182)
#F5B6BD
(245,182,189)
#F5BEC4
(245,190,196)
#F5C6CB
(245,198,203)
#F5CED2
(245,206,210)
#F5D6D9
(245,214,217)
#F5DEE0
(245,222,224)
#F5E6E7
(245,230,231)
#F5EEEE
(245,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F59EA8; }

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

This text font color is #F59EA8.


Background Color

.myBgColor { background-color: #F59EA8; }

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

This div background color is #F59EA8.


Border color

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

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

This div border color is #F59EA8.


Opacity

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

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

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

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

This text has shadow with #F59EA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F59EA8 on black background.


Color preview on white background

This text has color #F59EA8 on white background.



Black color preview on #F59EA8 background

This text has black color on #F59EA8 background.


White color preview on #F59EA8 background

This text has white color on #F59EA8 background.