COLOR #F6A1A4

HEX: #F6A1A4 RGB: (246,161,164)

Color info

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

RGB color model

#F6A1A4 color RGB value is (246,161,164).

RGB: (246,161,164) (96%, 63%, 64%)

RGB channels and saturation

R 246 of 255 = 96%
G 161 of 255 = 63%
B 164 of 255 = 64%

246
161
164

R + G + B ~ 74%. #F6A1A4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 246 + 161 + 164 = 571 (100%)
R 246 of 571 ~ 43.08%
G 161 of 571 ~ 28.2%
B 164 of 571 ~ 28.72'%

%43.08
%28.2
%28.72

CMYK color model

#F6A1A4 color CMYK value is (0,35,33,4).

  • cyan value is 0.00%
  • magenta value is 34.55%
  • yellow value is 33.33%
  • key color value is 3.53%

CMYK: (0,35,33,4)
C0M35Y33K4 (0%, 35%, 33%, 4%)
(0.00 / 0.35 / 0.33 / 0.04)

CMYK percentages

%0
%34.55
%33.33
%3.53

Codes

Color #F6A1A4 in popluar color models

F6 A1 A4
RGB 246 161 164
HSL 358° 82.52% 79.80%
HSB/HSV 358° 34.55% 96.47%
CMYK 0.00% 34.55% 33.33%
3.53%

Color #F6A1A4 in popluar number systems.

HEX F6 A1 A4
Decimal 246 161 164
Binary 11110110 10100001 10100100
Octal 366 241 244

Shades and tints

Shades of #F6A1A4

#F6A1A4
(246,161,164)
#E09396
(224,147,150)
#CA8588
(202,133,136)
#B4777A
(180,119,122)
#9E696C
(158,105,108)
#885B5E
(136,91,94)
#724D50
(114,77,80)
#5C3F42
(92,63,66)
#463134
(70,49,52)
#302326
(48,35,38)
#1A1518
(26,21,24)
#000000
(0,0,0)

Tints of #F6A1A4

#F6A1A4
(246,161,164)
#F6A9AC
(246,169,172)
#F6B1B4
(246,177,180)
#F6B9BC
(246,185,188)
#F6C1C4
(246,193,196)
#F6C9CC
(246,201,204)
#F6D1D4
(246,209,212)
#F6D9DC
(246,217,220)
#F6E1E4
(246,225,228)
#F6E9EC
(246,233,236)
#F6F1F4
(246,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6A1A4; }

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

This text font color is #F6A1A4.

Background Color

.myBgColor { background-color: #F6A1A4; }

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

This div background color is #F6A1A4.

Border color

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

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

This div border color is #F6A1A4.

Opacity

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

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

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

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

This text has shadow with #F6A1A4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6A1A4.

Preview

Color preview on black background

This text has color #F6A1A4 on black background.


Color preview on white background

This text has color #F6A1A4 on white background.


Black color preview on #F6A1A4 background

This text has black color on #F6A1A4 background.


White color preview on #F6A1A4 background

This text has white color on #F6A1A4 background.


Related colors

Complementary color

Complementary color for #hex is #095E5B.


I love getcolorcode.com

Triadic colors

1 #A4F6A1 and #A1A4F6 with #F6A1A4 are triadic colors.

2 #A4A1F6 and #A1F6A4 with #F6A1A4 are triadic colors.