COLOR #F680C5

HEX: #F680C5
RGB: (246,128,197)

Color info

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

RGB color model

#F680C5 color RGB value is (246,128,197).

  • red value is 246;
  • green value is 128;
  • blue value is 197.
RGB:
(246,128,197)
(96%,50%,77%)

RGB channels and saturation

R 246 of 255 = 96%
G 128 of 255 = 50%
B 197 of 255 = 77%

246
128
197

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

Portions of RGB colors in percentages

R + G + B =
246 + 128 + 197 = 571 (100%)
R 246 of 571 ~ 43.08%
G 128 of 571 ~ 22.42%
B 197 of 571 ~ 34.5%

%43.08
%22.42
%34.5

CMYK color model

#F680C5 color CMYK value is (0,48,20,4).

  • cyan value is 0.00%
  • magenta value is 47.97%
  • yellow value is 19.92%
  • key color value is 3.53%
CMYK:
(0,48,20,4)
C0M48Y20K4 
(0%,48%,20%,4%)
(0.00/0.48/0.20/0.04)	

CMYK percentages

%0
%47.97
%19.92
%3.53

Codes

Color #F680C5 in popluar color models

F680C5
RGB246128197
HSL325°86.76%73.33%
HSB/HSV325°47.97%96.47%
CMYK0.00%47.97%19.92%
3.53%

Color #F680C5 in popluar number systems.

HEXF680C5
Decimal246128197
Binary111101101000000011000101
Octal366200305

Shades and tints

Shades of #F680C5

#F680C5
(246,128,197)
#E075B4
(224,117,180)
#CA6AA3
(202,106,163)
#B45F92
(180,95,146)
#9E5481
(158,84,129)
#884970
(136,73,112)
#723E5F
(114,62,95)
#5C334E
(92,51,78)
#46283D
(70,40,61)
#301D2C
(48,29,44)
#1A121B
(26,18,27)
#000000
(0,0,0)

Tints of #F680C5

#F680C5
(246,128,197)
#F68BCA
(246,139,202)
#F696CF
(246,150,207)
#F6A1D4
(246,161,212)
#F6ACD9
(246,172,217)
#F6B7DE
(246,183,222)
#F6C2E3
(246,194,227)
#F6CDE8
(246,205,232)
#F6D8ED
(246,216,237)
#F6E3F2
(246,227,242)
#F6EEF7
(246,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F680C5 color. Also use rgb(246,128,197) instead hex code.

Text Font Color

.myTextColor { color: #F680C5; }

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

This text font color is #F680C5.


Background Color

.myBgColor { background-color: #F680C5; }

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

This div background color is #F680C5.


Border color

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

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

This div border color is #F680C5.


Opacity

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

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

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

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

This text has shadow with #F680C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F680C5 on black background.


Color preview on white background

This text has color #F680C5 on white background.



Black color preview on #F680C5 background

This text has black color on #F680C5 background.


White color preview on #F680C5 background

This text has white color on #F680C5 background.