COLOR #F796DA

HEX: #F796DA
RGB: (247,150,218)

Color info

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

RGB color model

#F796DA color RGB value is (247,150,218).

  • red value is 247;
  • green value is 150;
  • blue value is 218.
RGB:
(247,150,218)
(97%,59%,85%)

RGB channels and saturation

R 247 of 255 = 97%
G 150 of 255 = 59%
B 218 of 255 = 85%

247
150
218

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

Portions of RGB colors in percentages

R + G + B =
247 + 150 + 218 = 615 (100%)
R 247 of 615 ~ 40.16%
G 150 of 615 ~ 24.39%
B 218 of 615 ~ 35.45%

%40.16
%24.39
%35.45

CMYK color model

#F796DA color CMYK value is (0,39,12,3).

  • cyan value is 0.00%
  • magenta value is 39.27%
  • yellow value is 11.74%
  • key color value is 3.14%
CMYK:
(0,39,12,3)
C0M39Y12K3 
(0%,39%,12%,3%)
(0.00/0.39/0.12/0.03)	

CMYK percentages

%0
%39.27
%11.74
%3.14

Codes

Color #F796DA in popluar color models

F796DA
RGB247150218
HSL318°85.84%77.84%
HSB/HSV318°39.27%96.86%
CMYK0.00%39.27%11.74%
3.14%

Color #F796DA in popluar number systems.

HEXF796DA
Decimal247150218
Binary111101111001011011011010
Octal367226332

Shades and tints

Shades of #F796DA

#F796DA
(247,150,218)
#E189C7
(225,137,199)
#CB7CB4
(203,124,180)
#B56FA1
(181,111,161)
#9F628E
(159,98,142)
#89557B
(137,85,123)
#734868
(115,72,104)
#5D3B55
(93,59,85)
#472E42
(71,46,66)
#31212F
(49,33,47)
#1B141C
(27,20,28)
#000000
(0,0,0)

Tints of #F796DA

#F796DA
(247,150,218)
#F79FDD
(247,159,221)
#F7A8E0
(247,168,224)
#F7B1E3
(247,177,227)
#F7BAE6
(247,186,230)
#F7C3E9
(247,195,233)
#F7CCEC
(247,204,236)
#F7D5EF
(247,213,239)
#F7DEF2
(247,222,242)
#F7E7F5
(247,231,245)
#F7F0F8
(247,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F796DA color. Also use rgb(247,150,218) instead hex code.

Text Font Color

.myTextColor { color: #F796DA; }

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

This text font color is #F796DA.


Background Color

.myBgColor { background-color: #F796DA; }

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

This div background color is #F796DA.


Border color

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

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

This div border color is #F796DA.


Opacity

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

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

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

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

This text has shadow with #F796DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F796DA on black background.


Color preview on white background

This text has color #F796DA on white background.



Black color preview on #F796DA background

This text has black color on #F796DA background.


White color preview on #F796DA background

This text has white color on #F796DA background.