COLOR #F1938E

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

241
147
142

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

Portions of RGB colors in percentages

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

%45.47
%27.74
%26.79

CMYK color model

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

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

CMYK percentages

%0
%39
%41.08
%5.49

Codes

Color #F1938E in popluar color models

F1938E
RGB241147142
HSL77.95%75.10%
HSB/HSV41.08%94.51%
CMYK0.00%39.00%41.08%
5.49%

Color #F1938E in popluar number systems.

HEXF1938E
Decimal241147142
Binary111100011001001110001110
Octal361223216

Shades and tints

Shades of #F1938E

#F1938E
(241,147,142)
#DC8682
(220,134,130)
#C77976
(199,121,118)
#B26C6A
(178,108,106)
#9D5F5E
(157,95,94)
#885252
(136,82,82)
#734546
(115,69,70)
#5E383A
(94,56,58)
#492B2E
(73,43,46)
#341E22
(52,30,34)
#1F1116
(31,17,22)
#000000
(0,0,0)

Tints of #F1938E

#F1938E
(241,147,142)
#F29C98
(242,156,152)
#F3A5A2
(243,165,162)
#F4AEAC
(244,174,172)
#F5B7B6
(245,183,182)
#F6C0C0
(246,192,192)
#F7C9CA
(247,201,202)
#F8D2D4
(248,210,212)
#F9DBDE
(249,219,222)
#FAE4E8
(250,228,232)
#FBEDF2
(251,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1938E; }

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

This text font color is #F1938E.


Background Color

.myBgColor { background-color: #F1938E; }

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

This div background color is #F1938E.


Border color

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

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

This div border color is #F1938E.


Opacity

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

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

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

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

This text has shadow with #F1938E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1938E on black background.


Color preview on white background

This text has color #F1938E on white background.



Black color preview on #F1938E background

This text has black color on #F1938E background.


White color preview on #F1938E background

This text has white color on #F1938E background.