COLOR #F789A2

HEX: #F789A2
RGB: (247,137,162)

Color info

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

RGB color model

#F789A2 color RGB value is (247,137,162).

  • red value is 247;
  • green value is 137;
  • blue value is 162.
RGB:
(247,137,162)
(97%,54%,64%)

RGB channels and saturation

R 247 of 255 = 97%
G 137 of 255 = 54%
B 162 of 255 = 64%

247
137
162

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

Portions of RGB colors in percentages

R + G + B =
247 + 137 + 162 = 546 (100%)
R 247 of 546 ~ 45.24%
G 137 of 546 ~ 25.09%
B 162 of 546 ~ 29.67%

%45.24
%25.09
%29.67

CMYK color model

#F789A2 color CMYK value is (0,45,34,3).

  • cyan value is 0.00%
  • magenta value is 44.53%
  • yellow value is 34.41%
  • key color value is 3.14%
CMYK:
(0,45,34,3)
C0M45Y34K3 
(0%,45%,34%,3%)
(0.00/0.45/0.34/0.03)	

CMYK percentages

%0
%44.53
%34.41
%3.14

Codes

Color #F789A2 in popluar color models

F789A2
RGB247137162
HSL346°87.30%75.29%
HSB/HSV346°44.53%96.86%
CMYK0.00%44.53%34.41%
3.14%

Color #F789A2 in popluar number systems.

HEXF789A2
Decimal247137162
Binary111101111000100110100010
Octal367211242

Shades and tints

Shades of #F789A2

#F789A2
(247,137,162)
#E17D94
(225,125,148)
#CB7186
(203,113,134)
#B56578
(181,101,120)
#9F596A
(159,89,106)
#894D5C
(137,77,92)
#73414E
(115,65,78)
#5D3540
(93,53,64)
#472932
(71,41,50)
#311D24
(49,29,36)
#1B1116
(27,17,22)
#000000
(0,0,0)

Tints of #F789A2

#F789A2
(247,137,162)
#F793AA
(247,147,170)
#F79DB2
(247,157,178)
#F7A7BA
(247,167,186)
#F7B1C2
(247,177,194)
#F7BBCA
(247,187,202)
#F7C5D2
(247,197,210)
#F7CFDA
(247,207,218)
#F7D9E2
(247,217,226)
#F7E3EA
(247,227,234)
#F7EDF2
(247,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F789A2 color. Also use rgb(247,137,162) instead hex code.

Text Font Color

.myTextColor { color: #F789A2; }

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

This text font color is #F789A2.


Background Color

.myBgColor { background-color: #F789A2; }

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

This div background color is #F789A2.


Border color

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

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

This div border color is #F789A2.


Opacity

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

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

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

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

This text has shadow with #F789A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F789A2 on black background.


Color preview on white background

This text has color #F789A2 on white background.



Black color preview on #F789A2 background

This text has black color on #F789A2 background.


White color preview on #F789A2 background

This text has white color on #F789A2 background.