COLOR #F384B2

HEX: #F384B2
RGB: (243,132,178)

Color info

#F384B2 contains mainly red color. Web safe color of #F384B2 is #FF9999 (or #F99).

RGB color model

#F384B2 color RGB value is (243,132,178).

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

RGB channels and saturation

R 243 of 255 = 95%
G 132 of 255 = 52%
B 178 of 255 = 70%

243
132
178

R + G + B ~ 72%. #F384B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
243 + 132 + 178 = 553 (100%)
R 243 of 553 ~ 43.94%
G 132 of 553 ~ 23.87%
B 178 of 553 ~ 32.19%

%43.94
%23.87
%32.19

CMYK color model

#F384B2 color CMYK value is (0,46,27,5).

  • cyan value is 0.00%
  • magenta value is 45.68%
  • yellow value is 26.75%
  • key color value is 4.71%
CMYK:
(0,46,27,5)
C0M46Y27K5 
(0%,46%,27%,5%)
(0.00/0.46/0.27/0.05)	

CMYK percentages

%0
%45.68
%26.75
%4.71

Codes

Color #F384B2 in popluar color models

F384B2
RGB243132178
HSL335°82.22%73.53%
HSB/HSV335°45.68%95.29%
CMYK0.00%45.68%26.75%
4.71%

Color #F384B2 in popluar number systems.

HEXF384B2
Decimal243132178
Binary111100111000010010110010
Octal363204262

Shades and tints

Shades of #F384B2

#F384B2
(243,132,178)
#DD78A2
(221,120,162)
#C76C92
(199,108,146)
#B16082
(177,96,130)
#9B5472
(155,84,114)
#854862
(133,72,98)
#6F3C52
(111,60,82)
#593042
(89,48,66)
#432432
(67,36,50)
#2D1822
(45,24,34)
#170C12
(23,12,18)
#000000
(0,0,0)

Tints of #F384B2

#F384B2
(243,132,178)
#F48FB9
(244,143,185)
#F59AC0
(245,154,192)
#F6A5C7
(246,165,199)
#F7B0CE
(247,176,206)
#F8BBD5
(248,187,213)
#F9C6DC
(249,198,220)
#FAD1E3
(250,209,227)
#FBDCEA
(251,220,234)
#FCE7F1
(252,231,241)
#FDF2F8
(253,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F384B2; }

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

This text font color is #F384B2.


Background Color

.myBgColor { background-color: #F384B2; }

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

This div background color is #F384B2.


Border color

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

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

This div border color is #F384B2.


Opacity

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

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

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

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

This text has shadow with #F384B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F384B2 on black background.


Color preview on white background

This text has color #F384B2 on white background.



Black color preview on #F384B2 background

This text has black color on #F384B2 background.


White color preview on #F384B2 background

This text has white color on #F384B2 background.