COLOR #F389A3

HEX: #F389A3
RGB: (243,137,163)

Color info

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

RGB color model

#F389A3 color RGB value is (243,137,163).

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

RGB channels and saturation

R 243 of 255 = 95%
G 137 of 255 = 54%
B 163 of 255 = 64%

243
137
163

R + G + B ~ 71%. #F389A3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
243 + 137 + 163 = 543 (100%)
R 243 of 543 ~ 44.75%
G 137 of 543 ~ 25.23%
B 163 of 543 ~ 30.02%

%44.75
%25.23
%30.02

CMYK color model

#F389A3 color CMYK value is (0,44,33,5).

  • cyan value is 0.00%
  • magenta value is 43.62%
  • yellow value is 32.92%
  • key color value is 4.71%
CMYK:
(0,44,33,5)
C0M44Y33K5 
(0%,44%,33%,5%)
(0.00/0.44/0.33/0.05)	

CMYK percentages

%0
%43.62
%32.92
%4.71

Codes

Color #F389A3 in popluar color models

F389A3
RGB243137163
HSL345°81.54%74.51%
HSB/HSV345°43.62%95.29%
CMYK0.00%43.62%32.92%
4.71%

Color #F389A3 in popluar number systems.

HEXF389A3
Decimal243137163
Binary111100111000100110100011
Octal363211243

Shades and tints

Shades of #F389A3

#F389A3
(243,137,163)
#DD7D95
(221,125,149)
#C77187
(199,113,135)
#B16579
(177,101,121)
#9B596B
(155,89,107)
#854D5D
(133,77,93)
#6F414F
(111,65,79)
#593541
(89,53,65)
#432933
(67,41,51)
#2D1D25
(45,29,37)
#171117
(23,17,23)
#000000
(0,0,0)

Tints of #F389A3

#F389A3
(243,137,163)
#F493AB
(244,147,171)
#F59DB3
(245,157,179)
#F6A7BB
(246,167,187)
#F7B1C3
(247,177,195)
#F8BBCB
(248,187,203)
#F9C5D3
(249,197,211)
#FACFDB
(250,207,219)
#FBD9E3
(251,217,227)
#FCE3EB
(252,227,235)
#FDEDF3
(253,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F389A3; }

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

This text font color is #F389A3.


Background Color

.myBgColor { background-color: #F389A3; }

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

This div background color is #F389A3.


Border color

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

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

This div border color is #F389A3.


Opacity

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

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

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

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

This text has shadow with #F389A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F389A3 on black background.


Color preview on white background

This text has color #F389A3 on white background.



Black color preview on #F389A3 background

This text has black color on #F389A3 background.


White color preview on #F389A3 background

This text has white color on #F389A3 background.