COLOR #F7A1BA

HEX: #F7A1BA
RGB: (247,161,186)

Color info

#F7A1BA contains mainly red color. Web safe color of #F7A1BA is #FF99CC (or #F9C).

RGB color model

#F7A1BA color RGB value is (247,161,186).

  • red value is 247;
  • green value is 161;
  • blue value is 186.
RGB:
(247,161,186)
(97%,63%,73%)

RGB channels and saturation

R 247 of 255 = 97%
G 161 of 255 = 63%
B 186 of 255 = 73%

247
161
186

R + G + B ~ 78%. #F7A1BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
247 + 161 + 186 = 594 (100%)
R 247 of 594 ~ 41.58%
G 161 of 594 ~ 27.1%
B 186 of 594 ~ 31.31%

%41.58
%27.1
%31.31

CMYK color model

#F7A1BA color CMYK value is (0,35,25,3).

  • cyan value is 0.00%
  • magenta value is 34.82%
  • yellow value is 24.70%
  • key color value is 3.14%
CMYK:
(0,35,25,3)
C0M35Y25K3 
(0%,35%,25%,3%)
(0.00/0.35/0.25/0.03)	

CMYK percentages

%0
%34.82
%24.7
%3.14

Codes

Color #F7A1BA in popluar color models

F7A1BA
RGB247161186
HSL343°84.31%80.00%
HSB/HSV343°34.82%96.86%
CMYK0.00%34.82%24.70%
3.14%

Color #F7A1BA in popluar number systems.

HEXF7A1BA
Decimal247161186
Binary111101111010000110111010
Octal367241272

Shades and tints

Shades of #F7A1BA

#F7A1BA
(247,161,186)
#E193AA
(225,147,170)
#CB859A
(203,133,154)
#B5778A
(181,119,138)
#9F697A
(159,105,122)
#895B6A
(137,91,106)
#734D5A
(115,77,90)
#5D3F4A
(93,63,74)
#47313A
(71,49,58)
#31232A
(49,35,42)
#1B151A
(27,21,26)
#000000
(0,0,0)

Tints of #F7A1BA

#F7A1BA
(247,161,186)
#F7A9C0
(247,169,192)
#F7B1C6
(247,177,198)
#F7B9CC
(247,185,204)
#F7C1D2
(247,193,210)
#F7C9D8
(247,201,216)
#F7D1DE
(247,209,222)
#F7D9E4
(247,217,228)
#F7E1EA
(247,225,234)
#F7E9F0
(247,233,240)
#F7F1F6
(247,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7A1BA color. Also use rgb(247,161,186) instead hex code.

Text Font Color

.myTextColor { color: #F7A1BA; }

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

This text font color is #F7A1BA.


Background Color

.myBgColor { background-color: #F7A1BA; }

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

This div background color is #F7A1BA.


Border color

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

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

This div border color is #F7A1BA.


Opacity

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

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

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

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

This text has shadow with #F7A1BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7A1BA on black background.


Color preview on white background

This text has color #F7A1BA on white background.



Black color preview on #F7A1BA background

This text has black color on #F7A1BA background.


White color preview on #F7A1BA background

This text has white color on #F7A1BA background.