COLOR #F777D7

HEX: #F777D7 RGB: (247,119,215)

Color info

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

RGB color model

#F777D7 color RGB value is (247,119,215).

RGB: (247,119,215) (97%, 47%, 84%)

RGB channels and saturation

R 247 of 255 = 97%
G 119 of 255 = 47%
B 215 of 255 = 84%

247
119
215

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

Portions of RGB colors in percentages

R + G + B = 247 + 119 + 215 = 581 (100%)
R 247 of 581 ~ 42.51%
G 119 of 581 ~ 20.48%
B 215 of 581 ~ 37.01'%

%42.51
%20.48
%37.01

CMYK color model

#F777D7 color CMYK value is (0,52,13,3).

  • cyan value is 0.00%
  • magenta value is 51.82%
  • yellow value is 12.96%
  • key color value is 3.14%

CMYK: (0,52,13,3)
C0M52Y13K3 (0%, 52%, 13%, 3%)
(0.00 / 0.52 / 0.13 / 0.03)

CMYK percentages

%0
%51.82
%12.96
%3.14

Codes

Color #F777D7 in popluar color models

F7 77 D7
RGB 247 119 215
HSL 315° 88.89% 71.76%
HSB/HSV 315° 51.82% 96.86%
CMYK 0.00% 51.82% 12.96%
3.14%

Color #F777D7 in popluar number systems.

HEX F7 77 D7
Decimal 247 119 215
Binary 11110111 1110111 11010111
Octal 367 167 327

Shades and tints

Shades of #F777D7

#F777D7
(247,119,215)
#E16DC4
(225,109,196)
#CB63B1
(203,99,177)
#B5599E
(181,89,158)
#9F4F8B
(159,79,139)
#894578
(137,69,120)
#733B65
(115,59,101)
#5D3152
(93,49,82)
#47273F
(71,39,63)
#311D2C
(49,29,44)
#1B1319
(27,19,25)
#000000
(0,0,0)

Tints of #F777D7

#F777D7
(247,119,215)
#F783DA
(247,131,218)
#F78FDD
(247,143,221)
#F79BE0
(247,155,224)
#F7A7E3
(247,167,227)
#F7B3E6
(247,179,230)
#F7BFE9
(247,191,233)
#F7CBEC
(247,203,236)
#F7D7EF
(247,215,239)
#F7E3F2
(247,227,242)
#F7EFF5
(247,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F777D7 color. Also use rgb(247,119,215) instead hex code.

Text Font Color

.myTextColor { color: #F777D7; }

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

This text font color is #F777D7.

Background Color

.myBgColor { background-color: #F777D7; }

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

This div background color is #F777D7.

Border color

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

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

This div border color is #F777D7.

Opacity

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

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

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

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

This text has shadow with #F777D7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F777D7.

Preview

Color preview on black background

This text has color #F777D7 on black background.


Color preview on white background

This text has color #F777D7 on white background.


Black color preview on #F777D7 background

This text has black color on #F777D7 background.


White color preview on #F777D7 background

This text has white color on #F777D7 background.


Related colors

Complementary color

Complementary color for #hex is #088828.


I love getcolorcode.com

Triadic colors

1 #D7F777 and #77D7F7 with #F777D7 are triadic colors.

2 #D777F7 and #77F7D7 with #F777D7 are triadic colors.