COLOR #F68B8F

HEX: #F68B8F
RGB: (246,139,143)

Color info

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

RGB color model

#F68B8F color RGB value is (246,139,143).

  • red value is 246;
  • green value is 139;
  • blue value is 143.
RGB:
(246,139,143)
(96%,55%,56%)

RGB channels and saturation

R 246 of 255 = 96%
G 139 of 255 = 55%
B 143 of 255 = 56%

246
139
143

R + G + B ~ 69%. #F68B8F is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 139 + 143 = 528 (100%)
R 246 of 528 ~ 46.59%
G 139 of 528 ~ 26.33%
B 143 of 528 ~ 27.08%

%46.59
%26.33
%27.08

CMYK color model

#F68B8F color CMYK value is (0,43,42,4).

  • cyan value is 0.00%
  • magenta value is 43.50%
  • yellow value is 41.87%
  • key color value is 3.53%
CMYK:
(0,43,42,4)
C0M43Y42K4 
(0%,43%,42%,4%)
(0.00/0.43/0.42/0.04)	

CMYK percentages

%0
%43.5
%41.87
%3.53

Codes

Color #F68B8F in popluar color models

F68B8F
RGB246139143
HSL358°85.60%75.49%
HSB/HSV358°43.50%96.47%
CMYK0.00%43.50%41.87%
3.53%

Color #F68B8F in popluar number systems.

HEXF68B8F
Decimal246139143
Binary111101101000101110001111
Octal366213217

Shades and tints

Shades of #F68B8F

#F68B8F
(246,139,143)
#E07F82
(224,127,130)
#CA7375
(202,115,117)
#B46768
(180,103,104)
#9E5B5B
(158,91,91)
#884F4E
(136,79,78)
#724341
(114,67,65)
#5C3734
(92,55,52)
#462B27
(70,43,39)
#301F1A
(48,31,26)
#1A130D
(26,19,13)
#000000
(0,0,0)

Tints of #F68B8F

#F68B8F
(246,139,143)
#F69599
(246,149,153)
#F69FA3
(246,159,163)
#F6A9AD
(246,169,173)
#F6B3B7
(246,179,183)
#F6BDC1
(246,189,193)
#F6C7CB
(246,199,203)
#F6D1D5
(246,209,213)
#F6DBDF
(246,219,223)
#F6E5E9
(246,229,233)
#F6EFF3
(246,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F68B8F color. Also use rgb(246,139,143) instead hex code.

Text Font Color

.myTextColor { color: #F68B8F; }

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

This text font color is #F68B8F.


Background Color

.myBgColor { background-color: #F68B8F; }

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

This div background color is #F68B8F.


Border color

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

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

This div border color is #F68B8F.


Opacity

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

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

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

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

This text has shadow with #F68B8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F68B8F on black background.


Color preview on white background

This text has color #F68B8F on white background.



Black color preview on #F68B8F background

This text has black color on #F68B8F background.


White color preview on #F68B8F background

This text has white color on #F68B8F background.