COLOR #F777D0

HEX: #F777D0
RGB: (247,119,208)

Color info

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

RGB color model

#F777D0 color RGB value is (247,119,208).

  • red value is 247;
  • green value is 119;
  • blue value is 208.
RGB:
(247,119,208)
(97%,47%,82%)

RGB channels and saturation

R 247 of 255 = 97%
G 119 of 255 = 47%
B 208 of 255 = 82%

247
119
208

R + G + B ~ 75%. #F777D0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
247 + 119 + 208 = 574 (100%)
R 247 of 574 ~ 43.03%
G 119 of 574 ~ 20.73%
B 208 of 574 ~ 36.24%

%43.03
%20.73
%36.24

CMYK color model

#F777D0 color CMYK value is (0,52,16,3).

  • cyan value is 0.00%
  • magenta value is 51.82%
  • yellow value is 15.79%
  • key color value is 3.14%
CMYK:
(0,52,16,3)
C0M52Y16K3 
(0%,52%,16%,3%)
(0.00/0.52/0.16/0.03)	

CMYK percentages

%0
%51.82
%15.79
%3.14

Codes

Color #F777D0 in popluar color models

F777D0
RGB247119208
HSL318°88.89%71.76%
HSB/HSV318°51.82%96.86%
CMYK0.00%51.82%15.79%
3.14%

Color #F777D0 in popluar number systems.

HEXF777D0
Decimal247119208
Binary11110111111011111010000
Octal367167320

Shades and tints

Shades of #F777D0

#F777D0
(247,119,208)
#E16DBE
(225,109,190)
#CB63AC
(203,99,172)
#B5599A
(181,89,154)
#9F4F88
(159,79,136)
#894576
(137,69,118)
#733B64
(115,59,100)
#5D3152
(93,49,82)
#472740
(71,39,64)
#311D2E
(49,29,46)
#1B131C
(27,19,28)
#000000
(0,0,0)

Tints of #F777D0

#F777D0
(247,119,208)
#F783D4
(247,131,212)
#F78FD8
(247,143,216)
#F79BDC
(247,155,220)
#F7A7E0
(247,167,224)
#F7B3E4
(247,179,228)
#F7BFE8
(247,191,232)
#F7CBEC
(247,203,236)
#F7D7F0
(247,215,240)
#F7E3F4
(247,227,244)
#F7EFF8
(247,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F777D0; }

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

This text font color is #F777D0.


Background Color

.myBgColor { background-color: #F777D0; }

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

This div background color is #F777D0.


Border color

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

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

This div border color is #F777D0.


Opacity

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

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

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

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

This text has shadow with #F777D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F777D0 on black background.


Color preview on white background

This text has color #F777D0 on white background.



Black color preview on #F777D0 background

This text has black color on #F777D0 background.


White color preview on #F777D0 background

This text has white color on #F777D0 background.