COLOR #F3788F

HEX: #F3788F
RGB: (243,120,143)

Color info

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

RGB color model

#F3788F color RGB value is (243,120,143).

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

RGB channels and saturation

R 243 of 255 = 95%
G 120 of 255 = 47%
B 143 of 255 = 56%

243
120
143

R + G + B ~ 66%. #F3788F is quite light color.

Portions of RGB colors in percentages

R + G + B =
243 + 120 + 143 = 506 (100%)
R 243 of 506 ~ 48.02%
G 120 of 506 ~ 23.72%
B 143 of 506 ~ 28.26%

%48.02
%23.72
%28.26

CMYK color model

#F3788F color CMYK value is (0,51,41,5).

  • cyan value is 0.00%
  • magenta value is 50.62%
  • yellow value is 41.15%
  • key color value is 4.71%
CMYK:
(0,51,41,5)
C0M51Y41K5 
(0%,51%,41%,5%)
(0.00/0.51/0.41/0.05)	

CMYK percentages

%0
%50.62
%41.15
%4.71

Codes

Color #F3788F in popluar color models

F3788F
RGB243120143
HSL349°83.67%71.18%
HSB/HSV349°50.62%95.29%
CMYK0.00%50.62%41.15%
4.71%

Color #F3788F in popluar number systems.

HEXF3788F
Decimal243120143
Binary11110011111100010001111
Octal363170217

Shades and tints

Shades of #F3788F

#F3788F
(243,120,143)
#DD6E82
(221,110,130)
#C76475
(199,100,117)
#B15A68
(177,90,104)
#9B505B
(155,80,91)
#85464E
(133,70,78)
#6F3C41
(111,60,65)
#593234
(89,50,52)
#432827
(67,40,39)
#2D1E1A
(45,30,26)
#17140D
(23,20,13)
#000000
(0,0,0)

Tints of #F3788F

#F3788F
(243,120,143)
#F48499
(244,132,153)
#F590A3
(245,144,163)
#F69CAD
(246,156,173)
#F7A8B7
(247,168,183)
#F8B4C1
(248,180,193)
#F9C0CB
(249,192,203)
#FACCD5
(250,204,213)
#FBD8DF
(251,216,223)
#FCE4E9
(252,228,233)
#FDF0F3
(253,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3788F; }

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

This text font color is #F3788F.


Background Color

.myBgColor { background-color: #F3788F; }

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

This div background color is #F3788F.


Border color

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

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

This div border color is #F3788F.


Opacity

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

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

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

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

This text has shadow with #F3788F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3788F on black background.


Color preview on white background

This text has color #F3788F on white background.



Black color preview on #F3788F background

This text has black color on #F3788F background.


White color preview on #F3788F background

This text has white color on #F3788F background.