COLOR #F5937F

HEX: #F5937F RGB: (245,147,127)

Color info

#F5937F contains mainly red color. Web safe color of #F5937F is #FF9966 (or #F96).

RGB color model

#F5937F color RGB value is (245,147,127).

RGB: (245,147,127) (96%, 58%, 50%)

RGB channels and saturation

R 245 of 255 = 96%
G 147 of 255 = 58%
B 127 of 255 = 50%

245
147
127

R + G + B ~ 68%. #F5937F is quite light color.

Portions of RGB colors in percentages

R + G + B = 245 + 147 + 127 = 519 (100%)
R 245 of 519 ~ 47.21%
G 147 of 519 ~ 28.32%
B 127 of 519 ~ 24.47'%

%47.21
%28.32
%24.47

CMYK color model

#F5937F color CMYK value is (0,40,48,4).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 48.16%
  • key color value is 3.92%
CMYK: (0,40,48,4) C0M40Y48K4 (0%,40%,48%,4%) (0.00/0.40/0.48/0.04) 

CMYK percentages

%0
%40
%48.16
%3.92

Codes

Color #F5937F in popluar color models

F5 93 7F
RGB 245 147 127
HSL 10° 85.51% 72.94%
HSB/HSV 10° 48.16% 96.08%
CMYK 0.00% 40.00% 48.16%
3.92%

Color #F5937F in popluar number systems.

HEX F5 93 7F
Decimal 245 147 127
Binary 11110101 10010011 1111111
Octal 365 223 177

Shades and tints

Shades of #F5937F

#F5937F
(245,147,127)
#DF8674
(223,134,116)
#C97969
(201,121,105)
#B36C5E
(179,108,94)
#9D5F53
(157,95,83)
#875248
(135,82,72)
#71453D
(113,69,61)
#5B3832
(91,56,50)
#452B27
(69,43,39)
#2F1E1C
(47,30,28)
#191111
(25,17,17)
#000000
(0,0,0)

Tints of #F5937F

#F5937F
(245,147,127)
#F59C8A
(245,156,138)
#F5A595
(245,165,149)
#F5AEA0
(245,174,160)
#F5B7AB
(245,183,171)
#F5C0B6
(245,192,182)
#F5C9C1
(245,201,193)
#F5D2CC
(245,210,204)
#F5DBD7
(245,219,215)
#F5E4E2
(245,228,226)
#F5EDED
(245,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5937F color. Also use rgb(245,147,127) instead hex code.

Text Font Color

.myTextColor { color: #F5937F; }

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

This text font color is #F5937F.

Background Color

.myBgColor { background-color: #F5937F; }

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

This div background color is #F5937F.

Border color

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

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

This div border color is #F5937F.

Opacity

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

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

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

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

This text has shadow with #F5937F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5937F.

Preview

Color preview on black background

This text has color #F5937F on black background.


Color preview on white background

This text has color #F5937F on white background.


Black color preview on #F5937F background

This text has black color on #F5937F background.


White color preview on #F5937F background

This text has white color on #F5937F background.


Related colors

Complementary color

Complementary color for #hex is #0A6C80.


I love getcolorcode.com

Triadic colors

1 #7FF593 and #937FF5 with #F5937F are triadic colors.

2 #7F93F5 and #93F57F with #F5937F are triadic colors.