COLOR #F789CE

HEX: #F789CE
RGB: (247,137,206)

Color info

#F789CE contains mainly red and blue colors. Web safe color of #F789CE is #FF99CC (or #F9C).

RGB color model

#F789CE color RGB value is (247,137,206).

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

RGB channels and saturation

R 247 of 255 = 97%
G 137 of 255 = 54%
B 206 of 255 = 81%

247
137
206

R + G + B ~ 77%. #F789CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
247 + 137 + 206 = 590 (100%)
R 247 of 590 ~ 41.86%
G 137 of 590 ~ 23.22%
B 206 of 590 ~ 34.92%

%41.86
%23.22
%34.92

CMYK color model

#F789CE color CMYK value is (0,45,17,3).

  • cyan value is 0.00%
  • magenta value is 44.53%
  • yellow value is 16.60%
  • key color value is 3.14%
CMYK:
(0,45,17,3)
C0M45Y17K3 
(0%,45%,17%,3%)
(0.00/0.45/0.17/0.03)	

CMYK percentages

%0
%44.53
%16.6
%3.14

Codes

Color #F789CE in popluar color models

F789CE
RGB247137206
HSL322°87.30%75.29%
HSB/HSV322°44.53%96.86%
CMYK0.00%44.53%16.60%
3.14%

Color #F789CE in popluar number systems.

HEXF789CE
Decimal247137206
Binary111101111000100111001110
Octal367211316

Shades and tints

Shades of #F789CE

#F789CE
(247,137,206)
#E17DBC
(225,125,188)
#CB71AA
(203,113,170)
#B56598
(181,101,152)
#9F5986
(159,89,134)
#894D74
(137,77,116)
#734162
(115,65,98)
#5D3550
(93,53,80)
#47293E
(71,41,62)
#311D2C
(49,29,44)
#1B111A
(27,17,26)
#000000
(0,0,0)

Tints of #F789CE

#F789CE
(247,137,206)
#F793D2
(247,147,210)
#F79DD6
(247,157,214)
#F7A7DA
(247,167,218)
#F7B1DE
(247,177,222)
#F7BBE2
(247,187,226)
#F7C5E6
(247,197,230)
#F7CFEA
(247,207,234)
#F7D9EE
(247,217,238)
#F7E3F2
(247,227,242)
#F7EDF6
(247,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F789CE; }

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

This text font color is #F789CE.


Background Color

.myBgColor { background-color: #F789CE; }

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

This div background color is #F789CE.


Border color

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

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

This div border color is #F789CE.


Opacity

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

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

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

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

This text has shadow with #F789CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F789CE on black background.


Color preview on white background

This text has color #F789CE on white background.



Black color preview on #F789CE background

This text has black color on #F789CE background.


White color preview on #F789CE background

This text has white color on #F789CE background.