COLOR #F19693

HEX: #F19693
RGB: (241,150,147)

Color info

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

RGB color model

#F19693 color RGB value is (241,150,147).

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

RGB channels and saturation

R 241 of 255 = 95%
G 150 of 255 = 59%
B 147 of 255 = 58%

241
150
147

R + G + B ~ 71%. #F19693 is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 150 + 147 = 538 (100%)
R 241 of 538 ~ 44.8%
G 150 of 538 ~ 27.88%
B 147 of 538 ~ 27.32%

%44.8
%27.88
%27.32

CMYK color model

#F19693 color CMYK value is (0,38,39,5).

  • cyan value is 0.00%
  • magenta value is 37.76%
  • yellow value is 39.00%
  • key color value is 5.49%
CMYK:
(0,38,39,5)
C0M38Y39K5 
(0%,38%,39%,5%)
(0.00/0.38/0.39/0.05)	

CMYK percentages

%0
%37.76
%39
%5.49

Codes

Color #F19693 in popluar color models

F19693
RGB241150147
HSL77.05%76.08%
HSB/HSV39.00%94.51%
CMYK0.00%37.76%39.00%
5.49%

Color #F19693 in popluar number systems.

HEXF19693
Decimal241150147
Binary111100011001011010010011
Octal361226223

Shades and tints

Shades of #F19693

#F19693
(241,150,147)
#DC8986
(220,137,134)
#C77C79
(199,124,121)
#B26F6C
(178,111,108)
#9D625F
(157,98,95)
#885552
(136,85,82)
#734845
(115,72,69)
#5E3B38
(94,59,56)
#492E2B
(73,46,43)
#34211E
(52,33,30)
#1F1411
(31,20,17)
#000000
(0,0,0)

Tints of #F19693

#F19693
(241,150,147)
#F29F9C
(242,159,156)
#F3A8A5
(243,168,165)
#F4B1AE
(244,177,174)
#F5BAB7
(245,186,183)
#F6C3C0
(246,195,192)
#F7CCC9
(247,204,201)
#F8D5D2
(248,213,210)
#F9DEDB
(249,222,219)
#FAE7E4
(250,231,228)
#FBF0ED
(251,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F19693; }

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

This text font color is #F19693.


Background Color

.myBgColor { background-color: #F19693; }

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

This div background color is #F19693.


Border color

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

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

This div border color is #F19693.


Opacity

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

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

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

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

This text has shadow with #F19693 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F19693 on black background.


Color preview on white background

This text has color #F19693 on white background.



Black color preview on #F19693 background

This text has black color on #F19693 background.


White color preview on #F19693 background

This text has white color on #F19693 background.