COLOR #F68E96

HEX: #F68E96
RGB: (246,142,150)

Color info

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

RGB color model

#F68E96 color RGB value is (246,142,150).

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

RGB channels and saturation

R 246 of 255 = 96%
G 142 of 255 = 56%
B 150 of 255 = 59%

246
142
150

R + G + B ~ 70%. #F68E96 is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 142 + 150 = 538 (100%)
R 246 of 538 ~ 45.72%
G 142 of 538 ~ 26.39%
B 150 of 538 ~ 27.88%

%45.72
%26.39
%27.88

CMYK color model

#F68E96 color CMYK value is (0,42,39,4).

  • cyan value is 0.00%
  • magenta value is 42.28%
  • yellow value is 39.02%
  • key color value is 3.53%
CMYK:
(0,42,39,4)
C0M42Y39K4 
(0%,42%,39%,4%)
(0.00/0.42/0.39/0.04)	

CMYK percentages

%0
%42.28
%39.02
%3.53

Codes

Color #F68E96 in popluar color models

F68E96
RGB246142150
HSL355°85.25%76.08%
HSB/HSV355°42.28%96.47%
CMYK0.00%42.28%39.02%
3.53%

Color #F68E96 in popluar number systems.

HEXF68E96
Decimal246142150
Binary111101101000111010010110
Octal366216226

Shades and tints

Shades of #F68E96

#F68E96
(246,142,150)
#E08289
(224,130,137)
#CA767C
(202,118,124)
#B46A6F
(180,106,111)
#9E5E62
(158,94,98)
#885255
(136,82,85)
#724648
(114,70,72)
#5C3A3B
(92,58,59)
#462E2E
(70,46,46)
#302221
(48,34,33)
#1A1614
(26,22,20)
#000000
(0,0,0)

Tints of #F68E96

#F68E96
(246,142,150)
#F6989F
(246,152,159)
#F6A2A8
(246,162,168)
#F6ACB1
(246,172,177)
#F6B6BA
(246,182,186)
#F6C0C3
(246,192,195)
#F6CACC
(246,202,204)
#F6D4D5
(246,212,213)
#F6DEDE
(246,222,222)
#F6E8E7
(246,232,231)
#F6F2F0
(246,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F68E96; }

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

This text font color is #F68E96.


Background Color

.myBgColor { background-color: #F68E96; }

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

This div background color is #F68E96.


Border color

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

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

This div border color is #F68E96.


Opacity

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

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

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

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

This text has shadow with #F68E96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F68E96 on black background.


Color preview on white background

This text has color #F68E96 on white background.



Black color preview on #F68E96 background

This text has black color on #F68E96 background.


White color preview on #F68E96 background

This text has white color on #F68E96 background.