COLOR #F393BA

HEX: #F393BA
RGB: (243,147,186)

Color info

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

RGB color model

#F393BA color RGB value is (243,147,186).

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

RGB channels and saturation

R 243 of 255 = 95%
G 147 of 255 = 58%
B 186 of 255 = 73%

243
147
186

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

Portions of RGB colors in percentages

R + G + B =
243 + 147 + 186 = 576 (100%)
R 243 of 576 ~ 42.19%
G 147 of 576 ~ 25.52%
B 186 of 576 ~ 32.29%

%42.19
%25.52
%32.29

CMYK color model

#F393BA color CMYK value is (0,40,23,5).

  • cyan value is 0.00%
  • magenta value is 39.51%
  • yellow value is 23.46%
  • key color value is 4.71%
CMYK:
(0,40,23,5)
C0M40Y23K5 
(0%,40%,23%,5%)
(0.00/0.40/0.23/0.05)	

CMYK percentages

%0
%39.51
%23.46
%4.71

Codes

Color #F393BA in popluar color models

F393BA
RGB243147186
HSL336°80.00%76.47%
HSB/HSV336°39.51%95.29%
CMYK0.00%39.51%23.46%
4.71%

Color #F393BA in popluar number systems.

HEXF393BA
Decimal243147186
Binary111100111001001110111010
Octal363223272

Shades and tints

Shades of #F393BA

#F393BA
(243,147,186)
#DD86AA
(221,134,170)
#C7799A
(199,121,154)
#B16C8A
(177,108,138)
#9B5F7A
(155,95,122)
#85526A
(133,82,106)
#6F455A
(111,69,90)
#59384A
(89,56,74)
#432B3A
(67,43,58)
#2D1E2A
(45,30,42)
#17111A
(23,17,26)
#000000
(0,0,0)

Tints of #F393BA

#F393BA
(243,147,186)
#F49CC0
(244,156,192)
#F5A5C6
(245,165,198)
#F6AECC
(246,174,204)
#F7B7D2
(247,183,210)
#F8C0D8
(248,192,216)
#F9C9DE
(249,201,222)
#FAD2E4
(250,210,228)
#FBDBEA
(251,219,234)
#FCE4F0
(252,228,240)
#FDEDF6
(253,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F393BA; }

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

This text font color is #F393BA.


Background Color

.myBgColor { background-color: #F393BA; }

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

This div background color is #F393BA.


Border color

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

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

This div border color is #F393BA.


Opacity

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

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

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

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

This text has shadow with #F393BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F393BA on black background.


Color preview on white background

This text has color #F393BA on white background.



Black color preview on #F393BA background

This text has black color on #F393BA background.


White color preview on #F393BA background

This text has white color on #F393BA background.