COLOR #F57D6D

HEX: #F57D6D
RGB: (245,125,109)

Color info

#F57D6D contains mainly red color. Web safe color of #F57D6D is #FF6666 (or #F66).

RGB color model

#F57D6D color RGB value is (245,125,109).

  • red value is 245;
  • green value is 125;
  • blue value is 109.
RGB:
(245,125,109)
(96%,49%,43%)

RGB channels and saturation

R 245 of 255 = 96%
G 125 of 255 = 49%
B 109 of 255 = 43%

245
125
109

R + G + B ~ 63%. #F57D6D is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 125 + 109 = 479 (100%)
R 245 of 479 ~ 51.15%
G 125 of 479 ~ 26.1%
B 109 of 479 ~ 22.76%

%51.15
%26.1
%22.76

CMYK color model

#F57D6D color CMYK value is (0,49,56,4).

  • cyan value is 0.00%
  • magenta value is 48.98%
  • yellow value is 55.51%
  • key color value is 3.92%
CMYK:
(0,49,56,4)
C0M49Y56K4 
(0%,49%,56%,4%)
(0.00/0.49/0.56/0.04)	

CMYK percentages

%0
%48.98
%55.51
%3.92

Codes

Color #F57D6D in popluar color models

F57D6D
RGB245125109
HSL87.18%69.41%
HSB/HSV55.51%96.08%
CMYK0.00%48.98%55.51%
3.92%

Color #F57D6D in popluar number systems.

HEXF57D6D
Decimal245125109
Binary1111010111111011101101
Octal365175155

Shades and tints

Shades of #F57D6D

#F57D6D
(245,125,109)
#DF7264
(223,114,100)
#C9675B
(201,103,91)
#B35C52
(179,92,82)
#9D5149
(157,81,73)
#874640
(135,70,64)
#713B37
(113,59,55)
#5B302E
(91,48,46)
#452525
(69,37,37)
#2F1A1C
(47,26,28)
#190F13
(25,15,19)
#000000
(0,0,0)

Tints of #F57D6D

#F57D6D
(245,125,109)
#F5887A
(245,136,122)
#F59387
(245,147,135)
#F59E94
(245,158,148)
#F5A9A1
(245,169,161)
#F5B4AE
(245,180,174)
#F5BFBB
(245,191,187)
#F5CAC8
(245,202,200)
#F5D5D5
(245,213,213)
#F5E0E2
(245,224,226)
#F5EBEF
(245,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F57D6D color. Also use rgb(245,125,109) instead hex code.

Text Font Color

.myTextColor { color: #F57D6D; }

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

This text font color is #F57D6D.


Background Color

.myBgColor { background-color: #F57D6D; }

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

This div background color is #F57D6D.


Border color

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

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

This div border color is #F57D6D.


Opacity

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

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

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

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

This text has shadow with #F57D6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F57D6D on black background.


Color preview on white background

This text has color #F57D6D on white background.



Black color preview on #F57D6D background

This text has black color on #F57D6D background.


White color preview on #F57D6D background

This text has white color on #F57D6D background.