COLOR #F393D1

HEX: #F393D1
RGB: (243,147,209)

Color info

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

RGB color model

#F393D1 color RGB value is (243,147,209).

  • red value is 243;
  • green value is 147;
  • blue value is 209.
RGB:
(243,147,209)
(95%,58%,82%)

RGB channels and saturation

R 243 of 255 = 95%
G 147 of 255 = 58%
B 209 of 255 = 82%

243
147
209

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

Portions of RGB colors in percentages

R + G + B =
243 + 147 + 209 = 599 (100%)
R 243 of 599 ~ 40.57%
G 147 of 599 ~ 24.54%
B 209 of 599 ~ 34.89%

%40.57
%24.54
%34.89

CMYK color model

#F393D1 color CMYK value is (0,40,14,5).

  • cyan value is 0.00%
  • magenta value is 39.51%
  • yellow value is 13.99%
  • key color value is 4.71%
CMYK:
(0,40,14,5)
C0M40Y14K5 
(0%,40%,14%,5%)
(0.00/0.40/0.14/0.05)	

CMYK percentages

%0
%39.51
%13.99
%4.71

Codes

Color #F393D1 in popluar color models

F393D1
RGB243147209
HSL321°80.00%76.47%
HSB/HSV321°39.51%95.29%
CMYK0.00%39.51%13.99%
4.71%

Color #F393D1 in popluar number systems.

HEXF393D1
Decimal243147209
Binary111100111001001111010001
Octal363223321

Shades and tints

Shades of #F393D1

#F393D1
(243,147,209)
#DD86BE
(221,134,190)
#C779AB
(199,121,171)
#B16C98
(177,108,152)
#9B5F85
(155,95,133)
#855272
(133,82,114)
#6F455F
(111,69,95)
#59384C
(89,56,76)
#432B39
(67,43,57)
#2D1E26
(45,30,38)
#171113
(23,17,19)
#000000
(0,0,0)

Tints of #F393D1

#F393D1
(243,147,209)
#F49CD5
(244,156,213)
#F5A5D9
(245,165,217)
#F6AEDD
(246,174,221)
#F7B7E1
(247,183,225)
#F8C0E5
(248,192,229)
#F9C9E9
(249,201,233)
#FAD2ED
(250,210,237)
#FBDBF1
(251,219,241)
#FCE4F5
(252,228,245)
#FDEDF9
(253,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F393D1 color. Also use rgb(243,147,209) instead hex code.

Text Font Color

.myTextColor { color: #F393D1; }

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

This text font color is #F393D1.


Background Color

.myBgColor { background-color: #F393D1; }

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

This div background color is #F393D1.


Border color

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

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

This div border color is #F393D1.


Opacity

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

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

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

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

This text has shadow with #F393D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F393D1 on black background.


Color preview on white background

This text has color #F393D1 on white background.



Black color preview on #F393D1 background

This text has black color on #F393D1 background.


White color preview on #F393D1 background

This text has white color on #F393D1 background.