COLOR #F37F64

HEX: #F37F64
RGB: (243,127,100)

Color info

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

RGB color model

#F37F64 color RGB value is (243,127,100).

  • red value is 243;
  • green value is 127;
  • blue value is 100.
RGB:
(243,127,100)
(95%,50%,39%)

RGB channels and saturation

R 243 of 255 = 95%
G 127 of 255 = 50%
B 100 of 255 = 39%

243
127
100

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

Portions of RGB colors in percentages

R + G + B =
243 + 127 + 100 = 470 (100%)
R 243 of 470 ~ 51.7%
G 127 of 470 ~ 27.02%
B 100 of 470 ~ 21.28%

%51.7
%27.02
%21.28

CMYK color model

#F37F64 color CMYK value is (0,48,59,5).

  • cyan value is 0.00%
  • magenta value is 47.74%
  • yellow value is 58.85%
  • key color value is 4.71%
CMYK:
(0,48,59,5)
C0M48Y59K5 
(0%,48%,59%,5%)
(0.00/0.48/0.59/0.05)	

CMYK percentages

%0
%47.74
%58.85
%4.71

Codes

Color #F37F64 in popluar color models

F37F64
RGB243127100
HSL11°85.63%67.25%
HSB/HSV11°58.85%95.29%
CMYK0.00%47.74%58.85%
4.71%

Color #F37F64 in popluar number systems.

HEXF37F64
Decimal243127100
Binary1111001111111111100100
Octal363177144

Shades and tints

Shades of #F37F64

#F37F64
(243,127,100)
#DD745B
(221,116,91)
#C76952
(199,105,82)
#B15E49
(177,94,73)
#9B5340
(155,83,64)
#854837
(133,72,55)
#6F3D2E
(111,61,46)
#593225
(89,50,37)
#43271C
(67,39,28)
#2D1C13
(45,28,19)
#17110A
(23,17,10)
#000000
(0,0,0)

Tints of #F37F64

#F37F64
(243,127,100)
#F48A72
(244,138,114)
#F59580
(245,149,128)
#F6A08E
(246,160,142)
#F7AB9C
(247,171,156)
#F8B6AA
(248,182,170)
#F9C1B8
(249,193,184)
#FACCC6
(250,204,198)
#FBD7D4
(251,215,212)
#FCE2E2
(252,226,226)
#FDEDF0
(253,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F37F64; }

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

This text font color is #F37F64.


Background Color

.myBgColor { background-color: #F37F64; }

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

This div background color is #F37F64.


Border color

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

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

This div border color is #F37F64.


Opacity

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

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

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

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

This text has shadow with #F37F64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F37F64 on black background.


Color preview on white background

This text has color #F37F64 on white background.



Black color preview on #F37F64 background

This text has black color on #F37F64 background.


White color preview on #F37F64 background

This text has white color on #F37F64 background.