COLOR #F08080

HEX: #F08080
RGB: (240,128,128)

Color info

Color name is LightCoral. #F08080 contains mainly red color. Web safe color of #F08080 is #FF6666 (or #F66).

RGB color model

#F08080 color RGB value is (240,128,128).

  • red value is 240;
  • green value is 128;
  • blue value is 128.
RGB:
(240,128,128)
(94%,50%,50%)

RGB channels and saturation

R 240 of 255 = 94%
G 128 of 255 = 50%
B 128 of 255 = 50%

240
128
128

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

Portions of RGB colors in percentages

R + G + B =
240 + 128 + 128 = 496 (100%)
R 240 of 496 ~ 48.39%
G 128 of 496 ~ 25.81%
B 128 of 496 ~ 25.81%

%48.39
%25.81
%25.81

CMYK color model

#F08080 color CMYK value is (0,47,47,6).

  • cyan value is 0.00%
  • magenta value is 46.67%
  • yellow value is 46.67%
  • key color value is 5.88%
CMYK:
(0,47,47,6)
C0M47Y47K6 
(0%,47%,47%,6%)
(0.00/0.47/0.47/0.06)	

CMYK percentages

%0
%46.67
%46.67
%5.88

Codes

Color #F08080 in popluar color models

F08080
RGB240128128
HSL78.87%72.16%
HSB/HSV46.67%94.12%
CMYK0.00%46.67%46.67%
5.88%

Color #F08080 in popluar number systems.

HEXF08080
Decimal240128128
Binary111100001000000010000000
Octal360200200

Shades and tints

Shades of #F08080

#F08080
(240,128,128)
#DB7575
(219,117,117)
#C66A6A
(198,106,106)
#B15F5F
(177,95,95)
#9C5454
(156,84,84)
#874949
(135,73,73)
#723E3E
(114,62,62)
#5D3333
(93,51,51)
#482828
(72,40,40)
#331D1D
(51,29,29)
#1E1212
(30,18,18)
#000000
(0,0,0)

Tints of #F08080

#F08080
(240,128,128)
#F18B8B
(241,139,139)
#F29696
(242,150,150)
#F3A1A1
(243,161,161)
#F4ACAC
(244,172,172)
#F5B7B7
(245,183,183)
#F6C2C2
(246,194,194)
#F7CDCD
(247,205,205)
#F8D8D8
(248,216,216)
#F9E3E3
(249,227,227)
#FAEEEE
(250,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F08080; }

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

This text font color is #F08080.


Background Color

.myBgColor { background-color: #F08080; }

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

This div background color is #F08080.


Border color

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

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

This div border color is #F08080.


Opacity

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

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

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

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

This text has shadow with #F08080 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F08080 on black background.


Color preview on white background

This text has color #F08080 on white background.



Black color preview on #F08080 background

This text has black color on #F08080 background.


White color preview on #F08080 background

This text has white color on #F08080 background.