COLOR #F37B7B

HEX: #F37B7B
RGB: (243,123,123)

Color info

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

RGB color model

#F37B7B color RGB value is (243,123,123).

  • red value is 243;
  • green value is 123;
  • blue value is 123.
RGB:
(243,123,123)
(95%,48%,48%)

RGB channels and saturation

R 243 of 255 = 95%
G 123 of 255 = 48%
B 123 of 255 = 48%

243
123
123

R + G + B ~ 64%. #F37B7B is quite light color.

Portions of RGB colors in percentages

R + G + B =
243 + 123 + 123 = 489 (100%)
R 243 of 489 ~ 49.69%
G 123 of 489 ~ 25.15%
B 123 of 489 ~ 25.15%

%49.69
%25.15
%25.15

CMYK color model

#F37B7B color CMYK value is (0,49,49,5).

  • cyan value is 0.00%
  • magenta value is 49.38%
  • yellow value is 49.38%
  • key color value is 4.71%
CMYK:
(0,49,49,5)
C0M49Y49K5 
(0%,49%,49%,5%)
(0.00/0.49/0.49/0.05)	

CMYK percentages

%0
%49.38
%49.38
%4.71

Codes

Color #F37B7B in popluar color models

F37B7B
RGB243123123
HSL83.33%71.76%
HSB/HSV49.38%95.29%
CMYK0.00%49.38%49.38%
4.71%

Color #F37B7B in popluar number systems.

HEXF37B7B
Decimal243123123
Binary1111001111110111111011
Octal363173173

Shades and tints

Shades of #F37B7B

#F37B7B
(243,123,123)
#DD7070
(221,112,112)
#C76565
(199,101,101)
#B15A5A
(177,90,90)
#9B4F4F
(155,79,79)
#854444
(133,68,68)
#6F3939
(111,57,57)
#592E2E
(89,46,46)
#432323
(67,35,35)
#2D1818
(45,24,24)
#170D0D
(23,13,13)
#000000
(0,0,0)

Tints of #F37B7B

#F37B7B
(243,123,123)
#F48787
(244,135,135)
#F59393
(245,147,147)
#F69F9F
(246,159,159)
#F7ABAB
(247,171,171)
#F8B7B7
(248,183,183)
#F9C3C3
(249,195,195)
#FACFCF
(250,207,207)
#FBDBDB
(251,219,219)
#FCE7E7
(252,231,231)
#FDF3F3
(253,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F37B7B; }

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

This text font color is #F37B7B.


Background Color

.myBgColor { background-color: #F37B7B; }

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

This div background color is #F37B7B.


Border color

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

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

This div border color is #F37B7B.


Opacity

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

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

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

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

This text has shadow with #F37B7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F37B7B on black background.


Color preview on white background

This text has color #F37B7B on white background.



Black color preview on #F37B7B background

This text has black color on #F37B7B background.


White color preview on #F37B7B background

This text has white color on #F37B7B background.