COLOR #F68D87

HEX: #F68D87
RGB: (246,141,135)

Color info

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

RGB color model

#F68D87 color RGB value is (246,141,135).

  • red value is 246;
  • green value is 141;
  • blue value is 135.
RGB:
(246,141,135)
(96%,55%,53%)

RGB channels and saturation

R 246 of 255 = 96%
G 141 of 255 = 55%
B 135 of 255 = 53%

246
141
135

R + G + B ~ 68%. #F68D87 is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 141 + 135 = 522 (100%)
R 246 of 522 ~ 47.13%
G 141 of 522 ~ 27.01%
B 135 of 522 ~ 25.86%

%47.13
%27.01
%25.86

CMYK color model

#F68D87 color CMYK value is (0,43,45,4).

  • cyan value is 0.00%
  • magenta value is 42.68%
  • yellow value is 45.12%
  • key color value is 3.53%
CMYK:
(0,43,45,4)
C0M43Y45K4 
(0%,43%,45%,4%)
(0.00/0.43/0.45/0.04)	

CMYK percentages

%0
%42.68
%45.12
%3.53

Codes

Color #F68D87 in popluar color models

F68D87
RGB246141135
HSL86.05%74.71%
HSB/HSV45.12%96.47%
CMYK0.00%42.68%45.12%
3.53%

Color #F68D87 in popluar number systems.

HEXF68D87
Decimal246141135
Binary111101101000110110000111
Octal366215207

Shades and tints

Shades of #F68D87

#F68D87
(246,141,135)
#E0817B
(224,129,123)
#CA756F
(202,117,111)
#B46963
(180,105,99)
#9E5D57
(158,93,87)
#88514B
(136,81,75)
#72453F
(114,69,63)
#5C3933
(92,57,51)
#462D27
(70,45,39)
#30211B
(48,33,27)
#1A150F
(26,21,15)
#000000
(0,0,0)

Tints of #F68D87

#F68D87
(246,141,135)
#F69791
(246,151,145)
#F6A19B
(246,161,155)
#F6ABA5
(246,171,165)
#F6B5AF
(246,181,175)
#F6BFB9
(246,191,185)
#F6C9C3
(246,201,195)
#F6D3CD
(246,211,205)
#F6DDD7
(246,221,215)
#F6E7E1
(246,231,225)
#F6F1EB
(246,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F68D87 color. Also use rgb(246,141,135) instead hex code.

Text Font Color

.myTextColor { color: #F68D87; }

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

This text font color is #F68D87.


Background Color

.myBgColor { background-color: #F68D87; }

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

This div background color is #F68D87.


Border color

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

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

This div border color is #F68D87.


Opacity

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

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

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

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

This text has shadow with #F68D87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F68D87 on black background.


Color preview on white background

This text has color #F68D87 on white background.



Black color preview on #F68D87 background

This text has black color on #F68D87 background.


White color preview on #F68D87 background

This text has white color on #F68D87 background.