COLOR #F3A990

HEX: #F3A990 RGB: (243,169,144)

Color info

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

RGB color model

#F3A990 color RGB value is (243,169,144).

RGB: (243,169,144) (95%, 66%, 56%)

RGB channels and saturation

R 243 of 255 = 95%
G 169 of 255 = 66%
B 144 of 255 = 56%

243
169
144

R + G + B ~ 72%. #F3A990 is quite light color.

Portions of RGB colors in percentages

R + G + B = 243 + 169 + 144 = 556 (100%)
R 243 of 556 ~ 43.71%
G 169 of 556 ~ 30.4%
B 144 of 556 ~ 25.9'%

%43.71
%30.4
%25.9

CMYK color model

#F3A990 color CMYK value is (0,30,41,5).

  • cyan value is 0.00%
  • magenta value is 30.45%
  • yellow value is 40.74%
  • key color value is 4.71%
CMYK: (0,30,41,5) C0M30Y41K5 (0%,30%,41%,5%) (0.00/0.30/0.41/0.05) 

CMYK percentages

%0
%30.45
%40.74
%4.71

Codes

Color #F3A990 in popluar color models

F3 A9 90
RGB 243 169 144
HSL 15° 80.49% 75.88%
HSB/HSV 15° 40.74% 95.29%
CMYK 0.00% 30.45% 40.74%
4.71%

Color #F3A990 in popluar number systems.

HEX F3 A9 90
Decimal 243 169 144
Binary 11110011 10101001 10010000
Octal 363 251 220

Shades and tints

Shades of #F3A990

#F3A990
(243,169,144)
#DD9A83
(221,154,131)
#C78B76
(199,139,118)
#B17C69
(177,124,105)
#9B6D5C
(155,109,92)
#855E4F
(133,94,79)
#6F4F42
(111,79,66)
#594035
(89,64,53)
#433128
(67,49,40)
#2D221B
(45,34,27)
#17130E
(23,19,14)
#000000
(0,0,0)

Tints of #F3A990

#F3A990
(243,169,144)
#F4B09A
(244,176,154)
#F5B7A4
(245,183,164)
#F6BEAE
(246,190,174)
#F7C5B8
(247,197,184)
#F8CCC2
(248,204,194)
#F9D3CC
(249,211,204)
#FADAD6
(250,218,214)
#FBE1E0
(251,225,224)
#FCE8EA
(252,232,234)
#FDEFF4
(253,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3A990 color. Also use rgb(243,169,144) instead hex code.

Text Font Color

.myTextColor { color: #F3A990; }

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

This text font color is #F3A990.

Background Color

.myBgColor { background-color: #F3A990; }

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

This div background color is #F3A990.

Border color

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

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

This div border color is #F3A990.

Opacity

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

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

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

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

This text has shadow with #F3A990 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F3A990.

Preview

Color preview on black background

This text has color #F3A990 on black background.


Color preview on white background

This text has color #F3A990 on white background.


Black color preview on #F3A990 background

This text has black color on #F3A990 background.


White color preview on #F3A990 background

This text has white color on #F3A990 background.


Related colors

Complementary color

Complementary color for #hex is #0C566F.


I love getcolorcode.com

Triadic colors

1 #90F3A9 and #A990F3 with #F3A990 are triadic colors.

2 #90A9F3 and #A9F390 with #F3A990 are triadic colors.