COLOR #F68EA5

HEX: #F68EA5
RGB: (246,142,165)

Color info

#F68EA5 contains mainly red color. Web safe color of #F68EA5 is #FF9999 (or #F99).

RGB color model

#F68EA5 color RGB value is (246,142,165).

  • red value is 246;
  • green value is 142;
  • blue value is 165.
RGB:
(246,142,165)
(96%,56%,65%)

RGB channels and saturation

R 246 of 255 = 96%
G 142 of 255 = 56%
B 165 of 255 = 65%

246
142
165

R + G + B ~ 72%. #F68EA5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 142 + 165 = 553 (100%)
R 246 of 553 ~ 44.48%
G 142 of 553 ~ 25.68%
B 165 of 553 ~ 29.84%

%44.48
%25.68
%29.84

CMYK color model

#F68EA5 color CMYK value is (0,42,33,4).

  • cyan value is 0.00%
  • magenta value is 42.28%
  • yellow value is 32.93%
  • key color value is 3.53%
CMYK:
(0,42,33,4)
C0M42Y33K4 
(0%,42%,33%,4%)
(0.00/0.42/0.33/0.04)	

CMYK percentages

%0
%42.28
%32.93
%3.53

Codes

Color #F68EA5 in popluar color models

F68EA5
RGB246142165
HSL347°85.25%76.08%
HSB/HSV347°42.28%96.47%
CMYK0.00%42.28%32.93%
3.53%

Color #F68EA5 in popluar number systems.

HEXF68EA5
Decimal246142165
Binary111101101000111010100101
Octal366216245

Shades and tints

Shades of #F68EA5

#F68EA5
(246,142,165)
#E08296
(224,130,150)
#CA7687
(202,118,135)
#B46A78
(180,106,120)
#9E5E69
(158,94,105)
#88525A
(136,82,90)
#72464B
(114,70,75)
#5C3A3C
(92,58,60)
#462E2D
(70,46,45)
#30221E
(48,34,30)
#1A160F
(26,22,15)
#000000
(0,0,0)

Tints of #F68EA5

#F68EA5
(246,142,165)
#F698AD
(246,152,173)
#F6A2B5
(246,162,181)
#F6ACBD
(246,172,189)
#F6B6C5
(246,182,197)
#F6C0CD
(246,192,205)
#F6CAD5
(246,202,213)
#F6D4DD
(246,212,221)
#F6DEE5
(246,222,229)
#F6E8ED
(246,232,237)
#F6F2F5
(246,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F68EA5 color. Also use rgb(246,142,165) instead hex code.

Text Font Color

.myTextColor { color: #F68EA5; }

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

This text font color is #F68EA5.


Background Color

.myBgColor { background-color: #F68EA5; }

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

This div background color is #F68EA5.


Border color

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

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

This div border color is #F68EA5.


Opacity

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

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

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

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

This text has shadow with #F68EA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F68EA5 on black background.


Color preview on white background

This text has color #F68EA5 on white background.



Black color preview on #F68EA5 background

This text has black color on #F68EA5 background.


White color preview on #F68EA5 background

This text has white color on #F68EA5 background.