COLOR #F677CE

HEX: #F677CE
RGB: (246,119,206)

Color info

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

RGB color model

#F677CE color RGB value is (246,119,206).

  • red value is 246;
  • green value is 119;
  • blue value is 206.
RGB:
(246,119,206)
(96%,47%,81%)

RGB channels and saturation

R 246 of 255 = 96%
G 119 of 255 = 47%
B 206 of 255 = 81%

246
119
206

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

Portions of RGB colors in percentages

R + G + B =
246 + 119 + 206 = 571 (100%)
R 246 of 571 ~ 43.08%
G 119 of 571 ~ 20.84%
B 206 of 571 ~ 36.08%

%43.08
%20.84
%36.08

CMYK color model

#F677CE color CMYK value is (0,52,16,4).

  • cyan value is 0.00%
  • magenta value is 51.63%
  • yellow value is 16.26%
  • key color value is 3.53%
CMYK:
(0,52,16,4)
C0M52Y16K4 
(0%,52%,16%,4%)
(0.00/0.52/0.16/0.04)	

CMYK percentages

%0
%51.63
%16.26
%3.53

Codes

Color #F677CE in popluar color models

F677CE
RGB246119206
HSL319°87.59%71.57%
HSB/HSV319°51.63%96.47%
CMYK0.00%51.63%16.26%
3.53%

Color #F677CE in popluar number systems.

HEXF677CE
Decimal246119206
Binary11110110111011111001110
Octal366167316

Shades and tints

Shades of #F677CE

#F677CE
(246,119,206)
#E06DBC
(224,109,188)
#CA63AA
(202,99,170)
#B45998
(180,89,152)
#9E4F86
(158,79,134)
#884574
(136,69,116)
#723B62
(114,59,98)
#5C3150
(92,49,80)
#46273E
(70,39,62)
#301D2C
(48,29,44)
#1A131A
(26,19,26)
#000000
(0,0,0)

Tints of #F677CE

#F677CE
(246,119,206)
#F683D2
(246,131,210)
#F68FD6
(246,143,214)
#F69BDA
(246,155,218)
#F6A7DE
(246,167,222)
#F6B3E2
(246,179,226)
#F6BFE6
(246,191,230)
#F6CBEA
(246,203,234)
#F6D7EE
(246,215,238)
#F6E3F2
(246,227,242)
#F6EFF6
(246,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F677CE color. Also use rgb(246,119,206) instead hex code.

Text Font Color

.myTextColor { color: #F677CE; }

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

This text font color is #F677CE.


Background Color

.myBgColor { background-color: #F677CE; }

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

This div background color is #F677CE.


Border color

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

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

This div border color is #F677CE.


Opacity

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

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

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

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

This text has shadow with #F677CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F677CE on black background.


Color preview on white background

This text has color #F677CE on white background.



Black color preview on #F677CE background

This text has black color on #F677CE background.


White color preview on #F677CE background

This text has white color on #F677CE background.