COLOR #F68C7B

HEX: #F68C7B
RGB: (246,140,123)

Color info

#F68C7B contains mainly red color. Web safe color of #F68C7B is #FF9966 (or #F96).

RGB color model

#F68C7B color RGB value is (246,140,123).

  • red value is 246;
  • green value is 140;
  • blue value is 123.
RGB:
(246,140,123)
(96%,55%,48%)

RGB channels and saturation

R 246 of 255 = 96%
G 140 of 255 = 55%
B 123 of 255 = 48%

246
140
123

R + G + B ~ 66%. #F68C7B is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 140 + 123 = 509 (100%)
R 246 of 509 ~ 48.33%
G 140 of 509 ~ 27.5%
B 123 of 509 ~ 24.17%

%48.33
%27.5
%24.17

CMYK color model

#F68C7B color CMYK value is (0,43,50,4).

  • cyan value is 0.00%
  • magenta value is 43.09%
  • yellow value is 50.00%
  • key color value is 3.53%
CMYK:
(0,43,50,4)
C0M43Y50K4 
(0%,43%,50%,4%)
(0.00/0.43/0.50/0.04)	

CMYK percentages

%0
%43.09
%50
%3.53

Codes

Color #F68C7B in popluar color models

F68C7B
RGB246140123
HSL87.23%72.35%
HSB/HSV50.00%96.47%
CMYK0.00%43.09%50.00%
3.53%

Color #F68C7B in popluar number systems.

HEXF68C7B
Decimal246140123
Binary11110110100011001111011
Octal366214173

Shades and tints

Shades of #F68C7B

#F68C7B
(246,140,123)
#E08070
(224,128,112)
#CA7465
(202,116,101)
#B4685A
(180,104,90)
#9E5C4F
(158,92,79)
#885044
(136,80,68)
#724439
(114,68,57)
#5C382E
(92,56,46)
#462C23
(70,44,35)
#302018
(48,32,24)
#1A140D
(26,20,13)
#000000
(0,0,0)

Tints of #F68C7B

#F68C7B
(246,140,123)
#F69687
(246,150,135)
#F6A093
(246,160,147)
#F6AA9F
(246,170,159)
#F6B4AB
(246,180,171)
#F6BEB7
(246,190,183)
#F6C8C3
(246,200,195)
#F6D2CF
(246,210,207)
#F6DCDB
(246,220,219)
#F6E6E7
(246,230,231)
#F6F0F3
(246,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F68C7B color. Also use rgb(246,140,123) instead hex code.

Text Font Color

.myTextColor { color: #F68C7B; }

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

This text font color is #F68C7B.


Background Color

.myBgColor { background-color: #F68C7B; }

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

This div background color is #F68C7B.


Border color

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

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

This div border color is #F68C7B.


Opacity

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

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

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

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

This text has shadow with #F68C7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F68C7B on black background.


Color preview on white background

This text has color #F68C7B on white background.



Black color preview on #F68C7B background

This text has black color on #F68C7B background.


White color preview on #F68C7B background

This text has white color on #F68C7B background.