COLOR #F37075

HEX: #F37075
RGB: (243,112,117)

Color info

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

RGB color model

#F37075 color RGB value is (243,112,117).

  • red value is 243;
  • green value is 112;
  • blue value is 117.
RGB:
(243,112,117)
(95%,44%,46%)

RGB channels and saturation

R 243 of 255 = 95%
G 112 of 255 = 44%
B 117 of 255 = 46%

243
112
117

R + G + B ~ 62%. #F37075 is quite light color.

Portions of RGB colors in percentages

R + G + B =
243 + 112 + 117 = 472 (100%)
R 243 of 472 ~ 51.48%
G 112 of 472 ~ 23.73%
B 117 of 472 ~ 24.79%

%51.48
%23.73
%24.79

CMYK color model

#F37075 color CMYK value is (0,54,52,5).

  • cyan value is 0.00%
  • magenta value is 53.91%
  • yellow value is 51.85%
  • key color value is 4.71%
CMYK:
(0,54,52,5)
C0M54Y52K5 
(0%,54%,52%,5%)
(0.00/0.54/0.52/0.05)	

CMYK percentages

%0
%53.91
%51.85
%4.71

Codes

Color #F37075 in popluar color models

F37075
RGB243112117
HSL358°84.52%69.61%
HSB/HSV358°53.91%95.29%
CMYK0.00%53.91%51.85%
4.71%

Color #F37075 in popluar number systems.

HEXF37075
Decimal243112117
Binary1111001111100001110101
Octal363160165

Shades and tints

Shades of #F37075

#F37075
(243,112,117)
#DD666B
(221,102,107)
#C75C61
(199,92,97)
#B15257
(177,82,87)
#9B484D
(155,72,77)
#853E43
(133,62,67)
#6F3439
(111,52,57)
#592A2F
(89,42,47)
#432025
(67,32,37)
#2D161B
(45,22,27)
#170C11
(23,12,17)
#000000
(0,0,0)

Tints of #F37075

#F37075
(243,112,117)
#F47D81
(244,125,129)
#F58A8D
(245,138,141)
#F69799
(246,151,153)
#F7A4A5
(247,164,165)
#F8B1B1
(248,177,177)
#F9BEBD
(249,190,189)
#FACBC9
(250,203,201)
#FBD8D5
(251,216,213)
#FCE5E1
(252,229,225)
#FDF2ED
(253,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F37075; }

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

This text font color is #F37075.


Background Color

.myBgColor { background-color: #F37075; }

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

This div background color is #F37075.


Border color

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

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

This div border color is #F37075.


Opacity

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

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

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

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

This text has shadow with #F37075 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F37075 on black background.


Color preview on white background

This text has color #F37075 on white background.



Black color preview on #F37075 background

This text has black color on #F37075 background.


White color preview on #F37075 background

This text has white color on #F37075 background.