COLOR #F5574E

HEX: #F5574E
RGB: (245,87,78)

Color info

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

RGB color model

#F5574E color RGB value is (245,87,78).

  • red value is 245;
  • green value is 87;
  • blue value is 78.
RGB:
(245,87,78)
(96%,34%,31%)

RGB channels and saturation

R 245 of 255 = 96%
G 87 of 255 = 34%
B 78 of 255 = 31%

245
87
78

R + G + B ~ 54%. #F5574E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
245 + 87 + 78 = 410 (100%)
R 245 of 410 ~ 59.76%
G 87 of 410 ~ 21.22%
B 78 of 410 ~ 19.02%

%59.76
%21.22
%19.02

CMYK color model

#F5574E color CMYK value is (0,64,68,4).

  • cyan value is 0.00%
  • magenta value is 64.49%
  • yellow value is 68.16%
  • key color value is 3.92%
CMYK:
(0,64,68,4)
C0M64Y68K4 
(0%,64%,68%,4%)
(0.00/0.64/0.68/0.04)	

CMYK percentages

%0
%64.49
%68.16
%3.92

Codes

Color #F5574E in popluar color models

F5574E
RGB2458778
HSL89.30%63.33%
HSB/HSV68.16%96.08%
CMYK0.00%64.49%68.16%
3.92%

Color #F5574E in popluar number systems.

HEXF5574E
Decimal2458778
Binary1111010110101111001110
Octal365127116

Shades and tints

Shades of #F5574E

#F5574E
(245,87,78)
#DF5047
(223,80,71)
#C94940
(201,73,64)
#B34239
(179,66,57)
#9D3B32
(157,59,50)
#87342B
(135,52,43)
#712D24
(113,45,36)
#5B261D
(91,38,29)
#451F16
(69,31,22)
#2F180F
(47,24,15)
#191108
(25,17,8)
#000000
(0,0,0)

Tints of #F5574E

#F5574E
(245,87,78)
#F5665E
(245,102,94)
#F5756E
(245,117,110)
#F5847E
(245,132,126)
#F5938E
(245,147,142)
#F5A29E
(245,162,158)
#F5B1AE
(245,177,174)
#F5C0BE
(245,192,190)
#F5CFCE
(245,207,206)
#F5DEDE
(245,222,222)
#F5EDEE
(245,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5574E color. Also use rgb(245,87,78) instead hex code.

Text Font Color

.myTextColor { color: #F5574E; }

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

This text font color is #F5574E.


Background Color

.myBgColor { background-color: #F5574E; }

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

This div background color is #F5574E.


Border color

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

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

This div border color is #F5574E.


Opacity

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

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

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

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

This text has shadow with #F5574E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5574E on black background.


Color preview on white background

This text has color #F5574E on white background.



Black color preview on #F5574E background

This text has black color on #F5574E background.


White color preview on #F5574E background

This text has white color on #F5574E background.