COLOR #F1936F

HEX: #F1936F
RGB: (241,147,111)

Color info

#F1936F contains mainly red color. Web safe color of #F1936F is #FF9966 (or #F96).

RGB color model

#F1936F color RGB value is (241,147,111).

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

RGB channels and saturation

R 241 of 255 = 95%
G 147 of 255 = 58%
B 111 of 255 = 44%

241
147
111

R + G + B ~ 66%. #F1936F is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 147 + 111 = 499 (100%)
R 241 of 499 ~ 48.3%
G 147 of 499 ~ 29.46%
B 111 of 499 ~ 22.24%

%48.3
%29.46
%22.24

CMYK color model

#F1936F color CMYK value is (0,39,54,5).

  • cyan value is 0.00%
  • magenta value is 39.00%
  • yellow value is 53.94%
  • key color value is 5.49%
CMYK:
(0,39,54,5)
C0M39Y54K5 
(0%,39%,54%,5%)
(0.00/0.39/0.54/0.05)	

CMYK percentages

%0
%39
%53.94
%5.49

Codes

Color #F1936F in popluar color models

F1936F
RGB241147111
HSL17°82.28%69.02%
HSB/HSV17°53.94%94.51%
CMYK0.00%39.00%53.94%
5.49%

Color #F1936F in popluar number systems.

HEXF1936F
Decimal241147111
Binary11110001100100111101111
Octal361223157

Shades and tints

Shades of #F1936F

#F1936F
(241,147,111)
#DC8665
(220,134,101)
#C7795B
(199,121,91)
#B26C51
(178,108,81)
#9D5F47
(157,95,71)
#88523D
(136,82,61)
#734533
(115,69,51)
#5E3829
(94,56,41)
#492B1F
(73,43,31)
#341E15
(52,30,21)
#1F110B
(31,17,11)
#000000
(0,0,0)

Tints of #F1936F

#F1936F
(241,147,111)
#F29C7C
(242,156,124)
#F3A589
(243,165,137)
#F4AE96
(244,174,150)
#F5B7A3
(245,183,163)
#F6C0B0
(246,192,176)
#F7C9BD
(247,201,189)
#F8D2CA
(248,210,202)
#F9DBD7
(249,219,215)
#FAE4E4
(250,228,228)
#FBEDF1
(251,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1936F; }

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

This text font color is #F1936F.


Background Color

.myBgColor { background-color: #F1936F; }

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

This div background color is #F1936F.


Border color

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

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

This div border color is #F1936F.


Opacity

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

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

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

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

This text has shadow with #F1936F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1936F on black background.


Color preview on white background

This text has color #F1936F on white background.



Black color preview on #F1936F background

This text has black color on #F1936F background.


White color preview on #F1936F background

This text has white color on #F1936F background.