COLOR #F382D6

HEX: #F382D6
RGB: (243,130,214)

Color info

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

RGB color model

#F382D6 color RGB value is (243,130,214).

  • red value is 243;
  • green value is 130;
  • blue value is 214.
RGB:
(243,130,214)
(95%,51%,84%)

RGB channels and saturation

R 243 of 255 = 95%
G 130 of 255 = 51%
B 214 of 255 = 84%

243
130
214

R + G + B ~ 77%. #F382D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
243 + 130 + 214 = 587 (100%)
R 243 of 587 ~ 41.4%
G 130 of 587 ~ 22.15%
B 214 of 587 ~ 36.46%

%41.4
%22.15
%36.46

CMYK color model

#F382D6 color CMYK value is (0,47,12,5).

  • cyan value is 0.00%
  • magenta value is 46.50%
  • yellow value is 11.93%
  • key color value is 4.71%
CMYK:
(0,47,12,5)
C0M47Y12K5 
(0%,47%,12%,5%)
(0.00/0.47/0.12/0.05)	

CMYK percentages

%0
%46.5
%11.93
%4.71

Codes

Color #F382D6 in popluar color models

F382D6
RGB243130214
HSL315°82.48%73.14%
HSB/HSV315°46.50%95.29%
CMYK0.00%46.50%11.93%
4.71%

Color #F382D6 in popluar number systems.

HEXF382D6
Decimal243130214
Binary111100111000001011010110
Octal363202326

Shades and tints

Shades of #F382D6

#F382D6
(243,130,214)
#DD77C3
(221,119,195)
#C76CB0
(199,108,176)
#B1619D
(177,97,157)
#9B568A
(155,86,138)
#854B77
(133,75,119)
#6F4064
(111,64,100)
#593551
(89,53,81)
#432A3E
(67,42,62)
#2D1F2B
(45,31,43)
#171418
(23,20,24)
#000000
(0,0,0)

Tints of #F382D6

#F382D6
(243,130,214)
#F48DD9
(244,141,217)
#F598DC
(245,152,220)
#F6A3DF
(246,163,223)
#F7AEE2
(247,174,226)
#F8B9E5
(248,185,229)
#F9C4E8
(249,196,232)
#FACFEB
(250,207,235)
#FBDAEE
(251,218,238)
#FCE5F1
(252,229,241)
#FDF0F4
(253,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F382D6 color. Also use rgb(243,130,214) instead hex code.

Text Font Color

.myTextColor { color: #F382D6; }

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

This text font color is #F382D6.


Background Color

.myBgColor { background-color: #F382D6; }

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

This div background color is #F382D6.


Border color

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

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

This div border color is #F382D6.


Opacity

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

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

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

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

This text has shadow with #F382D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F382D6 on black background.


Color preview on white background

This text has color #F382D6 on white background.



Black color preview on #F382D6 background

This text has black color on #F382D6 background.


White color preview on #F382D6 background

This text has white color on #F382D6 background.