COLOR #F37188

HEX: #F37188
RGB: (243,113,136)

Color info

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

RGB color model

#F37188 color RGB value is (243,113,136).

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

RGB channels and saturation

R 243 of 255 = 95%
G 113 of 255 = 44%
B 136 of 255 = 53%

243
113
136

R + G + B ~ 64%. #F37188 is quite light color.

Portions of RGB colors in percentages

R + G + B =
243 + 113 + 136 = 492 (100%)
R 243 of 492 ~ 49.39%
G 113 of 492 ~ 22.97%
B 136 of 492 ~ 27.64%

%49.39
%22.97
%27.64

CMYK color model

#F37188 color CMYK value is (0,53,44,5).

  • cyan value is 0.00%
  • magenta value is 53.50%
  • yellow value is 44.03%
  • key color value is 4.71%
CMYK:
(0,53,44,5)
C0M53Y44K5 
(0%,53%,44%,5%)
(0.00/0.53/0.44/0.05)	

CMYK percentages

%0
%53.5
%44.03
%4.71

Codes

Color #F37188 in popluar color models

F37188
RGB243113136
HSL349°84.42%69.80%
HSB/HSV349°53.50%95.29%
CMYK0.00%53.50%44.03%
4.71%

Color #F37188 in popluar number systems.

HEXF37188
Decimal243113136
Binary11110011111000110001000
Octal363161210

Shades and tints

Shades of #F37188

#F37188
(243,113,136)
#DD677C
(221,103,124)
#C75D70
(199,93,112)
#B15364
(177,83,100)
#9B4958
(155,73,88)
#853F4C
(133,63,76)
#6F3540
(111,53,64)
#592B34
(89,43,52)
#432128
(67,33,40)
#2D171C
(45,23,28)
#170D10
(23,13,16)
#000000
(0,0,0)

Tints of #F37188

#F37188
(243,113,136)
#F47D92
(244,125,146)
#F5899C
(245,137,156)
#F695A6
(246,149,166)
#F7A1B0
(247,161,176)
#F8ADBA
(248,173,186)
#F9B9C4
(249,185,196)
#FAC5CE
(250,197,206)
#FBD1D8
(251,209,216)
#FCDDE2
(252,221,226)
#FDE9EC
(253,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F37188; }

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

This text font color is #F37188.


Background Color

.myBgColor { background-color: #F37188; }

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

This div background color is #F37188.


Border color

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

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

This div border color is #F37188.


Opacity

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

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

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

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

This text has shadow with #F37188 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F37188 on black background.


Color preview on white background

This text has color #F37188 on white background.



Black color preview on #F37188 background

This text has black color on #F37188 background.


White color preview on #F37188 background

This text has white color on #F37188 background.