COLOR #F789E5

HEX: #F789E5
RGB: (247,137,229)

Color info

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

RGB color model

#F789E5 color RGB value is (247,137,229).

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

RGB channels and saturation

R 247 of 255 = 97%
G 137 of 255 = 54%
B 229 of 255 = 90%

247
137
229

R + G + B ~ 80%. #F789E5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
247 + 137 + 229 = 613 (100%)
R 247 of 613 ~ 40.29%
G 137 of 613 ~ 22.35%
B 229 of 613 ~ 37.36%

%40.29
%22.35
%37.36

CMYK color model

#F789E5 color CMYK value is (0,45,7,3).

  • cyan value is 0.00%
  • magenta value is 44.53%
  • yellow value is 7.29%
  • key color value is 3.14%
CMYK:
(0,45,7,3)
C0M45Y7K3 
(0%,45%,7%,3%)
(0.00/0.45/0.07/0.03)	

CMYK percentages

%0
%44.53
%7.29
%3.14

Codes

Color #F789E5 in popluar color models

F789E5
RGB247137229
HSL310°87.30%75.29%
HSB/HSV310°44.53%96.86%
CMYK0.00%44.53%7.29%
3.14%

Color #F789E5 in popluar number systems.

HEXF789E5
Decimal247137229
Binary111101111000100111100101
Octal367211345

Shades and tints

Shades of #F789E5

#F789E5
(247,137,229)
#E17DD1
(225,125,209)
#CB71BD
(203,113,189)
#B565A9
(181,101,169)
#9F5995
(159,89,149)
#894D81
(137,77,129)
#73416D
(115,65,109)
#5D3559
(93,53,89)
#472945
(71,41,69)
#311D31
(49,29,49)
#1B111D
(27,17,29)
#000000
(0,0,0)

Tints of #F789E5

#F789E5
(247,137,229)
#F793E7
(247,147,231)
#F79DE9
(247,157,233)
#F7A7EB
(247,167,235)
#F7B1ED
(247,177,237)
#F7BBEF
(247,187,239)
#F7C5F1
(247,197,241)
#F7CFF3
(247,207,243)
#F7D9F5
(247,217,245)
#F7E3F7
(247,227,247)
#F7EDF9
(247,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F789E5; }

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

This text font color is #F789E5.


Background Color

.myBgColor { background-color: #F789E5; }

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

This div background color is #F789E5.


Border color

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

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

This div border color is #F789E5.


Opacity

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

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

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

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

This text has shadow with #F789E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F789E5 on black background.


Color preview on white background

This text has color #F789E5 on white background.



Black color preview on #F789E5 background

This text has black color on #F789E5 background.


White color preview on #F789E5 background

This text has white color on #F789E5 background.