COLOR #F384BC

HEX: #F384BC RGB: (243,132,188)

Color info

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

RGB color model

#F384BC color RGB value is (243,132,188).

RGB: (243,132,188) (95%, 52%, 74%)

RGB channels and saturation

R 243 of 255 = 95%
G 132 of 255 = 52%
B 188 of 255 = 74%

243
132
188

R + G + B ~ 74%. #F384BC is quite light color.

Portions of RGB colors in percentages

R + G + B = 243 + 132 + 188 = 563 (100%)
R 243 of 563 ~ 43.16%
G 132 of 563 ~ 23.45%
B 188 of 563 ~ 33.39'%

%43.16
%23.45
%33.39

CMYK color model

#F384BC color CMYK value is (0,46,23,5).

  • cyan value is 0.00%
  • magenta value is 45.68%
  • yellow value is 22.63%
  • key color value is 4.71%

CMYK: (0,46,23,5)
C0M46Y23K5 (0%, 46%, 23%, 5%)
(0.00 / 0.46 / 0.23 / 0.05)

CMYK percentages

%0
%45.68
%22.63
%4.71

Codes

Color #F384BC in popluar color models

F3 84 BC
RGB 243 132 188
HSL 330° 82.22% 73.53%
HSB/HSV 330° 45.68% 95.29%
CMYK 0.00% 45.68% 22.63%
4.71%

Color #F384BC in popluar number systems.

HEX F3 84 BC
Decimal 243 132 188
Binary 11110011 10000100 10111100
Octal 363 204 274

Shades and tints

Shades of #F384BC

#F384BC
(243,132,188)
#DD78AB
(221,120,171)
#C76C9A
(199,108,154)
#B16089
(177,96,137)
#9B5478
(155,84,120)
#854867
(133,72,103)
#6F3C56
(111,60,86)
#593045
(89,48,69)
#432434
(67,36,52)
#2D1823
(45,24,35)
#170C12
(23,12,18)
#000000
(0,0,0)

Tints of #F384BC

#F384BC
(243,132,188)
#F48FC2
(244,143,194)
#F59AC8
(245,154,200)
#F6A5CE
(246,165,206)
#F7B0D4
(247,176,212)
#F8BBDA
(248,187,218)
#F9C6E0
(249,198,224)
#FAD1E6
(250,209,230)
#FBDCEC
(251,220,236)
#FCE7F2
(252,231,242)
#FDF2F8
(253,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F384BC color. Also use rgb(243,132,188) instead hex code.

Text Font Color

.myTextColor { color: #F384BC; }

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

This text font color is #F384BC.

Background Color

.myBgColor { background-color: #F384BC; }

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

This div background color is #F384BC.

Border color

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

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

This div border color is #F384BC.

Opacity

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

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

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

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

This text has shadow with #F384BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F384BC.

Preview

Color preview on black background

This text has color #F384BC on black background.


Color preview on white background

This text has color #F384BC on white background.


Black color preview on #F384BC background

This text has black color on #F384BC background.


White color preview on #F384BC background

This text has white color on #F384BC background.


Related colors

Complementary color

Complementary color for #hex is #0C7B43.


I love getcolorcode.com

Triadic colors

1 #BCF384 and #84BCF3 with #F384BC are triadic colors.

2 #BC84F3 and #84F3BC with #F384BC are triadic colors.