COLOR #F677E0

HEX: #F677E0
RGB: (246,119,224)

Color info

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

RGB color model

#F677E0 color RGB value is (246,119,224).

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

RGB channels and saturation

R 246 of 255 = 96%
G 119 of 255 = 47%
B 224 of 255 = 88%

246
119
224

R + G + B ~ 77%. #F677E0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 119 + 224 = 589 (100%)
R 246 of 589 ~ 41.77%
G 119 of 589 ~ 20.2%
B 224 of 589 ~ 38.03%

%41.77
%20.2
%38.03

CMYK color model

#F677E0 color CMYK value is (0,52,9,4).

  • cyan value is 0.00%
  • magenta value is 51.63%
  • yellow value is 8.94%
  • key color value is 3.53%
CMYK:
(0,52,9,4)
C0M52Y9K4 
(0%,52%,9%,4%)
(0.00/0.52/0.09/0.04)	

CMYK percentages

%0
%51.63
%8.94
%3.53

Codes

Color #F677E0 in popluar color models

F677E0
RGB246119224
HSL310°87.59%71.57%
HSB/HSV310°51.63%96.47%
CMYK0.00%51.63%8.94%
3.53%

Color #F677E0 in popluar number systems.

HEXF677E0
Decimal246119224
Binary11110110111011111100000
Octal366167340

Shades and tints

Shades of #F677E0

#F677E0
(246,119,224)
#E06DCC
(224,109,204)
#CA63B8
(202,99,184)
#B459A4
(180,89,164)
#9E4F90
(158,79,144)
#88457C
(136,69,124)
#723B68
(114,59,104)
#5C3154
(92,49,84)
#462740
(70,39,64)
#301D2C
(48,29,44)
#1A1318
(26,19,24)
#000000
(0,0,0)

Tints of #F677E0

#F677E0
(246,119,224)
#F683E2
(246,131,226)
#F68FE4
(246,143,228)
#F69BE6
(246,155,230)
#F6A7E8
(246,167,232)
#F6B3EA
(246,179,234)
#F6BFEC
(246,191,236)
#F6CBEE
(246,203,238)
#F6D7F0
(246,215,240)
#F6E3F2
(246,227,242)
#F6EFF4
(246,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F677E0; }

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

This text font color is #F677E0.


Background Color

.myBgColor { background-color: #F677E0; }

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

This div background color is #F677E0.


Border color

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

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

This div border color is #F677E0.


Opacity

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

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

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

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

This text has shadow with #F677E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F677E0 on black background.


Color preview on white background

This text has color #F677E0 on white background.



Black color preview on #F677E0 background

This text has black color on #F677E0 background.


White color preview on #F677E0 background

This text has white color on #F677E0 background.