COLOR #F19CA3

HEX: #F19CA3
RGB: (241,156,163)

Color info

#F19CA3 contains mainly red color. Web safe color of #F19CA3 is #FF9999 (or #F99).

RGB color model

#F19CA3 color RGB value is (241,156,163).

  • red value is 241;
  • green value is 156;
  • blue value is 163.
RGB:
(241,156,163)
(95%,61%,64%)

RGB channels and saturation

R 241 of 255 = 95%
G 156 of 255 = 61%
B 163 of 255 = 64%

241
156
163

R + G + B ~ 73%. #F19CA3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 156 + 163 = 560 (100%)
R 241 of 560 ~ 43.04%
G 156 of 560 ~ 27.86%
B 163 of 560 ~ 29.11%

%43.04
%27.86
%29.11

CMYK color model

#F19CA3 color CMYK value is (0,35,32,5).

  • cyan value is 0.00%
  • magenta value is 35.27%
  • yellow value is 32.37%
  • key color value is 5.49%
CMYK:
(0,35,32,5)
C0M35Y32K5 
(0%,35%,32%,5%)
(0.00/0.35/0.32/0.05)	

CMYK percentages

%0
%35.27
%32.37
%5.49

Codes

Color #F19CA3 in popluar color models

F19CA3
RGB241156163
HSL355°75.22%77.84%
HSB/HSV355°35.27%94.51%
CMYK0.00%35.27%32.37%
5.49%

Color #F19CA3 in popluar number systems.

HEXF19CA3
Decimal241156163
Binary111100011001110010100011
Octal361234243

Shades and tints

Shades of #F19CA3

#F19CA3
(241,156,163)
#DC8E95
(220,142,149)
#C78087
(199,128,135)
#B27279
(178,114,121)
#9D646B
(157,100,107)
#88565D
(136,86,93)
#73484F
(115,72,79)
#5E3A41
(94,58,65)
#492C33
(73,44,51)
#341E25
(52,30,37)
#1F1017
(31,16,23)
#000000
(0,0,0)

Tints of #F19CA3

#F19CA3
(241,156,163)
#F2A5AB
(242,165,171)
#F3AEB3
(243,174,179)
#F4B7BB
(244,183,187)
#F5C0C3
(245,192,195)
#F6C9CB
(246,201,203)
#F7D2D3
(247,210,211)
#F8DBDB
(248,219,219)
#F9E4E3
(249,228,227)
#FAEDEB
(250,237,235)
#FBF6F3
(251,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F19CA3 color. Also use rgb(241,156,163) instead hex code.

Text Font Color

.myTextColor { color: #F19CA3; }

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

This text font color is #F19CA3.


Background Color

.myBgColor { background-color: #F19CA3; }

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

This div background color is #F19CA3.


Border color

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

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

This div border color is #F19CA3.


Opacity

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

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

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

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

This text has shadow with #F19CA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F19CA3 on black background.


Color preview on white background

This text has color #F19CA3 on white background.



Black color preview on #F19CA3 background

This text has black color on #F19CA3 background.


White color preview on #F19CA3 background

This text has white color on #F19CA3 background.