COLOR #F38AC0

HEX: #F38AC0
RGB: (243,138,192)

Color info

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

RGB color model

#F38AC0 color RGB value is (243,138,192).

  • red value is 243;
  • green value is 138;
  • blue value is 192.
RGB:
(243,138,192)
(95%,54%,75%)

RGB channels and saturation

R 243 of 255 = 95%
G 138 of 255 = 54%
B 192 of 255 = 75%

243
138
192

R + G + B ~ 75%. #F38AC0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
243 + 138 + 192 = 573 (100%)
R 243 of 573 ~ 42.41%
G 138 of 573 ~ 24.08%
B 192 of 573 ~ 33.51%

%42.41
%24.08
%33.51

CMYK color model

#F38AC0 color CMYK value is (0,43,21,5).

  • cyan value is 0.00%
  • magenta value is 43.21%
  • yellow value is 20.99%
  • key color value is 4.71%
CMYK:
(0,43,21,5)
C0M43Y21K5 
(0%,43%,21%,5%)
(0.00/0.43/0.21/0.05)	

CMYK percentages

%0
%43.21
%20.99
%4.71

Codes

Color #F38AC0 in popluar color models

F38AC0
RGB243138192
HSL329°81.40%74.71%
HSB/HSV329°43.21%95.29%
CMYK0.00%43.21%20.99%
4.71%

Color #F38AC0 in popluar number systems.

HEXF38AC0
Decimal243138192
Binary111100111000101011000000
Octal363212300

Shades and tints

Shades of #F38AC0

#F38AC0
(243,138,192)
#DD7EAF
(221,126,175)
#C7729E
(199,114,158)
#B1668D
(177,102,141)
#9B5A7C
(155,90,124)
#854E6B
(133,78,107)
#6F425A
(111,66,90)
#593649
(89,54,73)
#432A38
(67,42,56)
#2D1E27
(45,30,39)
#171216
(23,18,22)
#000000
(0,0,0)

Tints of #F38AC0

#F38AC0
(243,138,192)
#F494C5
(244,148,197)
#F59ECA
(245,158,202)
#F6A8CF
(246,168,207)
#F7B2D4
(247,178,212)
#F8BCD9
(248,188,217)
#F9C6DE
(249,198,222)
#FAD0E3
(250,208,227)
#FBDAE8
(251,218,232)
#FCE4ED
(252,228,237)
#FDEEF2
(253,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F38AC0 color. Also use rgb(243,138,192) instead hex code.

Text Font Color

.myTextColor { color: #F38AC0; }

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

This text font color is #F38AC0.


Background Color

.myBgColor { background-color: #F38AC0; }

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

This div background color is #F38AC0.


Border color

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

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

This div border color is #F38AC0.


Opacity

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

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

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

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

This text has shadow with #F38AC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F38AC0 on black background.


Color preview on white background

This text has color #F38AC0 on white background.



Black color preview on #F38AC0 background

This text has black color on #F38AC0 background.


White color preview on #F38AC0 background

This text has white color on #F38AC0 background.