COLOR #F36F6F

HEX: #F36F6F
RGB: (243,111,111)

Color info

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

RGB color model

#F36F6F color RGB value is (243,111,111).

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

RGB channels and saturation

R 243 of 255 = 95%
G 111 of 255 = 44%
B 111 of 255 = 44%

243
111
111

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

Portions of RGB colors in percentages

R + G + B =
243 + 111 + 111 = 465 (100%)
R 243 of 465 ~ 52.26%
G 111 of 465 ~ 23.87%
B 111 of 465 ~ 23.87%

%52.26
%23.87
%23.87

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 54.32%
  • yellow value is 54.32%
  • key color value is 4.71%
CMYK:
(0,54,54,5)
C0M54Y54K5 
(0%,54%,54%,5%)
(0.00/0.54/0.54/0.05)	

CMYK percentages

%0
%54.32
%54.32
%4.71

Codes

Color #F36F6F in popluar color models

F36F6F
RGB243111111
HSL84.62%69.41%
HSB/HSV54.32%95.29%
CMYK0.00%54.32%54.32%
4.71%

Color #F36F6F in popluar number systems.

HEXF36F6F
Decimal243111111
Binary1111001111011111101111
Octal363157157

Shades and tints

Shades of #F36F6F

#F36F6F
(243,111,111)
#DD6565
(221,101,101)
#C75B5B
(199,91,91)
#B15151
(177,81,81)
#9B4747
(155,71,71)
#853D3D
(133,61,61)
#6F3333
(111,51,51)
#592929
(89,41,41)
#431F1F
(67,31,31)
#2D1515
(45,21,21)
#170B0B
(23,11,11)
#000000
(0,0,0)

Tints of #F36F6F

#F36F6F
(243,111,111)
#F47C7C
(244,124,124)
#F58989
(245,137,137)
#F69696
(246,150,150)
#F7A3A3
(247,163,163)
#F8B0B0
(248,176,176)
#F9BDBD
(249,189,189)
#FACACA
(250,202,202)
#FBD7D7
(251,215,215)
#FCE4E4
(252,228,228)
#FDF1F1
(253,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F36F6F; }

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

This text font color is #F36F6F.


Background Color

.myBgColor { background-color: #F36F6F; }

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

This div background color is #F36F6F.


Border color

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

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

This div border color is #F36F6F.


Opacity

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

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

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

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

This text has shadow with #F36F6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F36F6F on black background.


Color preview on white background

This text has color #F36F6F on white background.



Black color preview on #F36F6F background

This text has black color on #F36F6F background.


White color preview on #F36F6F background

This text has white color on #F36F6F background.