COLOR #F679DC

HEX: #F679DC RGB: (246,121,220)

Color info

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

RGB color model

#F679DC color RGB value is (246,121,220).

RGB: (246,121,220) (96%, 47%, 86%)

RGB channels and saturation

R 246 of 255 = 96%
G 121 of 255 = 47%
B 220 of 255 = 86%

246
121
220

R + G + B ~ 76%. #F679DC is quite light color.

Portions of RGB colors in percentages

R + G + B = 246 + 121 + 220 = 587 (100%)
R 246 of 587 ~ 41.91%
G 121 of 587 ~ 20.61%
B 220 of 587 ~ 37.48'%

%41.91
%20.61
%37.48

CMYK color model

#F679DC color CMYK value is (0,51,11,4).

  • cyan value is 0.00%
  • magenta value is 50.81%
  • yellow value is 10.57%
  • key color value is 3.53%
CMYK: (0,51,11,4) C0M51Y11K4 (0%,51%,11%,4%) (0.00/0.51/0.11/0.04) 

CMYK percentages

%0
%50.81
%10.57
%3.53

Codes

Color #F679DC in popluar color models

F6 79 DC
RGB 246 121 220
HSL 312° 87.41% 71.96%
HSB/HSV 312° 50.81% 96.47%
CMYK 0.00% 50.81% 10.57%
3.53%

Color #F679DC in popluar number systems.

HEX F6 79 DC
Decimal 246 121 220
Binary 11110110 1111001 11011100
Octal 366 171 334

Shades and tints

Shades of #F679DC

#F679DC
(246,121,220)
#E06EC8
(224,110,200)
#CA63B4
(202,99,180)
#B458A0
(180,88,160)
#9E4D8C
(158,77,140)
#884278
(136,66,120)
#723764
(114,55,100)
#5C2C50
(92,44,80)
#46213C
(70,33,60)
#301628
(48,22,40)
#1A0B14
(26,11,20)
#000000
(0,0,0)

Tints of #F679DC

#F679DC
(246,121,220)
#F685DF
(246,133,223)
#F691E2
(246,145,226)
#F69DE5
(246,157,229)
#F6A9E8
(246,169,232)
#F6B5EB
(246,181,235)
#F6C1EE
(246,193,238)
#F6CDF1
(246,205,241)
#F6D9F4
(246,217,244)
#F6E5F7
(246,229,247)
#F6F1FA
(246,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F679DC color. Also use rgb(246,121,220) instead hex code.

Text Font Color

.myTextColor { color: #F679DC; }

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

This text font color is #F679DC.

Background Color

.myBgColor { background-color: #F679DC; }

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

This div background color is #F679DC.

Border color

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

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

This div border color is #F679DC.

Opacity

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

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

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

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

This text has shadow with #F679DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F679DC.

Preview

Color preview on black background

This text has color #F679DC on black background.


Color preview on white background

This text has color #F679DC on white background.


Black color preview on #F679DC background

This text has black color on #F679DC background.


White color preview on #F679DC background

This text has white color on #F679DC background.


Related colors

Complementary color

Complementary color for #hex is #098623.


I love getcolorcode.com

Triadic colors

1 #DCF679 and #79DCF6 with #F679DC are triadic colors.

2 #DC79F6 and #79F6DC with #F679DC are triadic colors.