COLOR #F3A193

HEX: #F3A193
RGB: (243,161,147)

Color info

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

RGB color model

#F3A193 color RGB value is (243,161,147).

  • red value is 243;
  • green value is 161;
  • blue value is 147.
RGB:
(243,161,147)
(95%,63%,58%)

RGB channels and saturation

R 243 of 255 = 95%
G 161 of 255 = 63%
B 147 of 255 = 58%

243
161
147

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

Portions of RGB colors in percentages

R + G + B =
243 + 161 + 147 = 551 (100%)
R 243 of 551 ~ 44.1%
G 161 of 551 ~ 29.22%
B 147 of 551 ~ 26.68%

%44.1
%29.22
%26.68

CMYK color model

#F3A193 color CMYK value is (0,34,40,5).

  • cyan value is 0.00%
  • magenta value is 33.74%
  • yellow value is 39.51%
  • key color value is 4.71%
CMYK:
(0,34,40,5)
C0M34Y40K5 
(0%,34%,40%,5%)
(0.00/0.34/0.40/0.05)	

CMYK percentages

%0
%33.74
%39.51
%4.71

Codes

Color #F3A193 in popluar color models

F3A193
RGB243161147
HSL80.00%76.47%
HSB/HSV39.51%95.29%
CMYK0.00%33.74%39.51%
4.71%

Color #F3A193 in popluar number systems.

HEXF3A193
Decimal243161147
Binary111100111010000110010011
Octal363241223

Shades and tints

Shades of #F3A193

#F3A193
(243,161,147)
#DD9386
(221,147,134)
#C78579
(199,133,121)
#B1776C
(177,119,108)
#9B695F
(155,105,95)
#855B52
(133,91,82)
#6F4D45
(111,77,69)
#593F38
(89,63,56)
#43312B
(67,49,43)
#2D231E
(45,35,30)
#171511
(23,21,17)
#000000
(0,0,0)

Tints of #F3A193

#F3A193
(243,161,147)
#F4A99C
(244,169,156)
#F5B1A5
(245,177,165)
#F6B9AE
(246,185,174)
#F7C1B7
(247,193,183)
#F8C9C0
(248,201,192)
#F9D1C9
(249,209,201)
#FAD9D2
(250,217,210)
#FBE1DB
(251,225,219)
#FCE9E4
(252,233,228)
#FDF1ED
(253,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3A193; }

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

This text font color is #F3A193.


Background Color

.myBgColor { background-color: #F3A193; }

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

This div background color is #F3A193.


Border color

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

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

This div border color is #F3A193.


Opacity

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

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

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

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

This text has shadow with #F3A193 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3A193 on black background.


Color preview on white background

This text has color #F3A193 on white background.



Black color preview on #F3A193 background

This text has black color on #F3A193 background.


White color preview on #F3A193 background

This text has white color on #F3A193 background.