COLOR #F86C8B

HEX: #F86C8B
RGB: (248,108,139)

Color info

#F86C8B contains mainly red color. Web safe color of #F86C8B is #FF6699 (or #F69).

RGB color model

#F86C8B color RGB value is (248,108,139).

  • red value is 248;
  • green value is 108;
  • blue value is 139.
RGB:
(248,108,139)
(97%,42%,55%)

RGB channels and saturation

R 248 of 255 = 97%
G 108 of 255 = 42%
B 139 of 255 = 55%

248
108
139

R + G + B ~ 65%. #F86C8B is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 108 + 139 = 495 (100%)
R 248 of 495 ~ 50.1%
G 108 of 495 ~ 21.82%
B 139 of 495 ~ 28.08%

%50.1
%21.82
%28.08

CMYK color model

#F86C8B color CMYK value is (0,56,44,3).

  • cyan value is 0.00%
  • magenta value is 56.45%
  • yellow value is 43.95%
  • key color value is 2.75%
CMYK:
(0,56,44,3)
C0M56Y44K3 
(0%,56%,44%,3%)
(0.00/0.56/0.44/0.03)	

CMYK percentages

%0
%56.45
%43.95
%2.75

Codes

Color #F86C8B in popluar color models

F86C8B
RGB248108139
HSL347°90.91%69.80%
HSB/HSV347°56.45%97.25%
CMYK0.00%56.45%43.95%
2.75%

Color #F86C8B in popluar number systems.

HEXF86C8B
Decimal248108139
Binary11111000110110010001011
Octal370154213

Shades and tints

Shades of #F86C8B

#F86C8B
(248,108,139)
#E2637F
(226,99,127)
#CC5A73
(204,90,115)
#B65167
(182,81,103)
#A0485B
(160,72,91)
#8A3F4F
(138,63,79)
#743643
(116,54,67)
#5E2D37
(94,45,55)
#48242B
(72,36,43)
#321B1F
(50,27,31)
#1C1213
(28,18,19)
#000000
(0,0,0)

Tints of #F86C8B

#F86C8B
(248,108,139)
#F87995
(248,121,149)
#F8869F
(248,134,159)
#F893A9
(248,147,169)
#F8A0B3
(248,160,179)
#F8ADBD
(248,173,189)
#F8BAC7
(248,186,199)
#F8C7D1
(248,199,209)
#F8D4DB
(248,212,219)
#F8E1E5
(248,225,229)
#F8EEEF
(248,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F86C8B color. Also use rgb(248,108,139) instead hex code.

Text Font Color

.myTextColor { color: #F86C8B; }

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

This text font color is #F86C8B.


Background Color

.myBgColor { background-color: #F86C8B; }

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

This div background color is #F86C8B.


Border color

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

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

This div border color is #F86C8B.


Opacity

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

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

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

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

This text has shadow with #F86C8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F86C8B on black background.


Color preview on white background

This text has color #F86C8B on white background.



Black color preview on #F86C8B background

This text has black color on #F86C8B background.


White color preview on #F86C8B background

This text has white color on #F86C8B background.