COLOR #F19683

HEX: #F19683
RGB: (241,150,131)

Color info

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

RGB color model

#F19683 color RGB value is (241,150,131).

  • red value is 241;
  • green value is 150;
  • blue value is 131.
RGB:
(241,150,131)
(95%,59%,51%)

RGB channels and saturation

R 241 of 255 = 95%
G 150 of 255 = 59%
B 131 of 255 = 51%

241
150
131

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

Portions of RGB colors in percentages

R + G + B =
241 + 150 + 131 = 522 (100%)
R 241 of 522 ~ 46.17%
G 150 of 522 ~ 28.74%
B 131 of 522 ~ 25.1%

%46.17
%28.74
%25.1

CMYK color model

#F19683 color CMYK value is (0,38,46,5).

  • cyan value is 0.00%
  • magenta value is 37.76%
  • yellow value is 45.64%
  • key color value is 5.49%
CMYK:
(0,38,46,5)
C0M38Y46K5 
(0%,38%,46%,5%)
(0.00/0.38/0.46/0.05)	

CMYK percentages

%0
%37.76
%45.64
%5.49

Codes

Color #F19683 in popluar color models

F19683
RGB241150131
HSL10°79.71%72.94%
HSB/HSV10°45.64%94.51%
CMYK0.00%37.76%45.64%
5.49%

Color #F19683 in popluar number systems.

HEXF19683
Decimal241150131
Binary111100011001011010000011
Octal361226203

Shades and tints

Shades of #F19683

#F19683
(241,150,131)
#DC8978
(220,137,120)
#C77C6D
(199,124,109)
#B26F62
(178,111,98)
#9D6257
(157,98,87)
#88554C
(136,85,76)
#734841
(115,72,65)
#5E3B36
(94,59,54)
#492E2B
(73,46,43)
#342120
(52,33,32)
#1F1415
(31,20,21)
#000000
(0,0,0)

Tints of #F19683

#F19683
(241,150,131)
#F29F8E
(242,159,142)
#F3A899
(243,168,153)
#F4B1A4
(244,177,164)
#F5BAAF
(245,186,175)
#F6C3BA
(246,195,186)
#F7CCC5
(247,204,197)
#F8D5D0
(248,213,208)
#F9DEDB
(249,222,219)
#FAE7E6
(250,231,230)
#FBF0F1
(251,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F19683; }

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

This text font color is #F19683.


Background Color

.myBgColor { background-color: #F19683; }

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

This div background color is #F19683.


Border color

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

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

This div border color is #F19683.


Opacity

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

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

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

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

This text has shadow with #F19683 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F19683 on black background.


Color preview on white background

This text has color #F19683 on white background.



Black color preview on #F19683 background

This text has black color on #F19683 background.


White color preview on #F19683 background

This text has white color on #F19683 background.