COLOR #F1897B

HEX: #F1897B
RGB: (241,137,123)

Color info

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

RGB color model

#F1897B color RGB value is (241,137,123).

  • red value is 241;
  • green value is 137;
  • blue value is 123.
RGB:
(241,137,123)
(95%,54%,48%)

RGB channels and saturation

R 241 of 255 = 95%
G 137 of 255 = 54%
B 123 of 255 = 48%

241
137
123

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

Portions of RGB colors in percentages

R + G + B =
241 + 137 + 123 = 501 (100%)
R 241 of 501 ~ 48.1%
G 137 of 501 ~ 27.35%
B 123 of 501 ~ 24.55%

%48.1
%27.35
%24.55

CMYK color model

#F1897B color CMYK value is (0,43,49,5).

  • cyan value is 0.00%
  • magenta value is 43.15%
  • yellow value is 48.96%
  • key color value is 5.49%
CMYK:
(0,43,49,5)
C0M43Y49K5 
(0%,43%,49%,5%)
(0.00/0.43/0.49/0.05)	

CMYK percentages

%0
%43.15
%48.96
%5.49

Codes

Color #F1897B in popluar color models

F1897B
RGB241137123
HSL80.82%71.37%
HSB/HSV48.96%94.51%
CMYK0.00%43.15%48.96%
5.49%

Color #F1897B in popluar number systems.

HEXF1897B
Decimal241137123
Binary11110001100010011111011
Octal361211173

Shades and tints

Shades of #F1897B

#F1897B
(241,137,123)
#DC7D70
(220,125,112)
#C77165
(199,113,101)
#B2655A
(178,101,90)
#9D594F
(157,89,79)
#884D44
(136,77,68)
#734139
(115,65,57)
#5E352E
(94,53,46)
#492923
(73,41,35)
#341D18
(52,29,24)
#1F110D
(31,17,13)
#000000
(0,0,0)

Tints of #F1897B

#F1897B
(241,137,123)
#F29387
(242,147,135)
#F39D93
(243,157,147)
#F4A79F
(244,167,159)
#F5B1AB
(245,177,171)
#F6BBB7
(246,187,183)
#F7C5C3
(247,197,195)
#F8CFCF
(248,207,207)
#F9D9DB
(249,217,219)
#FAE3E7
(250,227,231)
#FBEDF3
(251,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1897B; }

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

This text font color is #F1897B.


Background Color

.myBgColor { background-color: #F1897B; }

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

This div background color is #F1897B.


Border color

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

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

This div border color is #F1897B.


Opacity

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

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

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

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

This text has shadow with #F1897B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1897B on black background.


Color preview on white background

This text has color #F1897B on white background.



Black color preview on #F1897B background

This text has black color on #F1897B background.


White color preview on #F1897B background

This text has white color on #F1897B background.