COLOR #F38EA4

HEX: #F38EA4 RGB: (243,142,164)

Color info

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

RGB color model

#F38EA4 color RGB value is (243,142,164).

RGB: (243,142,164) (95%, 56%, 64%)

RGB channels and saturation

R 243 of 255 = 95%
G 142 of 255 = 56%
B 164 of 255 = 64%

243
142
164

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

Portions of RGB colors in percentages

R + G + B = 243 + 142 + 164 = 549 (100%)
R 243 of 549 ~ 44.26%
G 142 of 549 ~ 25.87%
B 164 of 549 ~ 29.87'%

%44.26
%25.87
%29.87

CMYK color model

#F38EA4 color CMYK value is (0,42,33,5).

  • cyan value is 0.00%
  • magenta value is 41.56%
  • yellow value is 32.51%
  • key color value is 4.71%

CMYK: (0,42,33,5)
C0M42Y33K5 (0%, 42%, 33%, 5%)
(0.00 / 0.42 / 0.33 / 0.05)

CMYK percentages

%0
%41.56
%32.51
%4.71

Codes

Color #F38EA4 in popluar color models

F3 8E A4
RGB 243 142 164
HSL 347° 80.80% 75.49%
HSB/HSV 347° 41.56% 95.29%
CMYK 0.00% 41.56% 32.51%
4.71%

Color #F38EA4 in popluar number systems.

HEX F3 8E A4
Decimal 243 142 164
Binary 11110011 10001110 10100100
Octal 363 216 244

Shades and tints

Shades of #F38EA4

#F38EA4
(243,142,164)
#DD8296
(221,130,150)
#C77688
(199,118,136)
#B16A7A
(177,106,122)
#9B5E6C
(155,94,108)
#85525E
(133,82,94)
#6F4650
(111,70,80)
#593A42
(89,58,66)
#432E34
(67,46,52)
#2D2226
(45,34,38)
#171618
(23,22,24)
#000000
(0,0,0)

Tints of #F38EA4

#F38EA4
(243,142,164)
#F498AC
(244,152,172)
#F5A2B4
(245,162,180)
#F6ACBC
(246,172,188)
#F7B6C4
(247,182,196)
#F8C0CC
(248,192,204)
#F9CAD4
(249,202,212)
#FAD4DC
(250,212,220)
#FBDEE4
(251,222,228)
#FCE8EC
(252,232,236)
#FDF2F4
(253,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F38EA4 color. Also use rgb(243,142,164) instead hex code.

Text Font Color

.myTextColor { color: #F38EA4; }

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

This text font color is #F38EA4.

Background Color

.myBgColor { background-color: #F38EA4; }

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

This div background color is #F38EA4.

Border color

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

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

This div border color is #F38EA4.

Opacity

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

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

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

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

This text has shadow with #F38EA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F38EA4.

Preview

Color preview on black background

This text has color #F38EA4 on black background.


Color preview on white background

This text has color #F38EA4 on white background.


Black color preview on #F38EA4 background

This text has black color on #F38EA4 background.


White color preview on #F38EA4 background

This text has white color on #F38EA4 background.


Related colors

Complementary color

Complementary color for #hex is #0C715B.


I love getcolorcode.com

Triadic colors

1 #A4F38E and #8EA4F3 with #F38EA4 are triadic colors.

2 #A48EF3 and #8EF3A4 with #F38EA4 are triadic colors.