COLOR #F791D9

HEX: #F791D9
RGB: (247,145,217)

Color info

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

RGB color model

#F791D9 color RGB value is (247,145,217).

  • red value is 247;
  • green value is 145;
  • blue value is 217.
RGB:
(247,145,217)
(97%,57%,85%)

RGB channels and saturation

R 247 of 255 = 97%
G 145 of 255 = 57%
B 217 of 255 = 85%

247
145
217

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

Portions of RGB colors in percentages

R + G + B =
247 + 145 + 217 = 609 (100%)
R 247 of 609 ~ 40.56%
G 145 of 609 ~ 23.81%
B 217 of 609 ~ 35.63%

%40.56
%23.81
%35.63

CMYK color model

#F791D9 color CMYK value is (0,41,12,3).

  • cyan value is 0.00%
  • magenta value is 41.30%
  • yellow value is 12.15%
  • key color value is 3.14%
CMYK:
(0,41,12,3)
C0M41Y12K3 
(0%,41%,12%,3%)
(0.00/0.41/0.12/0.03)	

CMYK percentages

%0
%41.3
%12.15
%3.14

Codes

Color #F791D9 in popluar color models

F791D9
RGB247145217
HSL318°86.44%76.86%
HSB/HSV318°41.30%96.86%
CMYK0.00%41.30%12.15%
3.14%

Color #F791D9 in popluar number systems.

HEXF791D9
Decimal247145217
Binary111101111001000111011001
Octal367221331

Shades and tints

Shades of #F791D9

#F791D9
(247,145,217)
#E184C6
(225,132,198)
#CB77B3
(203,119,179)
#B56AA0
(181,106,160)
#9F5D8D
(159,93,141)
#89507A
(137,80,122)
#734367
(115,67,103)
#5D3654
(93,54,84)
#472941
(71,41,65)
#311C2E
(49,28,46)
#1B0F1B
(27,15,27)
#000000
(0,0,0)

Tints of #F791D9

#F791D9
(247,145,217)
#F79BDC
(247,155,220)
#F7A5DF
(247,165,223)
#F7AFE2
(247,175,226)
#F7B9E5
(247,185,229)
#F7C3E8
(247,195,232)
#F7CDEB
(247,205,235)
#F7D7EE
(247,215,238)
#F7E1F1
(247,225,241)
#F7EBF4
(247,235,244)
#F7F5F7
(247,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F791D9 color. Also use rgb(247,145,217) instead hex code.

Text Font Color

.myTextColor { color: #F791D9; }

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

This text font color is #F791D9.


Background Color

.myBgColor { background-color: #F791D9; }

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

This div background color is #F791D9.


Border color

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

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

This div border color is #F791D9.


Opacity

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

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

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

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

This text has shadow with #F791D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F791D9 on black background.


Color preview on white background

This text has color #F791D9 on white background.



Black color preview on #F791D9 background

This text has black color on #F791D9 background.


White color preview on #F791D9 background

This text has white color on #F791D9 background.