COLOR #F37C91

HEX: #F37C91
RGB: (243,124,145)

Color info

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

RGB color model

#F37C91 color RGB value is (243,124,145).

  • red value is 243;
  • green value is 124;
  • blue value is 145.
RGB:
(243,124,145)
(95%,49%,57%)

RGB channels and saturation

R 243 of 255 = 95%
G 124 of 255 = 49%
B 145 of 255 = 57%

243
124
145

R + G + B ~ 67%. #F37C91 is quite light color.

Portions of RGB colors in percentages

R + G + B =
243 + 124 + 145 = 512 (100%)
R 243 of 512 ~ 47.46%
G 124 of 512 ~ 24.22%
B 145 of 512 ~ 28.32%

%47.46
%24.22
%28.32

CMYK color model

#F37C91 color CMYK value is (0,49,40,5).

  • cyan value is 0.00%
  • magenta value is 48.97%
  • yellow value is 40.33%
  • key color value is 4.71%
CMYK:
(0,49,40,5)
C0M49Y40K5 
(0%,49%,40%,5%)
(0.00/0.49/0.40/0.05)	

CMYK percentages

%0
%48.97
%40.33
%4.71

Codes

Color #F37C91 in popluar color models

F37C91
RGB243124145
HSL349°83.22%71.96%
HSB/HSV349°48.97%95.29%
CMYK0.00%48.97%40.33%
4.71%

Color #F37C91 in popluar number systems.

HEXF37C91
Decimal243124145
Binary11110011111110010010001
Octal363174221

Shades and tints

Shades of #F37C91

#F37C91
(243,124,145)
#DD7184
(221,113,132)
#C76677
(199,102,119)
#B15B6A
(177,91,106)
#9B505D
(155,80,93)
#854550
(133,69,80)
#6F3A43
(111,58,67)
#592F36
(89,47,54)
#432429
(67,36,41)
#2D191C
(45,25,28)
#170E0F
(23,14,15)
#000000
(0,0,0)

Tints of #F37C91

#F37C91
(243,124,145)
#F4879B
(244,135,155)
#F592A5
(245,146,165)
#F69DAF
(246,157,175)
#F7A8B9
(247,168,185)
#F8B3C3
(248,179,195)
#F9BECD
(249,190,205)
#FAC9D7
(250,201,215)
#FBD4E1
(251,212,225)
#FCDFEB
(252,223,235)
#FDEAF5
(253,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F37C91; }

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

This text font color is #F37C91.


Background Color

.myBgColor { background-color: #F37C91; }

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

This div background color is #F37C91.


Border color

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

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

This div border color is #F37C91.


Opacity

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

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

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

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

This text has shadow with #F37C91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F37C91 on black background.


Color preview on white background

This text has color #F37C91 on white background.



Black color preview on #F37C91 background

This text has black color on #F37C91 background.


White color preview on #F37C91 background

This text has white color on #F37C91 background.