COLOR #F197A2

HEX: #F197A2
RGB: (241,151,162)

Color info

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

RGB color model

#F197A2 color RGB value is (241,151,162).

  • red value is 241;
  • green value is 151;
  • blue value is 162.
RGB:
(241,151,162)
(95%,59%,64%)

RGB channels and saturation

R 241 of 255 = 95%
G 151 of 255 = 59%
B 162 of 255 = 64%

241
151
162

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

Portions of RGB colors in percentages

R + G + B =
241 + 151 + 162 = 554 (100%)
R 241 of 554 ~ 43.5%
G 151 of 554 ~ 27.26%
B 162 of 554 ~ 29.24%

%43.5
%27.26
%29.24

CMYK color model

#F197A2 color CMYK value is (0,37,33,5).

  • cyan value is 0.00%
  • magenta value is 37.34%
  • yellow value is 32.78%
  • key color value is 5.49%
CMYK:
(0,37,33,5)
C0M37Y33K5 
(0%,37%,33%,5%)
(0.00/0.37/0.33/0.05)	

CMYK percentages

%0
%37.34
%32.78
%5.49

Codes

Color #F197A2 in popluar color models

F197A2
RGB241151162
HSL353°76.27%76.86%
HSB/HSV353°37.34%94.51%
CMYK0.00%37.34%32.78%
5.49%

Color #F197A2 in popluar number systems.

HEXF197A2
Decimal241151162
Binary111100011001011110100010
Octal361227242

Shades and tints

Shades of #F197A2

#F197A2
(241,151,162)
#DC8A94
(220,138,148)
#C77D86
(199,125,134)
#B27078
(178,112,120)
#9D636A
(157,99,106)
#88565C
(136,86,92)
#73494E
(115,73,78)
#5E3C40
(94,60,64)
#492F32
(73,47,50)
#342224
(52,34,36)
#1F1516
(31,21,22)
#000000
(0,0,0)

Tints of #F197A2

#F197A2
(241,151,162)
#F2A0AA
(242,160,170)
#F3A9B2
(243,169,178)
#F4B2BA
(244,178,186)
#F5BBC2
(245,187,194)
#F6C4CA
(246,196,202)
#F7CDD2
(247,205,210)
#F8D6DA
(248,214,218)
#F9DFE2
(249,223,226)
#FAE8EA
(250,232,234)
#FBF1F2
(251,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F197A2 color. Also use rgb(241,151,162) instead hex code.

Text Font Color

.myTextColor { color: #F197A2; }

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

This text font color is #F197A2.


Background Color

.myBgColor { background-color: #F197A2; }

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

This div background color is #F197A2.


Border color

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

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

This div border color is #F197A2.


Opacity

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

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

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

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

This text has shadow with #F197A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F197A2 on black background.


Color preview on white background

This text has color #F197A2 on white background.



Black color preview on #F197A2 background

This text has black color on #F197A2 background.


White color preview on #F197A2 background

This text has white color on #F197A2 background.