COLOR #F19675

HEX: #F19675
RGB: (241,150,117)

Color info

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

RGB color model

#F19675 color RGB value is (241,150,117).

  • red value is 241;
  • green value is 150;
  • blue value is 117.
RGB:
(241,150,117)
(95%,59%,46%)

RGB channels and saturation

R 241 of 255 = 95%
G 150 of 255 = 59%
B 117 of 255 = 46%

241
150
117

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

Portions of RGB colors in percentages

R + G + B =
241 + 150 + 117 = 508 (100%)
R 241 of 508 ~ 47.44%
G 150 of 508 ~ 29.53%
B 117 of 508 ~ 23.03%

%47.44
%29.53
%23.03

CMYK color model

#F19675 color CMYK value is (0,38,51,5).

  • cyan value is 0.00%
  • magenta value is 37.76%
  • yellow value is 51.45%
  • key color value is 5.49%
CMYK:
(0,38,51,5)
C0M38Y51K5 
(0%,38%,51%,5%)
(0.00/0.38/0.51/0.05)	

CMYK percentages

%0
%37.76
%51.45
%5.49

Codes

Color #F19675 in popluar color models

F19675
RGB241150117
HSL16°81.58%70.20%
HSB/HSV16°51.45%94.51%
CMYK0.00%37.76%51.45%
5.49%

Color #F19675 in popluar number systems.

HEXF19675
Decimal241150117
Binary11110001100101101110101
Octal361226165

Shades and tints

Shades of #F19675

#F19675
(241,150,117)
#DC896B
(220,137,107)
#C77C61
(199,124,97)
#B26F57
(178,111,87)
#9D624D
(157,98,77)
#885543
(136,85,67)
#734839
(115,72,57)
#5E3B2F
(94,59,47)
#492E25
(73,46,37)
#34211B
(52,33,27)
#1F1411
(31,20,17)
#000000
(0,0,0)

Tints of #F19675

#F19675
(241,150,117)
#F29F81
(242,159,129)
#F3A88D
(243,168,141)
#F4B199
(244,177,153)
#F5BAA5
(245,186,165)
#F6C3B1
(246,195,177)
#F7CCBD
(247,204,189)
#F8D5C9
(248,213,201)
#F9DED5
(249,222,213)
#FAE7E1
(250,231,225)
#FBF0ED
(251,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F19675 color. Also use rgb(241,150,117) instead hex code.

Text Font Color

.myTextColor { color: #F19675; }

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

This text font color is #F19675.


Background Color

.myBgColor { background-color: #F19675; }

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

This div background color is #F19675.


Border color

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

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

This div border color is #F19675.


Opacity

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

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

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

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

This text has shadow with #F19675 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F19675 on black background.


Color preview on white background

This text has color #F19675 on white background.



Black color preview on #F19675 background

This text has black color on #F19675 background.


White color preview on #F19675 background

This text has white color on #F19675 background.