COLOR #F36965

HEX: #F36965
RGB: (243,105,101)

Color info

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

RGB color model

#F36965 color RGB value is (243,105,101).

  • red value is 243;
  • green value is 105;
  • blue value is 101.
RGB:
(243,105,101)
(95%,41%,40%)

RGB channels and saturation

R 243 of 255 = 95%
G 105 of 255 = 41%
B 101 of 255 = 40%

243
105
101

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

Portions of RGB colors in percentages

R + G + B =
243 + 105 + 101 = 449 (100%)
R 243 of 449 ~ 54.12%
G 105 of 449 ~ 23.39%
B 101 of 449 ~ 22.49%

%54.12
%23.39
%22.49

CMYK color model

#F36965 color CMYK value is (0,57,58,5).

  • cyan value is 0.00%
  • magenta value is 56.79%
  • yellow value is 58.44%
  • key color value is 4.71%
CMYK:
(0,57,58,5)
C0M57Y58K5 
(0%,57%,58%,5%)
(0.00/0.57/0.58/0.05)	

CMYK percentages

%0
%56.79
%58.44
%4.71

Codes

Color #F36965 in popluar color models

F36965
RGB243105101
HSL85.54%67.45%
HSB/HSV58.44%95.29%
CMYK0.00%56.79%58.44%
4.71%

Color #F36965 in popluar number systems.

HEXF36965
Decimal243105101
Binary1111001111010011100101
Octal363151145

Shades and tints

Shades of #F36965

#F36965
(243,105,101)
#DD605C
(221,96,92)
#C75753
(199,87,83)
#B14E4A
(177,78,74)
#9B4541
(155,69,65)
#853C38
(133,60,56)
#6F332F
(111,51,47)
#592A26
(89,42,38)
#43211D
(67,33,29)
#2D1814
(45,24,20)
#170F0B
(23,15,11)
#000000
(0,0,0)

Tints of #F36965

#F36965
(243,105,101)
#F47673
(244,118,115)
#F58381
(245,131,129)
#F6908F
(246,144,143)
#F79D9D
(247,157,157)
#F8AAAB
(248,170,171)
#F9B7B9
(249,183,185)
#FAC4C7
(250,196,199)
#FBD1D5
(251,209,213)
#FCDEE3
(252,222,227)
#FDEBF1
(253,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F36965; }

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

This text font color is #F36965.


Background Color

.myBgColor { background-color: #F36965; }

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

This div background color is #F36965.


Border color

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

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

This div border color is #F36965.


Opacity

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

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

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

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

This text has shadow with #F36965 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F36965 on black background.


Color preview on white background

This text has color #F36965 on white background.



Black color preview on #F36965 background

This text has black color on #F36965 background.


White color preview on #F36965 background

This text has white color on #F36965 background.