COLOR #F791B6

HEX: #F791B6
RGB: (247,145,182)

Color info

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

RGB color model

#F791B6 color RGB value is (247,145,182).

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

RGB channels and saturation

R 247 of 255 = 97%
G 145 of 255 = 57%
B 182 of 255 = 71%

247
145
182

R + G + B ~ 75%. #F791B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
247 + 145 + 182 = 574 (100%)
R 247 of 574 ~ 43.03%
G 145 of 574 ~ 25.26%
B 182 of 574 ~ 31.71%

%43.03
%25.26
%31.71

CMYK color model

#F791B6 color CMYK value is (0,41,26,3).

  • cyan value is 0.00%
  • magenta value is 41.30%
  • yellow value is 26.32%
  • key color value is 3.14%
CMYK:
(0,41,26,3)
C0M41Y26K3 
(0%,41%,26%,3%)
(0.00/0.41/0.26/0.03)	

CMYK percentages

%0
%41.3
%26.32
%3.14

Codes

Color #F791B6 in popluar color models

F791B6
RGB247145182
HSL338°86.44%76.86%
HSB/HSV338°41.30%96.86%
CMYK0.00%41.30%26.32%
3.14%

Color #F791B6 in popluar number systems.

HEXF791B6
Decimal247145182
Binary111101111001000110110110
Octal367221266

Shades and tints

Shades of #F791B6

#F791B6
(247,145,182)
#E184A6
(225,132,166)
#CB7796
(203,119,150)
#B56A86
(181,106,134)
#9F5D76
(159,93,118)
#895066
(137,80,102)
#734356
(115,67,86)
#5D3646
(93,54,70)
#472936
(71,41,54)
#311C26
(49,28,38)
#1B0F16
(27,15,22)
#000000
(0,0,0)

Tints of #F791B6

#F791B6
(247,145,182)
#F79BBC
(247,155,188)
#F7A5C2
(247,165,194)
#F7AFC8
(247,175,200)
#F7B9CE
(247,185,206)
#F7C3D4
(247,195,212)
#F7CDDA
(247,205,218)
#F7D7E0
(247,215,224)
#F7E1E6
(247,225,230)
#F7EBEC
(247,235,236)
#F7F5F2
(247,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F791B6; }

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

This text font color is #F791B6.


Background Color

.myBgColor { background-color: #F791B6; }

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

This div background color is #F791B6.


Border color

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

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

This div border color is #F791B6.


Opacity

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

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

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

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

This text has shadow with #F791B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F791B6 on black background.


Color preview on white background

This text has color #F791B6 on white background.



Black color preview on #F791B6 background

This text has black color on #F791B6 background.


White color preview on #F791B6 background

This text has white color on #F791B6 background.