COLOR #F684E4

HEX: #F684E4
RGB: (246,132,228)

Color info

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

RGB color model

#F684E4 color RGB value is (246,132,228).

  • red value is 246;
  • green value is 132;
  • blue value is 228.
RGB:
(246,132,228)
(96%,52%,89%)

RGB channels and saturation

R 246 of 255 = 96%
G 132 of 255 = 52%
B 228 of 255 = 89%

246
132
228

R + G + B ~ 79%. #F684E4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 132 + 228 = 606 (100%)
R 246 of 606 ~ 40.59%
G 132 of 606 ~ 21.78%
B 228 of 606 ~ 37.62%

%40.59
%21.78
%37.62

CMYK color model

#F684E4 color CMYK value is (0,46,7,4).

  • cyan value is 0.00%
  • magenta value is 46.34%
  • yellow value is 7.32%
  • key color value is 3.53%
CMYK:
(0,46,7,4)
C0M46Y7K4 
(0%,46%,7%,4%)
(0.00/0.46/0.07/0.04)	

CMYK percentages

%0
%46.34
%7.32
%3.53

Codes

Color #F684E4 in popluar color models

F684E4
RGB246132228
HSL309°86.36%74.12%
HSB/HSV309°46.34%96.47%
CMYK0.00%46.34%7.32%
3.53%

Color #F684E4 in popluar number systems.

HEXF684E4
Decimal246132228
Binary111101101000010011100100
Octal366204344

Shades and tints

Shades of #F684E4

#F684E4
(246,132,228)
#E078D0
(224,120,208)
#CA6CBC
(202,108,188)
#B460A8
(180,96,168)
#9E5494
(158,84,148)
#884880
(136,72,128)
#723C6C
(114,60,108)
#5C3058
(92,48,88)
#462444
(70,36,68)
#301830
(48,24,48)
#1A0C1C
(26,12,28)
#000000
(0,0,0)

Tints of #F684E4

#F684E4
(246,132,228)
#F68FE6
(246,143,230)
#F69AE8
(246,154,232)
#F6A5EA
(246,165,234)
#F6B0EC
(246,176,236)
#F6BBEE
(246,187,238)
#F6C6F0
(246,198,240)
#F6D1F2
(246,209,242)
#F6DCF4
(246,220,244)
#F6E7F6
(246,231,246)
#F6F2F8
(246,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F684E4 color. Also use rgb(246,132,228) instead hex code.

Text Font Color

.myTextColor { color: #F684E4; }

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

This text font color is #F684E4.


Background Color

.myBgColor { background-color: #F684E4; }

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

This div background color is #F684E4.


Border color

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

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

This div border color is #F684E4.


Opacity

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

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

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

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

This text has shadow with #F684E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F684E4 on black background.


Color preview on white background

This text has color #F684E4 on white background.



Black color preview on #F684E4 background

This text has black color on #F684E4 background.


White color preview on #F684E4 background

This text has white color on #F684E4 background.