COLOR #F38975

HEX: #F38975
RGB: (243,137,117)

Color info

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

RGB color model

#F38975 color RGB value is (243,137,117).

  • red value is 243;
  • green value is 137;
  • blue value is 117.
RGB:
(243,137,117)
(95%,54%,46%)

RGB channels and saturation

R 243 of 255 = 95%
G 137 of 255 = 54%
B 117 of 255 = 46%

243
137
117

R + G + B ~ 65%. #F38975 is quite light color.

Portions of RGB colors in percentages

R + G + B =
243 + 137 + 117 = 497 (100%)
R 243 of 497 ~ 48.89%
G 137 of 497 ~ 27.57%
B 117 of 497 ~ 23.54%

%48.89
%27.57
%23.54

CMYK color model

#F38975 color CMYK value is (0,44,52,5).

  • cyan value is 0.00%
  • magenta value is 43.62%
  • yellow value is 51.85%
  • key color value is 4.71%
CMYK:
(0,44,52,5)
C0M44Y52K5 
(0%,44%,52%,5%)
(0.00/0.44/0.52/0.05)	

CMYK percentages

%0
%43.62
%51.85
%4.71

Codes

Color #F38975 in popluar color models

F38975
RGB243137117
HSL10°84.00%70.59%
HSB/HSV10°51.85%95.29%
CMYK0.00%43.62%51.85%
4.71%

Color #F38975 in popluar number systems.

HEXF38975
Decimal243137117
Binary11110011100010011110101
Octal363211165

Shades and tints

Shades of #F38975

#F38975
(243,137,117)
#DD7D6B
(221,125,107)
#C77161
(199,113,97)
#B16557
(177,101,87)
#9B594D
(155,89,77)
#854D43
(133,77,67)
#6F4139
(111,65,57)
#59352F
(89,53,47)
#432925
(67,41,37)
#2D1D1B
(45,29,27)
#171111
(23,17,17)
#000000
(0,0,0)

Tints of #F38975

#F38975
(243,137,117)
#F49381
(244,147,129)
#F59D8D
(245,157,141)
#F6A799
(246,167,153)
#F7B1A5
(247,177,165)
#F8BBB1
(248,187,177)
#F9C5BD
(249,197,189)
#FACFC9
(250,207,201)
#FBD9D5
(251,217,213)
#FCE3E1
(252,227,225)
#FDEDED
(253,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F38975 color. Also use rgb(243,137,117) instead hex code.

Text Font Color

.myTextColor { color: #F38975; }

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

This text font color is #F38975.


Background Color

.myBgColor { background-color: #F38975; }

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

This div background color is #F38975.


Border color

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

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

This div border color is #F38975.


Opacity

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

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

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

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

This text has shadow with #F38975 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F38975 on black background.


Color preview on white background

This text has color #F38975 on white background.



Black color preview on #F38975 background

This text has black color on #F38975 background.


White color preview on #F38975 background

This text has white color on #F38975 background.