COLOR #F58E9D

HEX: #F58E9D
RGB: (245,142,157)

Color info

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

RGB color model

#F58E9D color RGB value is (245,142,157).

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

RGB channels and saturation

R 245 of 255 = 96%
G 142 of 255 = 56%
B 157 of 255 = 62%

245
142
157

R + G + B ~ 71%. #F58E9D is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 142 + 157 = 544 (100%)
R 245 of 544 ~ 45.04%
G 142 of 544 ~ 26.1%
B 157 of 544 ~ 28.86%

%45.04
%26.1
%28.86

CMYK color model

#F58E9D color CMYK value is (0,42,36,4).

  • cyan value is 0.00%
  • magenta value is 42.04%
  • yellow value is 35.92%
  • key color value is 3.92%
CMYK:
(0,42,36,4)
C0M42Y36K4 
(0%,42%,36%,4%)
(0.00/0.42/0.36/0.04)	

CMYK percentages

%0
%42.04
%35.92
%3.92

Codes

Color #F58E9D in popluar color models

F58E9D
RGB245142157
HSL351°83.74%75.88%
HSB/HSV351°42.04%96.08%
CMYK0.00%42.04%35.92%
3.92%

Color #F58E9D in popluar number systems.

HEXF58E9D
Decimal245142157
Binary111101011000111010011101
Octal365216235

Shades and tints

Shades of #F58E9D

#F58E9D
(245,142,157)
#DF828F
(223,130,143)
#C97681
(201,118,129)
#B36A73
(179,106,115)
#9D5E65
(157,94,101)
#875257
(135,82,87)
#714649
(113,70,73)
#5B3A3B
(91,58,59)
#452E2D
(69,46,45)
#2F221F
(47,34,31)
#191611
(25,22,17)
#000000
(0,0,0)

Tints of #F58E9D

#F58E9D
(245,142,157)
#F598A5
(245,152,165)
#F5A2AD
(245,162,173)
#F5ACB5
(245,172,181)
#F5B6BD
(245,182,189)
#F5C0C5
(245,192,197)
#F5CACD
(245,202,205)
#F5D4D5
(245,212,213)
#F5DEDD
(245,222,221)
#F5E8E5
(245,232,229)
#F5F2ED
(245,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F58E9D; }

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

This text font color is #F58E9D.


Background Color

.myBgColor { background-color: #F58E9D; }

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

This div background color is #F58E9D.


Border color

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

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

This div border color is #F58E9D.


Opacity

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

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

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

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

This text has shadow with #F58E9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F58E9D on black background.


Color preview on white background

This text has color #F58E9D on white background.



Black color preview on #F58E9D background

This text has black color on #F58E9D background.


White color preview on #F58E9D background

This text has white color on #F58E9D background.