COLOR #FF7157

HEX: #FF7157
RGB: (255,113,87)

Color info

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

RGB color model

#FF7157 color RGB value is (255,113,87).

  • red value is 255;
  • green value is 113;
  • blue value is 87.
RGB:
(255,113,87)
(100%,44%,34%)

RGB channels and saturation

R 255 of 255 = 100%
G 113 of 255 = 44%
B 87 of 255 = 34%

255
113
87

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

Portions of RGB colors in percentages

R + G + B =
255 + 113 + 87 = 455 (100%)
R 255 of 455 ~ 56.04%
G 113 of 455 ~ 24.84%
B 87 of 455 ~ 19.12%

%56.04
%24.84
%19.12

CMYK color model

#FF7157 color CMYK value is (0,56,66,0).

  • cyan value is 0.00%
  • magenta value is 55.69%
  • yellow value is 65.88%
  • key color value is 0.00%
CMYK:
(0,56,66,0)
C0M56Y66K0 
(0%,56%,66%,0%)
(0.00/0.56/0.66/0.00)	

CMYK percentages

%0
%55.69
%65.88
%0

Codes

Color #FF7157 in popluar color models

FF7157
RGB25511387
HSL100.00%67.06%
HSB/HSV65.88%100.00%
CMYK0.00%55.69%65.88%
0.00%

Color #FF7157 in popluar number systems.

HEXFF7157
Decimal25511387
Binary1111111111100011010111
Octal377161127

Shades and tints

Shades of #FF7157

#FF7157
(255,113,87)
#E86750
(232,103,80)
#D15D49
(209,93,73)
#BA5342
(186,83,66)
#A3493B
(163,73,59)
#8C3F34
(140,63,52)
#75352D
(117,53,45)
#5E2B26
(94,43,38)
#47211F
(71,33,31)
#301718
(48,23,24)
#190D11
(25,13,17)
#000000
(0,0,0)

Tints of #FF7157

#FF7157
(255,113,87)
#FF7D66
(255,125,102)
#FF8975
(255,137,117)
#FF9584
(255,149,132)
#FFA193
(255,161,147)
#FFADA2
(255,173,162)
#FFB9B1
(255,185,177)
#FFC5C0
(255,197,192)
#FFD1CF
(255,209,207)
#FFDDDE
(255,221,222)
#FFE9ED
(255,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FF7157 color. Also use rgb(255,113,87) instead hex code.

Text Font Color

.myTextColor { color: #FF7157; }

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

This text font color is #FF7157.


Background Color

.myBgColor { background-color: #FF7157; }

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

This div background color is #FF7157.


Border color

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

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

This div border color is #FF7157.


Opacity

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

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

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

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

This text has shadow with #FF7157 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF7157 on black background.


Color preview on white background

This text has color #FF7157 on white background.



Black color preview on #FF7157 background

This text has black color on #FF7157 background.


White color preview on #FF7157 background

This text has white color on #FF7157 background.