COLOR #F378B1

HEX: #F378B1
RGB: (243,120,177)

Color info

#F378B1 contains mainly red color. Web safe color of #F378B1 is #FF6699 (or #F69).

RGB color model

#F378B1 color RGB value is (243,120,177).

  • red value is 243;
  • green value is 120;
  • blue value is 177.
RGB:
(243,120,177)
(95%,47%,69%)

RGB channels and saturation

R 243 of 255 = 95%
G 120 of 255 = 47%
B 177 of 255 = 69%

243
120
177

R + G + B ~ 70%. #F378B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
243 + 120 + 177 = 540 (100%)
R 243 of 540 ~ 45%
G 120 of 540 ~ 22.22%
B 177 of 540 ~ 32.78%

%45
%22.22
%32.78

CMYK color model

#F378B1 color CMYK value is (0,51,27,5).

  • cyan value is 0.00%
  • magenta value is 50.62%
  • yellow value is 27.16%
  • key color value is 4.71%
CMYK:
(0,51,27,5)
C0M51Y27K5 
(0%,51%,27%,5%)
(0.00/0.51/0.27/0.05)	

CMYK percentages

%0
%50.62
%27.16
%4.71

Codes

Color #F378B1 in popluar color models

F378B1
RGB243120177
HSL332°83.67%71.18%
HSB/HSV332°50.62%95.29%
CMYK0.00%50.62%27.16%
4.71%

Color #F378B1 in popluar number systems.

HEXF378B1
Decimal243120177
Binary11110011111100010110001
Octal363170261

Shades and tints

Shades of #F378B1

#F378B1
(243,120,177)
#DD6EA1
(221,110,161)
#C76491
(199,100,145)
#B15A81
(177,90,129)
#9B5071
(155,80,113)
#854661
(133,70,97)
#6F3C51
(111,60,81)
#593241
(89,50,65)
#432831
(67,40,49)
#2D1E21
(45,30,33)
#171411
(23,20,17)
#000000
(0,0,0)

Tints of #F378B1

#F378B1
(243,120,177)
#F484B8
(244,132,184)
#F590BF
(245,144,191)
#F69CC6
(246,156,198)
#F7A8CD
(247,168,205)
#F8B4D4
(248,180,212)
#F9C0DB
(249,192,219)
#FACCE2
(250,204,226)
#FBD8E9
(251,216,233)
#FCE4F0
(252,228,240)
#FDF0F7
(253,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F378B1 color. Also use rgb(243,120,177) instead hex code.

Text Font Color

.myTextColor { color: #F378B1; }

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

This text font color is #F378B1.


Background Color

.myBgColor { background-color: #F378B1; }

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

This div background color is #F378B1.


Border color

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

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

This div border color is #F378B1.


Opacity

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

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

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

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

This text has shadow with #F378B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F378B1 on black background.


Color preview on white background

This text has color #F378B1 on white background.



Black color preview on #F378B1 background

This text has black color on #F378B1 background.


White color preview on #F378B1 background

This text has white color on #F378B1 background.