COLOR #F18B8B

HEX: #F18B8B
RGB: (241,139,139)

Color info

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

RGB color model

#F18B8B color RGB value is (241,139,139).

  • red value is 241;
  • green value is 139;
  • blue value is 139.
RGB:
(241,139,139)
(95%,55%,55%)

RGB channels and saturation

R 241 of 255 = 95%
G 139 of 255 = 55%
B 139 of 255 = 55%

241
139
139

R + G + B ~ 68%. #F18B8B is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 139 + 139 = 519 (100%)
R 241 of 519 ~ 46.44%
G 139 of 519 ~ 26.78%
B 139 of 519 ~ 26.78%

%46.44
%26.78
%26.78

CMYK color model

#F18B8B color CMYK value is (0,42,42,5).

  • cyan value is 0.00%
  • magenta value is 42.32%
  • yellow value is 42.32%
  • key color value is 5.49%
CMYK:
(0,42,42,5)
C0M42Y42K5 
(0%,42%,42%,5%)
(0.00/0.42/0.42/0.05)	

CMYK percentages

%0
%42.32
%42.32
%5.49

Codes

Color #F18B8B in popluar color models

F18B8B
RGB241139139
HSL78.46%74.51%
HSB/HSV42.32%94.51%
CMYK0.00%42.32%42.32%
5.49%

Color #F18B8B in popluar number systems.

HEXF18B8B
Decimal241139139
Binary111100011000101110001011
Octal361213213

Shades and tints

Shades of #F18B8B

#F18B8B
(241,139,139)
#DC7F7F
(220,127,127)
#C77373
(199,115,115)
#B26767
(178,103,103)
#9D5B5B
(157,91,91)
#884F4F
(136,79,79)
#734343
(115,67,67)
#5E3737
(94,55,55)
#492B2B
(73,43,43)
#341F1F
(52,31,31)
#1F1313
(31,19,19)
#000000
(0,0,0)

Tints of #F18B8B

#F18B8B
(241,139,139)
#F29595
(242,149,149)
#F39F9F
(243,159,159)
#F4A9A9
(244,169,169)
#F5B3B3
(245,179,179)
#F6BDBD
(246,189,189)
#F7C7C7
(247,199,199)
#F8D1D1
(248,209,209)
#F9DBDB
(249,219,219)
#FAE5E5
(250,229,229)
#FBEFEF
(251,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F18B8B; }

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

This text font color is #F18B8B.


Background Color

.myBgColor { background-color: #F18B8B; }

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

This div background color is #F18B8B.


Border color

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

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

This div border color is #F18B8B.


Opacity

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

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

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

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

This text has shadow with #F18B8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F18B8B on black background.


Color preview on white background

This text has color #F18B8B on white background.



Black color preview on #F18B8B background

This text has black color on #F18B8B background.


White color preview on #F18B8B background

This text has white color on #F18B8B background.