COLOR #F682B8

HEX: #F682B8
RGB: (246,130,184)

Color info

#F682B8 contains mainly red color. Web safe color of #F682B8 is #FF99CC (or #F9C).

RGB color model

#F682B8 color RGB value is (246,130,184).

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

RGB channels and saturation

R 246 of 255 = 96%
G 130 of 255 = 51%
B 184 of 255 = 72%

246
130
184

R + G + B ~ 73%. #F682B8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 130 + 184 = 560 (100%)
R 246 of 560 ~ 43.93%
G 130 of 560 ~ 23.21%
B 184 of 560 ~ 32.86%

%43.93
%23.21
%32.86

CMYK color model

#F682B8 color CMYK value is (0,47,25,4).

  • cyan value is 0.00%
  • magenta value is 47.15%
  • yellow value is 25.20%
  • key color value is 3.53%
CMYK:
(0,47,25,4)
C0M47Y25K4 
(0%,47%,25%,4%)
(0.00/0.47/0.25/0.04)	

CMYK percentages

%0
%47.15
%25.2
%3.53

Codes

Color #F682B8 in popluar color models

F682B8
RGB246130184
HSL332°86.57%73.73%
HSB/HSV332°47.15%96.47%
CMYK0.00%47.15%25.20%
3.53%

Color #F682B8 in popluar number systems.

HEXF682B8
Decimal246130184
Binary111101101000001010111000
Octal366202270

Shades and tints

Shades of #F682B8

#F682B8
(246,130,184)
#E077A8
(224,119,168)
#CA6C98
(202,108,152)
#B46188
(180,97,136)
#9E5678
(158,86,120)
#884B68
(136,75,104)
#724058
(114,64,88)
#5C3548
(92,53,72)
#462A38
(70,42,56)
#301F28
(48,31,40)
#1A1418
(26,20,24)
#000000
(0,0,0)

Tints of #F682B8

#F682B8
(246,130,184)
#F68DBE
(246,141,190)
#F698C4
(246,152,196)
#F6A3CA
(246,163,202)
#F6AED0
(246,174,208)
#F6B9D6
(246,185,214)
#F6C4DC
(246,196,220)
#F6CFE2
(246,207,226)
#F6DAE8
(246,218,232)
#F6E5EE
(246,229,238)
#F6F0F4
(246,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F682B8; }

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

This text font color is #F682B8.


Background Color

.myBgColor { background-color: #F682B8; }

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

This div background color is #F682B8.


Border color

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

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

This div border color is #F682B8.


Opacity

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

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

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

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

This text has shadow with #F682B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F682B8 on black background.


Color preview on white background

This text has color #F682B8 on white background.



Black color preview on #F682B8 background

This text has black color on #F682B8 background.


White color preview on #F682B8 background

This text has white color on #F682B8 background.