COLOR #F75157

HEX: #F75157
RGB: (247,81,87)

Color info

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

RGB color model

#F75157 color RGB value is (247,81,87).

  • red value is 247;
  • green value is 81;
  • blue value is 87.
RGB:
(247,81,87)
(97%,32%,34%)

RGB channels and saturation

R 247 of 255 = 97%
G 81 of 255 = 32%
B 87 of 255 = 34%

247
81
87

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

Portions of RGB colors in percentages

R + G + B =
247 + 81 + 87 = 415 (100%)
R 247 of 415 ~ 59.52%
G 81 of 415 ~ 19.52%
B 87 of 415 ~ 20.96%

%59.52
%19.52
%20.96

CMYK color model

#F75157 color CMYK value is (0,67,65,3).

  • cyan value is 0.00%
  • magenta value is 67.21%
  • yellow value is 64.78%
  • key color value is 3.14%
CMYK:
(0,67,65,3)
C0M67Y65K3 
(0%,67%,65%,3%)
(0.00/0.67/0.65/0.03)	

CMYK percentages

%0
%67.21
%64.78
%3.14

Codes

Color #F75157 in popluar color models

F75157
RGB2478187
HSL358°91.21%64.31%
HSB/HSV358°67.21%96.86%
CMYK0.00%67.21%64.78%
3.14%

Color #F75157 in popluar number systems.

HEXF75157
Decimal2478187
Binary1111011110100011010111
Octal367121127

Shades and tints

Shades of #F75157

#F75157
(247,81,87)
#E14A50
(225,74,80)
#CB4349
(203,67,73)
#B53C42
(181,60,66)
#9F353B
(159,53,59)
#892E34
(137,46,52)
#73272D
(115,39,45)
#5D2026
(93,32,38)
#47191F
(71,25,31)
#311218
(49,18,24)
#1B0B11
(27,11,17)
#000000
(0,0,0)

Tints of #F75157

#F75157
(247,81,87)
#F76066
(247,96,102)
#F76F75
(247,111,117)
#F77E84
(247,126,132)
#F78D93
(247,141,147)
#F79CA2
(247,156,162)
#F7ABB1
(247,171,177)
#F7BAC0
(247,186,192)
#F7C9CF
(247,201,207)
#F7D8DE
(247,216,222)
#F7E7ED
(247,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F75157 color. Also use rgb(247,81,87) instead hex code.

Text Font Color

.myTextColor { color: #F75157; }

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

This text font color is #F75157.


Background Color

.myBgColor { background-color: #F75157; }

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

This div background color is #F75157.


Border color

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

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

This div border color is #F75157.


Opacity

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

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

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

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

This text has shadow with #F75157 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F75157 on black background.


Color preview on white background

This text has color #F75157 on white background.



Black color preview on #F75157 background

This text has black color on #F75157 background.


White color preview on #F75157 background

This text has white color on #F75157 background.