COLOR #F384BD

HEX: #F384BD
RGB: (243,132,189)

Color info

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

RGB color model

#F384BD color RGB value is (243,132,189).

  • red value is 243;
  • green value is 132;
  • blue value is 189.
RGB:
(243,132,189)
(95%,52%,74%)

RGB channels and saturation

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

243
132
189

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

Portions of RGB colors in percentages

R + G + B =
243 + 132 + 189 = 564 (100%)
R 243 of 564 ~ 43.09%
G 132 of 564 ~ 23.4%
B 189 of 564 ~ 33.51%

%43.09
%23.4
%33.51

CMYK color model

#F384BD color CMYK value is (0,46,22,5).

  • cyan value is 0.00%
  • magenta value is 45.68%
  • yellow value is 22.22%
  • key color value is 4.71%
CMYK:
(0,46,22,5)
C0M46Y22K5 
(0%,46%,22%,5%)
(0.00/0.46/0.22/0.05)	

CMYK percentages

%0
%45.68
%22.22
%4.71

Codes

Color #F384BD in popluar color models

F384BD
RGB243132189
HSL329°82.22%73.53%
HSB/HSV329°45.68%95.29%
CMYK0.00%45.68%22.22%
4.71%

Color #F384BD in popluar number systems.

HEXF384BD
Decimal243132189
Binary111100111000010010111101
Octal363204275

Shades and tints

Shades of #F384BD

#F384BD
(243,132,189)
#DD78AC
(221,120,172)
#C76C9B
(199,108,155)
#B1608A
(177,96,138)
#9B5479
(155,84,121)
#854868
(133,72,104)
#6F3C57
(111,60,87)
#593046
(89,48,70)
#432435
(67,36,53)
#2D1824
(45,24,36)
#170C13
(23,12,19)
#000000
(0,0,0)

Tints of #F384BD

#F384BD
(243,132,189)
#F48FC3
(244,143,195)
#F59AC9
(245,154,201)
#F6A5CF
(246,165,207)
#F7B0D5
(247,176,213)
#F8BBDB
(248,187,219)
#F9C6E1
(249,198,225)
#FAD1E7
(250,209,231)
#FBDCED
(251,220,237)
#FCE7F3
(252,231,243)
#FDF2F9
(253,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F384BD; }

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

This text font color is #F384BD.


Background Color

.myBgColor { background-color: #F384BD; }

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

This div background color is #F384BD.


Border color

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

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

This div border color is #F384BD.


Opacity

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

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

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

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

This text has shadow with #F384BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F384BD on black background.


Color preview on white background

This text has color #F384BD on white background.



Black color preview on #F384BD background

This text has black color on #F384BD background.


White color preview on #F384BD background

This text has white color on #F384BD background.