COLOR #F779CB

HEX: #F779CB
RGB: (247,121,203)

Color info

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

RGB color model

#F779CB color RGB value is (247,121,203).

  • red value is 247;
  • green value is 121;
  • blue value is 203.
RGB:
(247,121,203)
(97%,47%,80%)

RGB channels and saturation

R 247 of 255 = 97%
G 121 of 255 = 47%
B 203 of 255 = 80%

247
121
203

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

Portions of RGB colors in percentages

R + G + B =
247 + 121 + 203 = 571 (100%)
R 247 of 571 ~ 43.26%
G 121 of 571 ~ 21.19%
B 203 of 571 ~ 35.55%

%43.26
%21.19
%35.55

CMYK color model

#F779CB color CMYK value is (0,51,18,3).

  • cyan value is 0.00%
  • magenta value is 51.01%
  • yellow value is 17.81%
  • key color value is 3.14%
CMYK:
(0,51,18,3)
C0M51Y18K3 
(0%,51%,18%,3%)
(0.00/0.51/0.18/0.03)	

CMYK percentages

%0
%51.01
%17.81
%3.14

Codes

Color #F779CB in popluar color models

F779CB
RGB247121203
HSL321°88.73%72.16%
HSB/HSV321°51.01%96.86%
CMYK0.00%51.01%17.81%
3.14%

Color #F779CB in popluar number systems.

HEXF779CB
Decimal247121203
Binary11110111111100111001011
Octal367171313

Shades and tints

Shades of #F779CB

#F779CB
(247,121,203)
#E16EB9
(225,110,185)
#CB63A7
(203,99,167)
#B55895
(181,88,149)
#9F4D83
(159,77,131)
#894271
(137,66,113)
#73375F
(115,55,95)
#5D2C4D
(93,44,77)
#47213B
(71,33,59)
#311629
(49,22,41)
#1B0B17
(27,11,23)
#000000
(0,0,0)

Tints of #F779CB

#F779CB
(247,121,203)
#F785CF
(247,133,207)
#F791D3
(247,145,211)
#F79DD7
(247,157,215)
#F7A9DB
(247,169,219)
#F7B5DF
(247,181,223)
#F7C1E3
(247,193,227)
#F7CDE7
(247,205,231)
#F7D9EB
(247,217,235)
#F7E5EF
(247,229,239)
#F7F1F3
(247,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F779CB color. Also use rgb(247,121,203) instead hex code.

Text Font Color

.myTextColor { color: #F779CB; }

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

This text font color is #F779CB.


Background Color

.myBgColor { background-color: #F779CB; }

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

This div background color is #F779CB.


Border color

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

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

This div border color is #F779CB.


Opacity

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

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

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

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

This text has shadow with #F779CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F779CB on black background.


Color preview on white background

This text has color #F779CB on white background.



Black color preview on #F779CB background

This text has black color on #F779CB background.


White color preview on #F779CB background

This text has white color on #F779CB background.