COLOR #F386DA

HEX: #F386DA
RGB: (243,134,218)

Color info

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

RGB color model

#F386DA color RGB value is (243,134,218).

  • red value is 243;
  • green value is 134;
  • blue value is 218.
RGB:
(243,134,218)
(95%,53%,85%)

RGB channels and saturation

R 243 of 255 = 95%
G 134 of 255 = 53%
B 218 of 255 = 85%

243
134
218

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

Portions of RGB colors in percentages

R + G + B =
243 + 134 + 218 = 595 (100%)
R 243 of 595 ~ 40.84%
G 134 of 595 ~ 22.52%
B 218 of 595 ~ 36.64%

%40.84
%22.52
%36.64

CMYK color model

#F386DA color CMYK value is (0,45,10,5).

  • cyan value is 0.00%
  • magenta value is 44.86%
  • yellow value is 10.29%
  • key color value is 4.71%
CMYK:
(0,45,10,5)
C0M45Y10K5 
(0%,45%,10%,5%)
(0.00/0.45/0.10/0.05)	

CMYK percentages

%0
%44.86
%10.29
%4.71

Codes

Color #F386DA in popluar color models

F386DA
RGB243134218
HSL314°81.95%73.92%
HSB/HSV314°44.86%95.29%
CMYK0.00%44.86%10.29%
4.71%

Color #F386DA in popluar number systems.

HEXF386DA
Decimal243134218
Binary111100111000011011011010
Octal363206332

Shades and tints

Shades of #F386DA

#F386DA
(243,134,218)
#DD7AC7
(221,122,199)
#C76EB4
(199,110,180)
#B162A1
(177,98,161)
#9B568E
(155,86,142)
#854A7B
(133,74,123)
#6F3E68
(111,62,104)
#593255
(89,50,85)
#432642
(67,38,66)
#2D1A2F
(45,26,47)
#170E1C
(23,14,28)
#000000
(0,0,0)

Tints of #F386DA

#F386DA
(243,134,218)
#F491DD
(244,145,221)
#F59CE0
(245,156,224)
#F6A7E3
(246,167,227)
#F7B2E6
(247,178,230)
#F8BDE9
(248,189,233)
#F9C8EC
(249,200,236)
#FAD3EF
(250,211,239)
#FBDEF2
(251,222,242)
#FCE9F5
(252,233,245)
#FDF4F8
(253,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F386DA color. Also use rgb(243,134,218) instead hex code.

Text Font Color

.myTextColor { color: #F386DA; }

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

This text font color is #F386DA.


Background Color

.myBgColor { background-color: #F386DA; }

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

This div background color is #F386DA.


Border color

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

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

This div border color is #F386DA.


Opacity

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

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

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

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

This text has shadow with #F386DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F386DA on black background.


Color preview on white background

This text has color #F386DA on white background.



Black color preview on #F386DA background

This text has black color on #F386DA background.


White color preview on #F386DA background

This text has white color on #F386DA background.