COLOR #F7A08E

HEX: #F7A08E
RGB: (247,160,142)

Color info

#F7A08E contains mainly red color. Web safe color of #F7A08E is #FF9999 (or #F99).

RGB color model

#F7A08E color RGB value is (247,160,142).

  • red value is 247;
  • green value is 160;
  • blue value is 142.
RGB:
(247,160,142)
(97%,63%,56%)

RGB channels and saturation

R 247 of 255 = 97%
G 160 of 255 = 63%
B 142 of 255 = 56%

247
160
142

R + G + B ~ 72%. #F7A08E is quite light color.

Portions of RGB colors in percentages

R + G + B =
247 + 160 + 142 = 549 (100%)
R 247 of 549 ~ 44.99%
G 160 of 549 ~ 29.14%
B 142 of 549 ~ 25.87%

%44.99
%29.14
%25.87

CMYK color model

#F7A08E color CMYK value is (0,35,43,3).

  • cyan value is 0.00%
  • magenta value is 35.22%
  • yellow value is 42.51%
  • key color value is 3.14%
CMYK:
(0,35,43,3)
C0M35Y43K3 
(0%,35%,43%,3%)
(0.00/0.35/0.43/0.03)	

CMYK percentages

%0
%35.22
%42.51
%3.14

Codes

Color #F7A08E in popluar color models

F7A08E
RGB247160142
HSL10°86.78%76.27%
HSB/HSV10°42.51%96.86%
CMYK0.00%35.22%42.51%
3.14%

Color #F7A08E in popluar number systems.

HEXF7A08E
Decimal247160142
Binary111101111010000010001110
Octal367240216

Shades and tints

Shades of #F7A08E

#F7A08E
(247,160,142)
#E19282
(225,146,130)
#CB8476
(203,132,118)
#B5766A
(181,118,106)
#9F685E
(159,104,94)
#895A52
(137,90,82)
#734C46
(115,76,70)
#5D3E3A
(93,62,58)
#47302E
(71,48,46)
#312222
(49,34,34)
#1B1416
(27,20,22)
#000000
(0,0,0)

Tints of #F7A08E

#F7A08E
(247,160,142)
#F7A898
(247,168,152)
#F7B0A2
(247,176,162)
#F7B8AC
(247,184,172)
#F7C0B6
(247,192,182)
#F7C8C0
(247,200,192)
#F7D0CA
(247,208,202)
#F7D8D4
(247,216,212)
#F7E0DE
(247,224,222)
#F7E8E8
(247,232,232)
#F7F0F2
(247,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7A08E color. Also use rgb(247,160,142) instead hex code.

Text Font Color

.myTextColor { color: #F7A08E; }

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

This text font color is #F7A08E.


Background Color

.myBgColor { background-color: #F7A08E; }

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

This div background color is #F7A08E.


Border color

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

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

This div border color is #F7A08E.


Opacity

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

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

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

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

This text has shadow with #F7A08E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7A08E on black background.


Color preview on white background

This text has color #F7A08E on white background.



Black color preview on #F7A08E background

This text has black color on #F7A08E background.


White color preview on #F7A08E background

This text has white color on #F7A08E background.