COLOR #F3A9A9

HEX: #F3A9A9
RGB: (243,169,169)

Color info

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

RGB color model

#F3A9A9 color RGB value is (243,169,169).

  • red value is 243;
  • green value is 169;
  • blue value is 169.
RGB:
(243,169,169)
(95%,66%,66%)

RGB channels and saturation

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

243
169
169

R + G + B ~ 76%. #F3A9A9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
243 + 169 + 169 = 581 (100%)
R 243 of 581 ~ 41.82%
G 169 of 581 ~ 29.09%
B 169 of 581 ~ 29.09%

%41.82
%29.09
%29.09

CMYK color model

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

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

CMYK percentages

%0
%30.45
%30.45
%4.71

Codes

Color #F3A9A9 in popluar color models

F3A9A9
RGB243169169
HSL75.51%80.78%
HSB/HSV30.45%95.29%
CMYK0.00%30.45%30.45%
4.71%

Color #F3A9A9 in popluar number systems.

HEXF3A9A9
Decimal243169169
Binary111100111010100110101001
Octal363251251

Shades and tints

Shades of #F3A9A9

#F3A9A9
(243,169,169)
#DD9A9A
(221,154,154)
#C78B8B
(199,139,139)
#B17C7C
(177,124,124)
#9B6D6D
(155,109,109)
#855E5E
(133,94,94)
#6F4F4F
(111,79,79)
#594040
(89,64,64)
#433131
(67,49,49)
#2D2222
(45,34,34)
#171313
(23,19,19)
#000000
(0,0,0)

Tints of #F3A9A9

#F3A9A9
(243,169,169)
#F4B0B0
(244,176,176)
#F5B7B7
(245,183,183)
#F6BEBE
(246,190,190)
#F7C5C5
(247,197,197)
#F8CCCC
(248,204,204)
#F9D3D3
(249,211,211)
#FADADA
(250,218,218)
#FBE1E1
(251,225,225)
#FCE8E8
(252,232,232)
#FDEFEF
(253,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3A9A9; }

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

This text font color is #F3A9A9.


Background Color

.myBgColor { background-color: #F3A9A9; }

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

This div background color is #F3A9A9.


Border color

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

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

This div border color is #F3A9A9.


Opacity

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

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

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

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

This text has shadow with #F3A9A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3A9A9 on black background.


Color preview on white background

This text has color #F3A9A9 on white background.



Black color preview on #F3A9A9 background

This text has black color on #F3A9A9 background.


White color preview on #F3A9A9 background

This text has white color on #F3A9A9 background.