COLOR #F3849D

HEX: #F3849D
RGB: (243,132,157)

Color info

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

RGB color model

#F3849D color RGB value is (243,132,157).

  • red value is 243;
  • green value is 132;
  • blue value is 157.
RGB:
(243,132,157)
(95%,52%,62%)

RGB channels and saturation

R 243 of 255 = 95%
G 132 of 255 = 52%
B 157 of 255 = 62%

243
132
157

R + G + B ~ 70%. #F3849D is quite light color.

Portions of RGB colors in percentages

R + G + B =
243 + 132 + 157 = 532 (100%)
R 243 of 532 ~ 45.68%
G 132 of 532 ~ 24.81%
B 157 of 532 ~ 29.51%

%45.68
%24.81
%29.51

CMYK color model

#F3849D color CMYK value is (0,46,35,5).

  • cyan value is 0.00%
  • magenta value is 45.68%
  • yellow value is 35.39%
  • key color value is 4.71%
CMYK:
(0,46,35,5)
C0M46Y35K5 
(0%,46%,35%,5%)
(0.00/0.46/0.35/0.05)	

CMYK percentages

%0
%45.68
%35.39
%4.71

Codes

Color #F3849D in popluar color models

F3849D
RGB243132157
HSL346°82.22%73.53%
HSB/HSV346°45.68%95.29%
CMYK0.00%45.68%35.39%
4.71%

Color #F3849D in popluar number systems.

HEXF3849D
Decimal243132157
Binary111100111000010010011101
Octal363204235

Shades and tints

Shades of #F3849D

#F3849D
(243,132,157)
#DD788F
(221,120,143)
#C76C81
(199,108,129)
#B16073
(177,96,115)
#9B5465
(155,84,101)
#854857
(133,72,87)
#6F3C49
(111,60,73)
#59303B
(89,48,59)
#43242D
(67,36,45)
#2D181F
(45,24,31)
#170C11
(23,12,17)
#000000
(0,0,0)

Tints of #F3849D

#F3849D
(243,132,157)
#F48FA5
(244,143,165)
#F59AAD
(245,154,173)
#F6A5B5
(246,165,181)
#F7B0BD
(247,176,189)
#F8BBC5
(248,187,197)
#F9C6CD
(249,198,205)
#FAD1D5
(250,209,213)
#FBDCDD
(251,220,221)
#FCE7E5
(252,231,229)
#FDF2ED
(253,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3849D; }

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

This text font color is #F3849D.


Background Color

.myBgColor { background-color: #F3849D; }

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

This div background color is #F3849D.


Border color

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

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

This div border color is #F3849D.


Opacity

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

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

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

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

This text has shadow with #F3849D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3849D on black background.


Color preview on white background

This text has color #F3849D on white background.



Black color preview on #F3849D background

This text has black color on #F3849D background.


White color preview on #F3849D background

This text has white color on #F3849D background.