COLOR #F682D1

HEX: #F682D1
RGB: (246,130,209)

Color info

#F682D1 contains mainly red and blue colors. Web safe color of #F682D1 is #FF99CC (or #F9C).

RGB color model

#F682D1 color RGB value is (246,130,209).

  • red value is 246;
  • green value is 130;
  • blue value is 209.
RGB:
(246,130,209)
(96%,51%,82%)

RGB channels and saturation

R 246 of 255 = 96%
G 130 of 255 = 51%
B 209 of 255 = 82%

246
130
209

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

Portions of RGB colors in percentages

R + G + B =
246 + 130 + 209 = 585 (100%)
R 246 of 585 ~ 42.05%
G 130 of 585 ~ 22.22%
B 209 of 585 ~ 35.73%

%42.05
%22.22
%35.73

CMYK color model

#F682D1 color CMYK value is (0,47,15,4).

  • cyan value is 0.00%
  • magenta value is 47.15%
  • yellow value is 15.04%
  • key color value is 3.53%
CMYK:
(0,47,15,4)
C0M47Y15K4 
(0%,47%,15%,4%)
(0.00/0.47/0.15/0.04)	

CMYK percentages

%0
%47.15
%15.04
%3.53

Codes

Color #F682D1 in popluar color models

F682D1
RGB246130209
HSL319°86.57%73.73%
HSB/HSV319°47.15%96.47%
CMYK0.00%47.15%15.04%
3.53%

Color #F682D1 in popluar number systems.

HEXF682D1
Decimal246130209
Binary111101101000001011010001
Octal366202321

Shades and tints

Shades of #F682D1

#F682D1
(246,130,209)
#E077BE
(224,119,190)
#CA6CAB
(202,108,171)
#B46198
(180,97,152)
#9E5685
(158,86,133)
#884B72
(136,75,114)
#72405F
(114,64,95)
#5C354C
(92,53,76)
#462A39
(70,42,57)
#301F26
(48,31,38)
#1A1413
(26,20,19)
#000000
(0,0,0)

Tints of #F682D1

#F682D1
(246,130,209)
#F68DD5
(246,141,213)
#F698D9
(246,152,217)
#F6A3DD
(246,163,221)
#F6AEE1
(246,174,225)
#F6B9E5
(246,185,229)
#F6C4E9
(246,196,233)
#F6CFED
(246,207,237)
#F6DAF1
(246,218,241)
#F6E5F5
(246,229,245)
#F6F0F9
(246,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F682D1 color. Also use rgb(246,130,209) instead hex code.

Text Font Color

.myTextColor { color: #F682D1; }

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

This text font color is #F682D1.


Background Color

.myBgColor { background-color: #F682D1; }

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

This div background color is #F682D1.


Border color

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

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

This div border color is #F682D1.


Opacity

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

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

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

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

This text has shadow with #F682D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F682D1 on black background.


Color preview on white background

This text has color #F682D1 on white background.



Black color preview on #F682D1 background

This text has black color on #F682D1 background.


White color preview on #F682D1 background

This text has white color on #F682D1 background.