COLOR #F86F80

HEX: #F86F80
RGB: (248,111,128)

Color info

#F86F80 contains mainly red color. Web safe color of #F86F80 is #FF6666 (or #F66).

RGB color model

#F86F80 color RGB value is (248,111,128).

  • red value is 248;
  • green value is 111;
  • blue value is 128.
RGB:
(248,111,128)
(97%,44%,50%)

RGB channels and saturation

R 248 of 255 = 97%
G 111 of 255 = 44%
B 128 of 255 = 50%

248
111
128

R + G + B ~ 64%. #F86F80 is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 111 + 128 = 487 (100%)
R 248 of 487 ~ 50.92%
G 111 of 487 ~ 22.79%
B 128 of 487 ~ 26.28%

%50.92
%22.79
%26.28

CMYK color model

#F86F80 color CMYK value is (0,55,48,3).

  • cyan value is 0.00%
  • magenta value is 55.24%
  • yellow value is 48.39%
  • key color value is 2.75%
CMYK:
(0,55,48,3)
C0M55Y48K3 
(0%,55%,48%,3%)
(0.00/0.55/0.48/0.03)	

CMYK percentages

%0
%55.24
%48.39
%2.75

Codes

Color #F86F80 in popluar color models

F86F80
RGB248111128
HSL353°90.73%70.39%
HSB/HSV353°55.24%97.25%
CMYK0.00%55.24%48.39%
2.75%

Color #F86F80 in popluar number systems.

HEXF86F80
Decimal248111128
Binary11111000110111110000000
Octal370157200

Shades and tints

Shades of #F86F80

#F86F80
(248,111,128)
#E26575
(226,101,117)
#CC5B6A
(204,91,106)
#B6515F
(182,81,95)
#A04754
(160,71,84)
#8A3D49
(138,61,73)
#74333E
(116,51,62)
#5E2933
(94,41,51)
#481F28
(72,31,40)
#32151D
(50,21,29)
#1C0B12
(28,11,18)
#000000
(0,0,0)

Tints of #F86F80

#F86F80
(248,111,128)
#F87C8B
(248,124,139)
#F88996
(248,137,150)
#F896A1
(248,150,161)
#F8A3AC
(248,163,172)
#F8B0B7
(248,176,183)
#F8BDC2
(248,189,194)
#F8CACD
(248,202,205)
#F8D7D8
(248,215,216)
#F8E4E3
(248,228,227)
#F8F1EE
(248,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F86F80 color. Also use rgb(248,111,128) instead hex code.

Text Font Color

.myTextColor { color: #F86F80; }

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

This text font color is #F86F80.


Background Color

.myBgColor { background-color: #F86F80; }

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

This div background color is #F86F80.


Border color

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

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

This div border color is #F86F80.


Opacity

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

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

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

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

This text has shadow with #F86F80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F86F80 on black background.


Color preview on white background

This text has color #F86F80 on white background.



Black color preview on #F86F80 background

This text has black color on #F86F80 background.


White color preview on #F86F80 background

This text has white color on #F86F80 background.