COLOR #F393DB

HEX: #F393DB RGB: (243,147,219)

Color info

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

RGB color model

#F393DB color RGB value is (243,147,219).

RGB: (243,147,219) (95%, 58%, 86%)

RGB channels and saturation

R 243 of 255 = 95%
G 147 of 255 = 58%
B 219 of 255 = 86%

243
147
219

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

Portions of RGB colors in percentages

R + G + B = 243 + 147 + 219 = 609 (100%)
R 243 of 609 ~ 39.9%
G 147 of 609 ~ 24.14%
B 219 of 609 ~ 35.96'%

%39.9
%24.14
%35.96

CMYK color model

#F393DB color CMYK value is (0,40,10,5).

  • cyan value is 0.00%
  • magenta value is 39.51%
  • yellow value is 9.88%
  • key color value is 4.71%

CMYK: (0,40,10,5)
C0M40Y10K5 (0%, 40%, 10%, 5%)
(0.00 / 0.40 / 0.10 / 0.05)

CMYK percentages

%0
%39.51
%9.88
%4.71

Codes

Color #F393DB in popluar color models

F3 93 DB
RGB 243 147 219
HSL 315° 80.00% 76.47%
HSB/HSV 315° 39.51% 95.29%
CMYK 0.00% 39.51% 9.88%
4.71%

Color #F393DB in popluar number systems.

HEX F3 93 DB
Decimal 243 147 219
Binary 11110011 10010011 11011011
Octal 363 223 333

Shades and tints

Shades of #F393DB

#F393DB
(243,147,219)
#DD86C8
(221,134,200)
#C779B5
(199,121,181)
#B16CA2
(177,108,162)
#9B5F8F
(155,95,143)
#85527C
(133,82,124)
#6F4569
(111,69,105)
#593856
(89,56,86)
#432B43
(67,43,67)
#2D1E30
(45,30,48)
#17111D
(23,17,29)
#000000
(0,0,0)

Tints of #F393DB

#F393DB
(243,147,219)
#F49CDE
(244,156,222)
#F5A5E1
(245,165,225)
#F6AEE4
(246,174,228)
#F7B7E7
(247,183,231)
#F8C0EA
(248,192,234)
#F9C9ED
(249,201,237)
#FAD2F0
(250,210,240)
#FBDBF3
(251,219,243)
#FCE4F6
(252,228,246)
#FDEDF9
(253,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F393DB; }

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

This text font color is #F393DB.

Background Color

.myBgColor { background-color: #F393DB; }

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

This div background color is #F393DB.

Border color

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

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

This div border color is #F393DB.

Opacity

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

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

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

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

This text has shadow with #F393DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F393DB.

Preview

Color preview on black background

This text has color #F393DB on black background.


Color preview on white background

This text has color #F393DB on white background.


Black color preview on #F393DB background

This text has black color on #F393DB background.


White color preview on #F393DB background

This text has white color on #F393DB background.


Related colors

Complementary color

Complementary color for #hex is #0C6C24.


I love getcolorcode.com

Triadic colors

1 #DBF393 and #93DBF3 with #F393DB are triadic colors.

2 #DB93F3 and #93F3DB with #F393DB are triadic colors.