COLOR #F6A189

HEX: #F6A189
RGB: (246,161,137)

Color info

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

RGB color model

#F6A189 color RGB value is (246,161,137).

  • red value is 246;
  • green value is 161;
  • blue value is 137.
RGB:
(246,161,137)
(96%,63%,54%)

RGB channels and saturation

R 246 of 255 = 96%
G 161 of 255 = 63%
B 137 of 255 = 54%

246
161
137

R + G + B ~ 71%. #F6A189 is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 161 + 137 = 544 (100%)
R 246 of 544 ~ 45.22%
G 161 of 544 ~ 29.6%
B 137 of 544 ~ 25.18%

%45.22
%29.6
%25.18

CMYK color model

#F6A189 color CMYK value is (0,35,44,4).

  • cyan value is 0.00%
  • magenta value is 34.55%
  • yellow value is 44.31%
  • key color value is 3.53%
CMYK:
(0,35,44,4)
C0M35Y44K4 
(0%,35%,44%,4%)
(0.00/0.35/0.44/0.04)	

CMYK percentages

%0
%34.55
%44.31
%3.53

Codes

Color #F6A189 in popluar color models

F6A189
RGB246161137
HSL13°85.83%75.10%
HSB/HSV13°44.31%96.47%
CMYK0.00%34.55%44.31%
3.53%

Color #F6A189 in popluar number systems.

HEXF6A189
Decimal246161137
Binary111101101010000110001001
Octal366241211

Shades and tints

Shades of #F6A189

#F6A189
(246,161,137)
#E0937D
(224,147,125)
#CA8571
(202,133,113)
#B47765
(180,119,101)
#9E6959
(158,105,89)
#885B4D
(136,91,77)
#724D41
(114,77,65)
#5C3F35
(92,63,53)
#463129
(70,49,41)
#30231D
(48,35,29)
#1A1511
(26,21,17)
#000000
(0,0,0)

Tints of #F6A189

#F6A189
(246,161,137)
#F6A993
(246,169,147)
#F6B19D
(246,177,157)
#F6B9A7
(246,185,167)
#F6C1B1
(246,193,177)
#F6C9BB
(246,201,187)
#F6D1C5
(246,209,197)
#F6D9CF
(246,217,207)
#F6E1D9
(246,225,217)
#F6E9E3
(246,233,227)
#F6F1ED
(246,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6A189 color. Also use rgb(246,161,137) instead hex code.

Text Font Color

.myTextColor { color: #F6A189; }

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

This text font color is #F6A189.


Background Color

.myBgColor { background-color: #F6A189; }

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

This div background color is #F6A189.


Border color

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

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

This div border color is #F6A189.


Opacity

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

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

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

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

This text has shadow with #F6A189 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6A189 on black background.


Color preview on white background

This text has color #F6A189 on white background.



Black color preview on #F6A189 background

This text has black color on #F6A189 background.


White color preview on #F6A189 background

This text has white color on #F6A189 background.