COLOR #F784DD

HEX: #F784DD
RGB: (247,132,221)

Color info

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

RGB color model

#F784DD color RGB value is (247,132,221).

  • red value is 247;
  • green value is 132;
  • blue value is 221.
RGB:
(247,132,221)
(97%,52%,87%)

RGB channels and saturation

R 247 of 255 = 97%
G 132 of 255 = 52%
B 221 of 255 = 87%

247
132
221

R + G + B ~ 79%. #F784DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
247 + 132 + 221 = 600 (100%)
R 247 of 600 ~ 41.17%
G 132 of 600 ~ 22%
B 221 of 600 ~ 36.83%

%41.17
%22
%36.83

CMYK color model

#F784DD color CMYK value is (0,47,11,3).

  • cyan value is 0.00%
  • magenta value is 46.56%
  • yellow value is 10.53%
  • key color value is 3.14%
CMYK:
(0,47,11,3)
C0M47Y11K3 
(0%,47%,11%,3%)
(0.00/0.47/0.11/0.03)	

CMYK percentages

%0
%46.56
%10.53
%3.14

Codes

Color #F784DD in popluar color models

F784DD
RGB247132221
HSL314°87.79%74.31%
HSB/HSV314°46.56%96.86%
CMYK0.00%46.56%10.53%
3.14%

Color #F784DD in popluar number systems.

HEXF784DD
Decimal247132221
Binary111101111000010011011101
Octal367204335

Shades and tints

Shades of #F784DD

#F784DD
(247,132,221)
#E178C9
(225,120,201)
#CB6CB5
(203,108,181)
#B560A1
(181,96,161)
#9F548D
(159,84,141)
#894879
(137,72,121)
#733C65
(115,60,101)
#5D3051
(93,48,81)
#47243D
(71,36,61)
#311829
(49,24,41)
#1B0C15
(27,12,21)
#000000
(0,0,0)

Tints of #F784DD

#F784DD
(247,132,221)
#F78FE0
(247,143,224)
#F79AE3
(247,154,227)
#F7A5E6
(247,165,230)
#F7B0E9
(247,176,233)
#F7BBEC
(247,187,236)
#F7C6EF
(247,198,239)
#F7D1F2
(247,209,242)
#F7DCF5
(247,220,245)
#F7E7F8
(247,231,248)
#F7F2FB
(247,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F784DD color. Also use rgb(247,132,221) instead hex code.

Text Font Color

.myTextColor { color: #F784DD; }

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

This text font color is #F784DD.


Background Color

.myBgColor { background-color: #F784DD; }

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

This div background color is #F784DD.


Border color

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

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

This div border color is #F784DD.


Opacity

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

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

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

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

This text has shadow with #F784DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F784DD on black background.


Color preview on white background

This text has color #F784DD on white background.



Black color preview on #F784DD background

This text has black color on #F784DD background.


White color preview on #F784DD background

This text has white color on #F784DD background.