COLOR #F37396

HEX: #F37396
RGB: (243,115,150)

Color info

#F37396 contains mainly red color. Web safe color of #F37396 is #FF6699 (or #F69).

RGB color model

#F37396 color RGB value is (243,115,150).

  • red value is 243;
  • green value is 115;
  • blue value is 150.
RGB:
(243,115,150)
(95%,45%,59%)

RGB channels and saturation

R 243 of 255 = 95%
G 115 of 255 = 45%
B 150 of 255 = 59%

243
115
150

R + G + B ~ 66%. #F37396 is quite light color.

Portions of RGB colors in percentages

R + G + B =
243 + 115 + 150 = 508 (100%)
R 243 of 508 ~ 47.83%
G 115 of 508 ~ 22.64%
B 150 of 508 ~ 29.53%

%47.83
%22.64
%29.53

CMYK color model

#F37396 color CMYK value is (0,53,38,5).

  • cyan value is 0.00%
  • magenta value is 52.67%
  • yellow value is 38.27%
  • key color value is 4.71%
CMYK:
(0,53,38,5)
C0M53Y38K5 
(0%,53%,38%,5%)
(0.00/0.53/0.38/0.05)	

CMYK percentages

%0
%52.67
%38.27
%4.71

Codes

Color #F37396 in popluar color models

F37396
RGB243115150
HSL344°84.21%70.20%
HSB/HSV344°52.67%95.29%
CMYK0.00%52.67%38.27%
4.71%

Color #F37396 in popluar number systems.

HEXF37396
Decimal243115150
Binary11110011111001110010110
Octal363163226

Shades and tints

Shades of #F37396

#F37396
(243,115,150)
#DD6989
(221,105,137)
#C75F7C
(199,95,124)
#B1556F
(177,85,111)
#9B4B62
(155,75,98)
#854155
(133,65,85)
#6F3748
(111,55,72)
#592D3B
(89,45,59)
#43232E
(67,35,46)
#2D1921
(45,25,33)
#170F14
(23,15,20)
#000000
(0,0,0)

Tints of #F37396

#F37396
(243,115,150)
#F47F9F
(244,127,159)
#F58BA8
(245,139,168)
#F697B1
(246,151,177)
#F7A3BA
(247,163,186)
#F8AFC3
(248,175,195)
#F9BBCC
(249,187,204)
#FAC7D5
(250,199,213)
#FBD3DE
(251,211,222)
#FCDFE7
(252,223,231)
#FDEBF0
(253,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F37396; }

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

This text font color is #F37396.


Background Color

.myBgColor { background-color: #F37396; }

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

This div background color is #F37396.


Border color

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

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

This div border color is #F37396.


Opacity

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

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

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

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

This text has shadow with #F37396 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F37396 on black background.


Color preview on white background

This text has color #F37396 on white background.



Black color preview on #F37396 background

This text has black color on #F37396 background.


White color preview on #F37396 background

This text has white color on #F37396 background.