COLOR #F57076

HEX: #F57076
RGB: (245,112,118)

Color info

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

RGB color model

#F57076 color RGB value is (245,112,118).

  • red value is 245;
  • green value is 112;
  • blue value is 118.
RGB:
(245,112,118)
(96%,44%,46%)

RGB channels and saturation

R 245 of 255 = 96%
G 112 of 255 = 44%
B 118 of 255 = 46%

245
112
118

R + G + B ~ 62%. #F57076 is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 112 + 118 = 475 (100%)
R 245 of 475 ~ 51.58%
G 112 of 475 ~ 23.58%
B 118 of 475 ~ 24.84%

%51.58
%23.58
%24.84

CMYK color model

#F57076 color CMYK value is (0,54,52,4).

  • cyan value is 0.00%
  • magenta value is 54.29%
  • yellow value is 51.84%
  • key color value is 3.92%
CMYK:
(0,54,52,4)
C0M54Y52K4 
(0%,54%,52%,4%)
(0.00/0.54/0.52/0.04)	

CMYK percentages

%0
%54.29
%51.84
%3.92

Codes

Color #F57076 in popluar color models

F57076
RGB245112118
HSL357°86.93%70.00%
HSB/HSV357°54.29%96.08%
CMYK0.00%54.29%51.84%
3.92%

Color #F57076 in popluar number systems.

HEXF57076
Decimal245112118
Binary1111010111100001110110
Octal365160166

Shades and tints

Shades of #F57076

#F57076
(245,112,118)
#DF666C
(223,102,108)
#C95C62
(201,92,98)
#B35258
(179,82,88)
#9D484E
(157,72,78)
#873E44
(135,62,68)
#71343A
(113,52,58)
#5B2A30
(91,42,48)
#452026
(69,32,38)
#2F161C
(47,22,28)
#190C12
(25,12,18)
#000000
(0,0,0)

Tints of #F57076

#F57076
(245,112,118)
#F57D82
(245,125,130)
#F58A8E
(245,138,142)
#F5979A
(245,151,154)
#F5A4A6
(245,164,166)
#F5B1B2
(245,177,178)
#F5BEBE
(245,190,190)
#F5CBCA
(245,203,202)
#F5D8D6
(245,216,214)
#F5E5E2
(245,229,226)
#F5F2EE
(245,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F57076 color. Also use rgb(245,112,118) instead hex code.

Text Font Color

.myTextColor { color: #F57076; }

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

This text font color is #F57076.


Background Color

.myBgColor { background-color: #F57076; }

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

This div background color is #F57076.


Border color

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

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

This div border color is #F57076.


Opacity

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

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

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

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

This text has shadow with #F57076 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F57076 on black background.


Color preview on white background

This text has color #F57076 on white background.



Black color preview on #F57076 background

This text has black color on #F57076 background.


White color preview on #F57076 background

This text has white color on #F57076 background.