COLOR #F57477

HEX: #F57477
RGB: (245,116,119)

Color info

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

RGB color model

#F57477 color RGB value is (245,116,119).

  • red value is 245;
  • green value is 116;
  • blue value is 119.
RGB:
(245,116,119)
(96%,45%,47%)

RGB channels and saturation

R 245 of 255 = 96%
G 116 of 255 = 45%
B 119 of 255 = 47%

245
116
119

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

Portions of RGB colors in percentages

R + G + B =
245 + 116 + 119 = 480 (100%)
R 245 of 480 ~ 51.04%
G 116 of 480 ~ 24.17%
B 119 of 480 ~ 24.79%

%51.04
%24.17
%24.79

CMYK color model

#F57477 color CMYK value is (0,53,51,4).

  • cyan value is 0.00%
  • magenta value is 52.65%
  • yellow value is 51.43%
  • key color value is 3.92%
CMYK:
(0,53,51,4)
C0M53Y51K4 
(0%,53%,51%,4%)
(0.00/0.53/0.51/0.04)	

CMYK percentages

%0
%52.65
%51.43
%3.92

Codes

Color #F57477 in popluar color models

F57477
RGB245116119
HSL359°86.58%70.78%
HSB/HSV359°52.65%96.08%
CMYK0.00%52.65%51.43%
3.92%

Color #F57477 in popluar number systems.

HEXF57477
Decimal245116119
Binary1111010111101001110111
Octal365164167

Shades and tints

Shades of #F57477

#F57477
(245,116,119)
#DF6A6D
(223,106,109)
#C96063
(201,96,99)
#B35659
(179,86,89)
#9D4C4F
(157,76,79)
#874245
(135,66,69)
#71383B
(113,56,59)
#5B2E31
(91,46,49)
#452427
(69,36,39)
#2F1A1D
(47,26,29)
#191013
(25,16,19)
#000000
(0,0,0)

Tints of #F57477

#F57477
(245,116,119)
#F58083
(245,128,131)
#F58C8F
(245,140,143)
#F5989B
(245,152,155)
#F5A4A7
(245,164,167)
#F5B0B3
(245,176,179)
#F5BCBF
(245,188,191)
#F5C8CB
(245,200,203)
#F5D4D7
(245,212,215)
#F5E0E3
(245,224,227)
#F5ECEF
(245,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F57477 color. Also use rgb(245,116,119) instead hex code.

Text Font Color

.myTextColor { color: #F57477; }

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

This text font color is #F57477.


Background Color

.myBgColor { background-color: #F57477; }

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

This div background color is #F57477.


Border color

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

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

This div border color is #F57477.


Opacity

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

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

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

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

This text has shadow with #F57477 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F57477 on black background.


Color preview on white background

This text has color #F57477 on white background.



Black color preview on #F57477 background

This text has black color on #F57477 background.


White color preview on #F57477 background

This text has white color on #F57477 background.