COLOR #F0736B

HEX: #F0736B
RGB: (240,115,107)

Color info

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

RGB color model

#F0736B color RGB value is (240,115,107).

  • red value is 240;
  • green value is 115;
  • blue value is 107.
RGB:
(240,115,107)
(94%,45%,42%)

RGB channels and saturation

R 240 of 255 = 94%
G 115 of 255 = 45%
B 107 of 255 = 42%

240
115
107

R + G + B ~ 60%. #F0736B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
240 + 115 + 107 = 462 (100%)
R 240 of 462 ~ 51.95%
G 115 of 462 ~ 24.89%
B 107 of 462 ~ 23.16%

%51.95
%24.89
%23.16

CMYK color model

#F0736B color CMYK value is (0,52,55,6).

  • cyan value is 0.00%
  • magenta value is 52.08%
  • yellow value is 55.42%
  • key color value is 5.88%
CMYK:
(0,52,55,6)
C0M52Y55K6 
(0%,52%,55%,6%)
(0.00/0.52/0.55/0.06)	

CMYK percentages

%0
%52.08
%55.42
%5.88

Codes

Color #F0736B in popluar color models

F0736B
RGB240115107
HSL81.60%68.04%
HSB/HSV55.42%94.12%
CMYK0.00%52.08%55.42%
5.88%

Color #F0736B in popluar number systems.

HEXF0736B
Decimal240115107
Binary1111000011100111101011
Octal360163153

Shades and tints

Shades of #F0736B

#F0736B
(240,115,107)
#DB6962
(219,105,98)
#C65F59
(198,95,89)
#B15550
(177,85,80)
#9C4B47
(156,75,71)
#87413E
(135,65,62)
#723735
(114,55,53)
#5D2D2C
(93,45,44)
#482323
(72,35,35)
#33191A
(51,25,26)
#1E0F11
(30,15,17)
#000000
(0,0,0)

Tints of #F0736B

#F0736B
(240,115,107)
#F17F78
(241,127,120)
#F28B85
(242,139,133)
#F39792
(243,151,146)
#F4A39F
(244,163,159)
#F5AFAC
(245,175,172)
#F6BBB9
(246,187,185)
#F7C7C6
(247,199,198)
#F8D3D3
(248,211,211)
#F9DFE0
(249,223,224)
#FAEBED
(250,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0736B color. Also use rgb(240,115,107) instead hex code.

Text Font Color

.myTextColor { color: #F0736B; }

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

This text font color is #F0736B.


Background Color

.myBgColor { background-color: #F0736B; }

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

This div background color is #F0736B.


Border color

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

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

This div border color is #F0736B.


Opacity

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

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

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

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

This text has shadow with #F0736B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0736B on black background.


Color preview on white background

This text has color #F0736B on white background.



Black color preview on #F0736B background

This text has black color on #F0736B background.


White color preview on #F0736B background

This text has white color on #F0736B background.