COLOR #F774CE

HEX: #F774CE
RGB: (247,116,206)

Color info

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

RGB color model

#F774CE color RGB value is (247,116,206).

  • red value is 247;
  • green value is 116;
  • blue value is 206.
RGB:
(247,116,206)
(97%,45%,81%)

RGB channels and saturation

R 247 of 255 = 97%
G 116 of 255 = 45%
B 206 of 255 = 81%

247
116
206

R + G + B ~ 74%. #F774CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
247 + 116 + 206 = 569 (100%)
R 247 of 569 ~ 43.41%
G 116 of 569 ~ 20.39%
B 206 of 569 ~ 36.2%

%43.41
%20.39
%36.2

CMYK color model

#F774CE color CMYK value is (0,53,17,3).

  • cyan value is 0.00%
  • magenta value is 53.04%
  • yellow value is 16.60%
  • key color value is 3.14%
CMYK:
(0,53,17,3)
C0M53Y17K3 
(0%,53%,17%,3%)
(0.00/0.53/0.17/0.03)	

CMYK percentages

%0
%53.04
%16.6
%3.14

Codes

Color #F774CE in popluar color models

F774CE
RGB247116206
HSL319°89.12%71.18%
HSB/HSV319°53.04%96.86%
CMYK0.00%53.04%16.60%
3.14%

Color #F774CE in popluar number systems.

HEXF774CE
Decimal247116206
Binary11110111111010011001110
Octal367164316

Shades and tints

Shades of #F774CE

#F774CE
(247,116,206)
#E16ABC
(225,106,188)
#CB60AA
(203,96,170)
#B55698
(181,86,152)
#9F4C86
(159,76,134)
#894274
(137,66,116)
#733862
(115,56,98)
#5D2E50
(93,46,80)
#47243E
(71,36,62)
#311A2C
(49,26,44)
#1B101A
(27,16,26)
#000000
(0,0,0)

Tints of #F774CE

#F774CE
(247,116,206)
#F780D2
(247,128,210)
#F78CD6
(247,140,214)
#F798DA
(247,152,218)
#F7A4DE
(247,164,222)
#F7B0E2
(247,176,226)
#F7BCE6
(247,188,230)
#F7C8EA
(247,200,234)
#F7D4EE
(247,212,238)
#F7E0F2
(247,224,242)
#F7ECF6
(247,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F774CE color. Also use rgb(247,116,206) instead hex code.

Text Font Color

.myTextColor { color: #F774CE; }

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

This text font color is #F774CE.


Background Color

.myBgColor { background-color: #F774CE; }

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

This div background color is #F774CE.


Border color

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

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

This div border color is #F774CE.


Opacity

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

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

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

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

This text has shadow with #F774CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F774CE on black background.


Color preview on white background

This text has color #F774CE on white background.



Black color preview on #F774CE background

This text has black color on #F774CE background.


White color preview on #F774CE background

This text has white color on #F774CE background.