COLOR #F794DC

HEX: #F794DC
RGB: (247,148,220)

Color info

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

RGB color model

#F794DC color RGB value is (247,148,220).

  • red value is 247;
  • green value is 148;
  • blue value is 220.
RGB:
(247,148,220)
(97%,58%,86%)

RGB channels and saturation

R 247 of 255 = 97%
G 148 of 255 = 58%
B 220 of 255 = 86%

247
148
220

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

Portions of RGB colors in percentages

R + G + B =
247 + 148 + 220 = 615 (100%)
R 247 of 615 ~ 40.16%
G 148 of 615 ~ 24.07%
B 220 of 615 ~ 35.77%

%40.16
%24.07
%35.77

CMYK color model

#F794DC color CMYK value is (0,40,11,3).

  • cyan value is 0.00%
  • magenta value is 40.08%
  • yellow value is 10.93%
  • key color value is 3.14%
CMYK:
(0,40,11,3)
C0M40Y11K3 
(0%,40%,11%,3%)
(0.00/0.40/0.11/0.03)	

CMYK percentages

%0
%40.08
%10.93
%3.14

Codes

Color #F794DC in popluar color models

F794DC
RGB247148220
HSL316°86.09%77.45%
HSB/HSV316°40.08%96.86%
CMYK0.00%40.08%10.93%
3.14%

Color #F794DC in popluar number systems.

HEXF794DC
Decimal247148220
Binary111101111001010011011100
Octal367224334

Shades and tints

Shades of #F794DC

#F794DC
(247,148,220)
#E187C8
(225,135,200)
#CB7AB4
(203,122,180)
#B56DA0
(181,109,160)
#9F608C
(159,96,140)
#895378
(137,83,120)
#734664
(115,70,100)
#5D3950
(93,57,80)
#472C3C
(71,44,60)
#311F28
(49,31,40)
#1B1214
(27,18,20)
#000000
(0,0,0)

Tints of #F794DC

#F794DC
(247,148,220)
#F79DDF
(247,157,223)
#F7A6E2
(247,166,226)
#F7AFE5
(247,175,229)
#F7B8E8
(247,184,232)
#F7C1EB
(247,193,235)
#F7CAEE
(247,202,238)
#F7D3F1
(247,211,241)
#F7DCF4
(247,220,244)
#F7E5F7
(247,229,247)
#F7EEFA
(247,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F794DC color. Also use rgb(247,148,220) instead hex code.

Text Font Color

.myTextColor { color: #F794DC; }

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

This text font color is #F794DC.


Background Color

.myBgColor { background-color: #F794DC; }

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

This div background color is #F794DC.


Border color

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

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

This div border color is #F794DC.


Opacity

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

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

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

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

This text has shadow with #F794DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F794DC on black background.


Color preview on white background

This text has color #F794DC on white background.



Black color preview on #F794DC background

This text has black color on #F794DC background.


White color preview on #F794DC background

This text has white color on #F794DC background.