COLOR #F18787

HEX: #F18787
RGB: (241,135,135)

Color info

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

RGB color model

#F18787 color RGB value is (241,135,135).

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

RGB channels and saturation

R 241 of 255 = 95%
G 135 of 255 = 53%
B 135 of 255 = 53%

241
135
135

R + G + B ~ 67%. #F18787 is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 135 + 135 = 511 (100%)
R 241 of 511 ~ 47.16%
G 135 of 511 ~ 26.42%
B 135 of 511 ~ 26.42%

%47.16
%26.42
%26.42

CMYK color model

#F18787 color CMYK value is (0,44,44,5).

  • cyan value is 0.00%
  • magenta value is 43.98%
  • yellow value is 43.98%
  • key color value is 5.49%
CMYK:
(0,44,44,5)
C0M44Y44K5 
(0%,44%,44%,5%)
(0.00/0.44/0.44/0.05)	

CMYK percentages

%0
%43.98
%43.98
%5.49

Codes

Color #F18787 in popluar color models

F18787
RGB241135135
HSL79.10%73.73%
HSB/HSV43.98%94.51%
CMYK0.00%43.98%43.98%
5.49%

Color #F18787 in popluar number systems.

HEXF18787
Decimal241135135
Binary111100011000011110000111
Octal361207207

Shades and tints

Shades of #F18787

#F18787
(241,135,135)
#DC7B7B
(220,123,123)
#C76F6F
(199,111,111)
#B26363
(178,99,99)
#9D5757
(157,87,87)
#884B4B
(136,75,75)
#733F3F
(115,63,63)
#5E3333
(94,51,51)
#492727
(73,39,39)
#341B1B
(52,27,27)
#1F0F0F
(31,15,15)
#000000
(0,0,0)

Tints of #F18787

#F18787
(241,135,135)
#F29191
(242,145,145)
#F39B9B
(243,155,155)
#F4A5A5
(244,165,165)
#F5AFAF
(245,175,175)
#F6B9B9
(246,185,185)
#F7C3C3
(247,195,195)
#F8CDCD
(248,205,205)
#F9D7D7
(249,215,215)
#FAE1E1
(250,225,225)
#FBEBEB
(251,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F18787; }

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

This text font color is #F18787.


Background Color

.myBgColor { background-color: #F18787; }

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

This div background color is #F18787.


Border color

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

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

This div border color is #F18787.


Opacity

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

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

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

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

This text has shadow with #F18787 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F18787 on black background.


Color preview on white background

This text has color #F18787 on white background.



Black color preview on #F18787 background

This text has black color on #F18787 background.


White color preview on #F18787 background

This text has white color on #F18787 background.