COLOR #F3A3A9

HEX: #F3A3A9
RGB: (243,163,169)

Color info

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

RGB color model

#F3A3A9 color RGB value is (243,163,169).

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

RGB channels and saturation

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

243
163
169

R + G + B ~ 75%. #F3A3A9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
243 + 163 + 169 = 575 (100%)
R 243 of 575 ~ 42.26%
G 163 of 575 ~ 28.35%
B 169 of 575 ~ 29.39%

%42.26
%28.35
%29.39

CMYK color model

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

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

CMYK percentages

%0
%32.92
%30.45
%4.71

Codes

Color #F3A3A9 in popluar color models

F3A3A9
RGB243163169
HSL356°76.92%79.61%
HSB/HSV356°32.92%95.29%
CMYK0.00%32.92%30.45%
4.71%

Color #F3A3A9 in popluar number systems.

HEXF3A3A9
Decimal243163169
Binary111100111010001110101001
Octal363243251

Shades and tints

Shades of #F3A3A9

#F3A3A9
(243,163,169)
#DD959A
(221,149,154)
#C7878B
(199,135,139)
#B1797C
(177,121,124)
#9B6B6D
(155,107,109)
#855D5E
(133,93,94)
#6F4F4F
(111,79,79)
#594140
(89,65,64)
#433331
(67,51,49)
#2D2522
(45,37,34)
#171713
(23,23,19)
#000000
(0,0,0)

Tints of #F3A3A9

#F3A3A9
(243,163,169)
#F4ABB0
(244,171,176)
#F5B3B7
(245,179,183)
#F6BBBE
(246,187,190)
#F7C3C5
(247,195,197)
#F8CBCC
(248,203,204)
#F9D3D3
(249,211,211)
#FADBDA
(250,219,218)
#FBE3E1
(251,227,225)
#FCEBE8
(252,235,232)
#FDF3EF
(253,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3A3A9; }

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

This text font color is #F3A3A9.


Background Color

.myBgColor { background-color: #F3A3A9; }

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

This div background color is #F3A3A9.


Border color

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

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

This div border color is #F3A3A9.


Opacity

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

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

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

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

This text has shadow with #F3A3A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3A3A9 on black background.


Color preview on white background

This text has color #F3A3A9 on white background.



Black color preview on #F3A3A9 background

This text has black color on #F3A3A9 background.


White color preview on #F3A3A9 background

This text has white color on #F3A3A9 background.