COLOR #F37DA3

HEX: #F37DA3
RGB: (243,125,163)

Color info

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

RGB color model

#F37DA3 color RGB value is (243,125,163).

  • red value is 243;
  • green value is 125;
  • blue value is 163.
RGB:
(243,125,163)
(95%,49%,64%)

RGB channels and saturation

R 243 of 255 = 95%
G 125 of 255 = 49%
B 163 of 255 = 64%

243
125
163

R + G + B ~ 69%. #F37DA3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
243 + 125 + 163 = 531 (100%)
R 243 of 531 ~ 45.76%
G 125 of 531 ~ 23.54%
B 163 of 531 ~ 30.7%

%45.76
%23.54
%30.7

CMYK color model

#F37DA3 color CMYK value is (0,49,33,5).

  • cyan value is 0.00%
  • magenta value is 48.56%
  • yellow value is 32.92%
  • key color value is 4.71%
CMYK:
(0,49,33,5)
C0M49Y33K5 
(0%,49%,33%,5%)
(0.00/0.49/0.33/0.05)	

CMYK percentages

%0
%48.56
%32.92
%4.71

Codes

Color #F37DA3 in popluar color models

F37DA3
RGB243125163
HSL341°83.10%72.16%
HSB/HSV341°48.56%95.29%
CMYK0.00%48.56%32.92%
4.71%

Color #F37DA3 in popluar number systems.

HEXF37DA3
Decimal243125163
Binary11110011111110110100011
Octal363175243

Shades and tints

Shades of #F37DA3

#F37DA3
(243,125,163)
#DD7295
(221,114,149)
#C76787
(199,103,135)
#B15C79
(177,92,121)
#9B516B
(155,81,107)
#85465D
(133,70,93)
#6F3B4F
(111,59,79)
#593041
(89,48,65)
#432533
(67,37,51)
#2D1A25
(45,26,37)
#170F17
(23,15,23)
#000000
(0,0,0)

Tints of #F37DA3

#F37DA3
(243,125,163)
#F488AB
(244,136,171)
#F593B3
(245,147,179)
#F69EBB
(246,158,187)
#F7A9C3
(247,169,195)
#F8B4CB
(248,180,203)
#F9BFD3
(249,191,211)
#FACADB
(250,202,219)
#FBD5E3
(251,213,227)
#FCE0EB
(252,224,235)
#FDEBF3
(253,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F37DA3; }

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

This text font color is #F37DA3.


Background Color

.myBgColor { background-color: #F37DA3; }

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

This div background color is #F37DA3.


Border color

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

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

This div border color is #F37DA3.


Opacity

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

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

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

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

This text has shadow with #F37DA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F37DA3 on black background.


Color preview on white background

This text has color #F37DA3 on white background.



Black color preview on #F37DA3 background

This text has black color on #F37DA3 background.


White color preview on #F37DA3 background

This text has white color on #F37DA3 background.