COLOR #F3776B

HEX: #F3776B
RGB: (243,119,107)

Color info

#F3776B contains mainly red color. Web safe color of #F3776B is #FF6666 (or #F66).

RGB color model

#F3776B color RGB value is (243,119,107).

  • red value is 243;
  • green value is 119;
  • blue value is 107.
RGB:
(243,119,107)
(95%,47%,42%)

RGB channels and saturation

R 243 of 255 = 95%
G 119 of 255 = 47%
B 107 of 255 = 42%

243
119
107

R + G + B ~ 61%. #F3776B is quite light color.

Portions of RGB colors in percentages

R + G + B =
243 + 119 + 107 = 469 (100%)
R 243 of 469 ~ 51.81%
G 119 of 469 ~ 25.37%
B 107 of 469 ~ 22.81%

%51.81
%25.37
%22.81

CMYK color model

#F3776B color CMYK value is (0,51,56,5).

  • cyan value is 0.00%
  • magenta value is 51.03%
  • yellow value is 55.97%
  • key color value is 4.71%
CMYK:
(0,51,56,5)
C0M51Y56K5 
(0%,51%,56%,5%)
(0.00/0.51/0.56/0.05)	

CMYK percentages

%0
%51.03
%55.97
%4.71

Codes

Color #F3776B in popluar color models

F3776B
RGB243119107
HSL85.00%68.63%
HSB/HSV55.97%95.29%
CMYK0.00%51.03%55.97%
4.71%

Color #F3776B in popluar number systems.

HEXF3776B
Decimal243119107
Binary1111001111101111101011
Octal363167153

Shades and tints

Shades of #F3776B

#F3776B
(243,119,107)
#DD6D62
(221,109,98)
#C76359
(199,99,89)
#B15950
(177,89,80)
#9B4F47
(155,79,71)
#85453E
(133,69,62)
#6F3B35
(111,59,53)
#59312C
(89,49,44)
#432723
(67,39,35)
#2D1D1A
(45,29,26)
#171311
(23,19,17)
#000000
(0,0,0)

Tints of #F3776B

#F3776B
(243,119,107)
#F48378
(244,131,120)
#F58F85
(245,143,133)
#F69B92
(246,155,146)
#F7A79F
(247,167,159)
#F8B3AC
(248,179,172)
#F9BFB9
(249,191,185)
#FACBC6
(250,203,198)
#FBD7D3
(251,215,211)
#FCE3E0
(252,227,224)
#FDEFED
(253,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3776B color. Also use rgb(243,119,107) instead hex code.

Text Font Color

.myTextColor { color: #F3776B; }

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

This text font color is #F3776B.


Background Color

.myBgColor { background-color: #F3776B; }

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

This div background color is #F3776B.


Border color

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

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

This div border color is #F3776B.


Opacity

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

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

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

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

This text has shadow with #F3776B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3776B on black background.


Color preview on white background

This text has color #F3776B on white background.



Black color preview on #F3776B background

This text has black color on #F3776B background.


White color preview on #F3776B background

This text has white color on #F3776B background.