COLOR #F772DD

HEX: #F772DD
RGB: (247,114,221)

Color info

#F772DD contains mainly red and blue colors. Web safe color of #F772DD is #FF66CC (or #F6C).

RGB color model

#F772DD color RGB value is (247,114,221).

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

RGB channels and saturation

R 247 of 255 = 97%
G 114 of 255 = 45%
B 221 of 255 = 87%

247
114
221

R + G + B ~ 76%. #F772DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
247 + 114 + 221 = 582 (100%)
R 247 of 582 ~ 42.44%
G 114 of 582 ~ 19.59%
B 221 of 582 ~ 37.97%

%42.44
%19.59
%37.97

CMYK color model

#F772DD color CMYK value is (0,54,11,3).

  • cyan value is 0.00%
  • magenta value is 53.85%
  • yellow value is 10.53%
  • key color value is 3.14%
CMYK:
(0,54,11,3)
C0M54Y11K3 
(0%,54%,11%,3%)
(0.00/0.54/0.11/0.03)	

CMYK percentages

%0
%53.85
%10.53
%3.14

Codes

Color #F772DD in popluar color models

F772DD
RGB247114221
HSL312°89.26%70.78%
HSB/HSV312°53.85%96.86%
CMYK0.00%53.85%10.53%
3.14%

Color #F772DD in popluar number systems.

HEXF772DD
Decimal247114221
Binary11110111111001011011101
Octal367162335

Shades and tints

Shades of #F772DD

#F772DD
(247,114,221)
#E168C9
(225,104,201)
#CB5EB5
(203,94,181)
#B554A1
(181,84,161)
#9F4A8D
(159,74,141)
#894079
(137,64,121)
#733665
(115,54,101)
#5D2C51
(93,44,81)
#47223D
(71,34,61)
#311829
(49,24,41)
#1B0E15
(27,14,21)
#000000
(0,0,0)

Tints of #F772DD

#F772DD
(247,114,221)
#F77EE0
(247,126,224)
#F78AE3
(247,138,227)
#F796E6
(247,150,230)
#F7A2E9
(247,162,233)
#F7AEEC
(247,174,236)
#F7BAEF
(247,186,239)
#F7C6F2
(247,198,242)
#F7D2F5
(247,210,245)
#F7DEF8
(247,222,248)
#F7EAFB
(247,234,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F772DD; }

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

This text font color is #F772DD.


Background Color

.myBgColor { background-color: #F772DD; }

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

This div background color is #F772DD.


Border color

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

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

This div border color is #F772DD.


Opacity

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

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

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

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

This text has shadow with #F772DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F772DD on black background.


Color preview on white background

This text has color #F772DD on white background.



Black color preview on #F772DD background

This text has black color on #F772DD background.


White color preview on #F772DD background

This text has white color on #F772DD background.