COLOR #F18E93

HEX: #F18E93
RGB: (241,142,147)

Color info

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

RGB color model

#F18E93 color RGB value is (241,142,147).

  • red value is 241;
  • green value is 142;
  • blue value is 147.
RGB:
(241,142,147)
(95%,56%,58%)

RGB channels and saturation

R 241 of 255 = 95%
G 142 of 255 = 56%
B 147 of 255 = 58%

241
142
147

R + G + B ~ 70%. #F18E93 is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 142 + 147 = 530 (100%)
R 241 of 530 ~ 45.47%
G 142 of 530 ~ 26.79%
B 147 of 530 ~ 27.74%

%45.47
%26.79
%27.74

CMYK color model

#F18E93 color CMYK value is (0,41,39,5).

  • cyan value is 0.00%
  • magenta value is 41.08%
  • yellow value is 39.00%
  • key color value is 5.49%
CMYK:
(0,41,39,5)
C0M41Y39K5 
(0%,41%,39%,5%)
(0.00/0.41/0.39/0.05)	

CMYK percentages

%0
%41.08
%39
%5.49

Codes

Color #F18E93 in popluar color models

F18E93
RGB241142147
HSL357°77.95%75.10%
HSB/HSV357°41.08%94.51%
CMYK0.00%41.08%39.00%
5.49%

Color #F18E93 in popluar number systems.

HEXF18E93
Decimal241142147
Binary111100011000111010010011
Octal361216223

Shades and tints

Shades of #F18E93

#F18E93
(241,142,147)
#DC8286
(220,130,134)
#C77679
(199,118,121)
#B26A6C
(178,106,108)
#9D5E5F
(157,94,95)
#885252
(136,82,82)
#734645
(115,70,69)
#5E3A38
(94,58,56)
#492E2B
(73,46,43)
#34221E
(52,34,30)
#1F1611
(31,22,17)
#000000
(0,0,0)

Tints of #F18E93

#F18E93
(241,142,147)
#F2989C
(242,152,156)
#F3A2A5
(243,162,165)
#F4ACAE
(244,172,174)
#F5B6B7
(245,182,183)
#F6C0C0
(246,192,192)
#F7CAC9
(247,202,201)
#F8D4D2
(248,212,210)
#F9DEDB
(249,222,219)
#FAE8E4
(250,232,228)
#FBF2ED
(251,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F18E93; }

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

This text font color is #F18E93.


Background Color

.myBgColor { background-color: #F18E93; }

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

This div background color is #F18E93.


Border color

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

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

This div border color is #F18E93.


Opacity

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

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

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

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

This text has shadow with #F18E93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F18E93 on black background.


Color preview on white background

This text has color #F18E93 on white background.



Black color preview on #F18E93 background

This text has black color on #F18E93 background.


White color preview on #F18E93 background

This text has white color on #F18E93 background.