COLOR #F384B5

HEX: #F384B5
RGB: (243,132,181)

Color info

#F384B5 contains mainly red color. Web safe color of #F384B5 is #FF99CC (or #F9C).

RGB color model

#F384B5 color RGB value is (243,132,181).

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

RGB channels and saturation

R 243 of 255 = 95%
G 132 of 255 = 52%
B 181 of 255 = 71%

243
132
181

R + G + B ~ 73%. #F384B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
243 + 132 + 181 = 556 (100%)
R 243 of 556 ~ 43.71%
G 132 of 556 ~ 23.74%
B 181 of 556 ~ 32.55%

%43.71
%23.74
%32.55

CMYK color model

#F384B5 color CMYK value is (0,46,26,5).

  • cyan value is 0.00%
  • magenta value is 45.68%
  • yellow value is 25.51%
  • key color value is 4.71%
CMYK:
(0,46,26,5)
C0M46Y26K5 
(0%,46%,26%,5%)
(0.00/0.46/0.26/0.05)	

CMYK percentages

%0
%45.68
%25.51
%4.71

Codes

Color #F384B5 in popluar color models

F384B5
RGB243132181
HSL334°82.22%73.53%
HSB/HSV334°45.68%95.29%
CMYK0.00%45.68%25.51%
4.71%

Color #F384B5 in popluar number systems.

HEXF384B5
Decimal243132181
Binary111100111000010010110101
Octal363204265

Shades and tints

Shades of #F384B5

#F384B5
(243,132,181)
#DD78A5
(221,120,165)
#C76C95
(199,108,149)
#B16085
(177,96,133)
#9B5475
(155,84,117)
#854865
(133,72,101)
#6F3C55
(111,60,85)
#593045
(89,48,69)
#432435
(67,36,53)
#2D1825
(45,24,37)
#170C15
(23,12,21)
#000000
(0,0,0)

Tints of #F384B5

#F384B5
(243,132,181)
#F48FBB
(244,143,187)
#F59AC1
(245,154,193)
#F6A5C7
(246,165,199)
#F7B0CD
(247,176,205)
#F8BBD3
(248,187,211)
#F9C6D9
(249,198,217)
#FAD1DF
(250,209,223)
#FBDCE5
(251,220,229)
#FCE7EB
(252,231,235)
#FDF2F1
(253,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F384B5; }

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

This text font color is #F384B5.


Background Color

.myBgColor { background-color: #F384B5; }

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

This div background color is #F384B5.


Border color

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

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

This div border color is #F384B5.


Opacity

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

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

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

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

This text has shadow with #F384B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F384B5 on black background.


Color preview on white background

This text has color #F384B5 on white background.



Black color preview on #F384B5 background

This text has black color on #F384B5 background.


White color preview on #F384B5 background

This text has white color on #F384B5 background.