COLOR #F0735C

HEX: #F0735C
RGB: (240,115,92)

Color info

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

RGB color model

#F0735C color RGB value is (240,115,92).

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

RGB channels and saturation

R 240 of 255 = 94%
G 115 of 255 = 45%
B 92 of 255 = 36%

240
115
92

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

Portions of RGB colors in percentages

R + G + B =
240 + 115 + 92 = 447 (100%)
R 240 of 447 ~ 53.69%
G 115 of 447 ~ 25.73%
B 92 of 447 ~ 20.58%

%53.69
%25.73
%20.58

CMYK color model

#F0735C color CMYK value is (0,52,62,6).

  • cyan value is 0.00%
  • magenta value is 52.08%
  • yellow value is 61.67%
  • key color value is 5.88%
CMYK:
(0,52,62,6)
C0M52Y62K6 
(0%,52%,62%,6%)
(0.00/0.52/0.62/0.06)	

CMYK percentages

%0
%52.08
%61.67
%5.88

Codes

Color #F0735C in popluar color models

F0735C
RGB24011592
HSL83.15%65.10%
HSB/HSV61.67%94.12%
CMYK0.00%52.08%61.67%
5.88%

Color #F0735C in popluar number systems.

HEXF0735C
Decimal24011592
Binary1111000011100111011100
Octal360163134

Shades and tints

Shades of #F0735C

#F0735C
(240,115,92)
#DB6954
(219,105,84)
#C65F4C
(198,95,76)
#B15544
(177,85,68)
#9C4B3C
(156,75,60)
#874134
(135,65,52)
#72372C
(114,55,44)
#5D2D24
(93,45,36)
#48231C
(72,35,28)
#331914
(51,25,20)
#1E0F0C
(30,15,12)
#000000
(0,0,0)

Tints of #F0735C

#F0735C
(240,115,92)
#F17F6A
(241,127,106)
#F28B78
(242,139,120)
#F39786
(243,151,134)
#F4A394
(244,163,148)
#F5AFA2
(245,175,162)
#F6BBB0
(246,187,176)
#F7C7BE
(247,199,190)
#F8D3CC
(248,211,204)
#F9DFDA
(249,223,218)
#FAEBE8
(250,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0735C; }

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

This text font color is #F0735C.


Background Color

.myBgColor { background-color: #F0735C; }

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

This div background color is #F0735C.


Border color

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

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

This div border color is #F0735C.


Opacity

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

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

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

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

This text has shadow with #F0735C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0735C on black background.


Color preview on white background

This text has color #F0735C on white background.



Black color preview on #F0735C background

This text has black color on #F0735C background.


White color preview on #F0735C background

This text has white color on #F0735C background.