COLOR #F39DC6

HEX: #F39DC6 RGB: (243,157,198)

Color info

#F39DC6 contains mainly red and blue colors. Web safe color of #F39DC6 is #FF99CC (or #F9C).

RGB color model

#F39DC6 color RGB value is (243,157,198).

RGB: (243,157,198) (95%, 62%, 78%)

RGB channels and saturation

R 243 of 255 = 95%
G 157 of 255 = 62%
B 198 of 255 = 78%

243
157
198

R + G + B ~ 78%. #F39DC6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 243 + 157 + 198 = 598 (100%)
R 243 of 598 ~ 40.64%
G 157 of 598 ~ 26.25%
B 198 of 598 ~ 33.11'%

%40.64
%26.25
%33.11

CMYK color model

#F39DC6 color CMYK value is (0,35,19,5).

  • cyan value is 0.00%
  • magenta value is 35.39%
  • yellow value is 18.52%
  • key color value is 4.71%

CMYK: (0,35,19,5)
C0M35Y19K5 (0%, 35%, 19%, 5%)
(0.00 / 0.35 / 0.19 / 0.05)

CMYK percentages

%0
%35.39
%18.52
%4.71

Codes

Color #F39DC6 in popluar color models

F3 9D C6
RGB 243 157 198
HSL 331° 78.18% 78.43%
HSB/HSV 331° 35.39% 95.29%
CMYK 0.00% 35.39% 18.52%
4.71%

Color #F39DC6 in popluar number systems.

HEX F3 9D C6
Decimal 243 157 198
Binary 11110011 10011101 11000110
Octal 363 235 306

Shades and tints

Shades of #F39DC6

#F39DC6
(243,157,198)
#DD8FB4
(221,143,180)
#C781A2
(199,129,162)
#B17390
(177,115,144)
#9B657E
(155,101,126)
#85576C
(133,87,108)
#6F495A
(111,73,90)
#593B48
(89,59,72)
#432D36
(67,45,54)
#2D1F24
(45,31,36)
#171112
(23,17,18)
#000000
(0,0,0)

Tints of #F39DC6

#F39DC6
(243,157,198)
#F4A5CB
(244,165,203)
#F5ADD0
(245,173,208)
#F6B5D5
(246,181,213)
#F7BDDA
(247,189,218)
#F8C5DF
(248,197,223)
#F9CDE4
(249,205,228)
#FAD5E9
(250,213,233)
#FBDDEE
(251,221,238)
#FCE5F3
(252,229,243)
#FDEDF8
(253,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F39DC6; }

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

This text font color is #F39DC6.

Background Color

.myBgColor { background-color: #F39DC6; }

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

This div background color is #F39DC6.

Border color

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

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

This div border color is #F39DC6.

Opacity

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

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

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

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

This text has shadow with #F39DC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F39DC6.

Preview

Color preview on black background

This text has color #F39DC6 on black background.


Color preview on white background

This text has color #F39DC6 on white background.


Black color preview on #F39DC6 background

This text has black color on #F39DC6 background.


White color preview on #F39DC6 background

This text has white color on #F39DC6 background.


Related colors

Complementary color

Complementary color for #hex is #0C6239.


I love getcolorcode.com

Triadic colors

1 #C6F39D and #9DC6F3 with #F39DC6 are triadic colors.

2 #C69DF3 and #9DF3C6 with #F39DC6 are triadic colors.