COLOR #F38DE7

HEX: #F38DE7
RGB: (243,141,231)

Color info

#F38DE7 contains mainly red and blue colors. Web safe color of #F38DE7 is #FF99FF (or #F9F).

RGB color model

#F38DE7 color RGB value is (243,141,231).

  • red value is 243;
  • green value is 141;
  • blue value is 231.
RGB:
(243,141,231)
(95%,55%,91%)

RGB channels and saturation

R 243 of 255 = 95%
G 141 of 255 = 55%
B 231 of 255 = 91%

243
141
231

R + G + B ~ 80%. #F38DE7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
243 + 141 + 231 = 615 (100%)
R 243 of 615 ~ 39.51%
G 141 of 615 ~ 22.93%
B 231 of 615 ~ 37.56%

%39.51
%22.93
%37.56

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 41.98%
  • yellow value is 4.94%
  • key color value is 4.71%
CMYK:
(0,42,5,5)
C0M42Y5K5 
(0%,42%,5%,5%)
(0.00/0.42/0.05/0.05)	

CMYK percentages

%0
%41.98
%4.94
%4.71

Codes

Color #F38DE7 in popluar color models

F38DE7
RGB243141231
HSL307°80.95%75.29%
HSB/HSV307°41.98%95.29%
CMYK0.00%41.98%4.94%
4.71%

Color #F38DE7 in popluar number systems.

HEXF38DE7
Decimal243141231
Binary111100111000110111100111
Octal363215347

Shades and tints

Shades of #F38DE7

#F38DE7
(243,141,231)
#DD81D2
(221,129,210)
#C775BD
(199,117,189)
#B169A8
(177,105,168)
#9B5D93
(155,93,147)
#85517E
(133,81,126)
#6F4569
(111,69,105)
#593954
(89,57,84)
#432D3F
(67,45,63)
#2D212A
(45,33,42)
#171515
(23,21,21)
#000000
(0,0,0)

Tints of #F38DE7

#F38DE7
(243,141,231)
#F497E9
(244,151,233)
#F5A1EB
(245,161,235)
#F6ABED
(246,171,237)
#F7B5EF
(247,181,239)
#F8BFF1
(248,191,241)
#F9C9F3
(249,201,243)
#FAD3F5
(250,211,245)
#FBDDF7
(251,221,247)
#FCE7F9
(252,231,249)
#FDF1FB
(253,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F38DE7 color. Also use rgb(243,141,231) instead hex code.

Text Font Color

.myTextColor { color: #F38DE7; }

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

This text font color is #F38DE7.


Background Color

.myBgColor { background-color: #F38DE7; }

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

This div background color is #F38DE7.


Border color

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

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

This div border color is #F38DE7.


Opacity

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

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

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

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

This text has shadow with #F38DE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F38DE7 on black background.


Color preview on white background

This text has color #F38DE7 on white background.



Black color preview on #F38DE7 background

This text has black color on #F38DE7 background.


White color preview on #F38DE7 background

This text has white color on #F38DE7 background.