COLOR #F08075

HEX: #F08075
RGB: (240,128,117)

Color info

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

RGB color model

#F08075 color RGB value is (240,128,117).

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

RGB channels and saturation

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

240
128
117

R + G + B ~ 63%. #F08075 is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 128 + 117 = 485 (100%)
R 240 of 485 ~ 49.48%
G 128 of 485 ~ 26.39%
B 117 of 485 ~ 24.12%

%49.48
%26.39
%24.12

CMYK color model

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

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

CMYK percentages

%0
%46.67
%51.25
%5.88

Codes

Color #F08075 in popluar color models

F08075
RGB240128117
HSL80.39%70.00%
HSB/HSV51.25%94.12%
CMYK0.00%46.67%51.25%
5.88%

Color #F08075 in popluar number systems.

HEXF08075
Decimal240128117
Binary11110000100000001110101
Octal360200165

Shades and tints

Shades of #F08075

#F08075
(240,128,117)
#DB756B
(219,117,107)
#C66A61
(198,106,97)
#B15F57
(177,95,87)
#9C544D
(156,84,77)
#874943
(135,73,67)
#723E39
(114,62,57)
#5D332F
(93,51,47)
#482825
(72,40,37)
#331D1B
(51,29,27)
#1E1211
(30,18,17)
#000000
(0,0,0)

Tints of #F08075

#F08075
(240,128,117)
#F18B81
(241,139,129)
#F2968D
(242,150,141)
#F3A199
(243,161,153)
#F4ACA5
(244,172,165)
#F5B7B1
(245,183,177)
#F6C2BD
(246,194,189)
#F7CDC9
(247,205,201)
#F8D8D5
(248,216,213)
#F9E3E1
(249,227,225)
#FAEEED
(250,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F08075; }

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

This text font color is #F08075.


Background Color

.myBgColor { background-color: #F08075; }

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

This div background color is #F08075.


Border color

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

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

This div border color is #F08075.


Opacity

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

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

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

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

This text has shadow with #F08075 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F08075 on black background.


Color preview on white background

This text has color #F08075 on white background.



Black color preview on #F08075 background

This text has black color on #F08075 background.


White color preview on #F08075 background

This text has white color on #F08075 background.