COLOR #F1A180

HEX: #F1A180
RGB: (241,161,128)

Color info

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

RGB color model

#F1A180 color RGB value is (241,161,128).

  • red value is 241;
  • green value is 161;
  • blue value is 128.
RGB:
(241,161,128)
(95%,63%,50%)

RGB channels and saturation

R 241 of 255 = 95%
G 161 of 255 = 63%
B 128 of 255 = 50%

241
161
128

R + G + B ~ 69%. #F1A180 is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 161 + 128 = 530 (100%)
R 241 of 530 ~ 45.47%
G 161 of 530 ~ 30.38%
B 128 of 530 ~ 24.15%

%45.47
%30.38
%24.15

CMYK color model

#F1A180 color CMYK value is (0,33,47,5).

  • cyan value is 0.00%
  • magenta value is 33.20%
  • yellow value is 46.89%
  • key color value is 5.49%
CMYK:
(0,33,47,5)
C0M33Y47K5 
(0%,33%,47%,5%)
(0.00/0.33/0.47/0.05)	

CMYK percentages

%0
%33.2
%46.89
%5.49

Codes

Color #F1A180 in popluar color models

F1A180
RGB241161128
HSL18°80.14%72.35%
HSB/HSV18°46.89%94.51%
CMYK0.00%33.20%46.89%
5.49%

Color #F1A180 in popluar number systems.

HEXF1A180
Decimal241161128
Binary111100011010000110000000
Octal361241200

Shades and tints

Shades of #F1A180

#F1A180
(241,161,128)
#DC9375
(220,147,117)
#C7856A
(199,133,106)
#B2775F
(178,119,95)
#9D6954
(157,105,84)
#885B49
(136,91,73)
#734D3E
(115,77,62)
#5E3F33
(94,63,51)
#493128
(73,49,40)
#34231D
(52,35,29)
#1F1512
(31,21,18)
#000000
(0,0,0)

Tints of #F1A180

#F1A180
(241,161,128)
#F2A98B
(242,169,139)
#F3B196
(243,177,150)
#F4B9A1
(244,185,161)
#F5C1AC
(245,193,172)
#F6C9B7
(246,201,183)
#F7D1C2
(247,209,194)
#F8D9CD
(248,217,205)
#F9E1D8
(249,225,216)
#FAE9E3
(250,233,227)
#FBF1EE
(251,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1A180 color. Also use rgb(241,161,128) instead hex code.

Text Font Color

.myTextColor { color: #F1A180; }

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

This text font color is #F1A180.


Background Color

.myBgColor { background-color: #F1A180; }

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

This div background color is #F1A180.


Border color

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

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

This div border color is #F1A180.


Opacity

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

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

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

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

This text has shadow with #F1A180 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1A180 on black background.


Color preview on white background

This text has color #F1A180 on white background.



Black color preview on #F1A180 background

This text has black color on #F1A180 background.


White color preview on #F1A180 background

This text has white color on #F1A180 background.