COLOR #F1988F

HEX: #F1988F
RGB: (241,152,143)

Color info

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

RGB color model

#F1988F color RGB value is (241,152,143).

  • red value is 241;
  • green value is 152;
  • blue value is 143.
RGB:
(241,152,143)
(95%,60%,56%)

RGB channels and saturation

R 241 of 255 = 95%
G 152 of 255 = 60%
B 143 of 255 = 56%

241
152
143

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

Portions of RGB colors in percentages

R + G + B =
241 + 152 + 143 = 536 (100%)
R 241 of 536 ~ 44.96%
G 152 of 536 ~ 28.36%
B 143 of 536 ~ 26.68%

%44.96
%28.36
%26.68

CMYK color model

#F1988F color CMYK value is (0,37,41,5).

  • cyan value is 0.00%
  • magenta value is 36.93%
  • yellow value is 40.66%
  • key color value is 5.49%
CMYK:
(0,37,41,5)
C0M37Y41K5 
(0%,37%,41%,5%)
(0.00/0.37/0.41/0.05)	

CMYK percentages

%0
%36.93
%40.66
%5.49

Codes

Color #F1988F in popluar color models

F1988F
RGB241152143
HSL77.78%75.29%
HSB/HSV40.66%94.51%
CMYK0.00%36.93%40.66%
5.49%

Color #F1988F in popluar number systems.

HEXF1988F
Decimal241152143
Binary111100011001100010001111
Octal361230217

Shades and tints

Shades of #F1988F

#F1988F
(241,152,143)
#DC8B82
(220,139,130)
#C77E75
(199,126,117)
#B27168
(178,113,104)
#9D645B
(157,100,91)
#88574E
(136,87,78)
#734A41
(115,74,65)
#5E3D34
(94,61,52)
#493027
(73,48,39)
#34231A
(52,35,26)
#1F160D
(31,22,13)
#000000
(0,0,0)

Tints of #F1988F

#F1988F
(241,152,143)
#F2A199
(242,161,153)
#F3AAA3
(243,170,163)
#F4B3AD
(244,179,173)
#F5BCB7
(245,188,183)
#F6C5C1
(246,197,193)
#F7CECB
(247,206,203)
#F8D7D5
(248,215,213)
#F9E0DF
(249,224,223)
#FAE9E9
(250,233,233)
#FBF2F3
(251,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1988F color. Also use rgb(241,152,143) instead hex code.

Text Font Color

.myTextColor { color: #F1988F; }

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

This text font color is #F1988F.


Background Color

.myBgColor { background-color: #F1988F; }

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

This div background color is #F1988F.


Border color

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

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

This div border color is #F1988F.


Opacity

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

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

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

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

This text has shadow with #F1988F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1988F on black background.


Color preview on white background

This text has color #F1988F on white background.



Black color preview on #F1988F background

This text has black color on #F1988F background.


White color preview on #F1988F background

This text has white color on #F1988F background.