COLOR #F6A2A3

HEX: #F6A2A3
RGB: (246,162,163)

Color info

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

RGB color model

#F6A2A3 color RGB value is (246,162,163).

  • red value is 246;
  • green value is 162;
  • blue value is 163.
RGB:
(246,162,163)
(96%,64%,64%)

RGB channels and saturation

R 246 of 255 = 96%
G 162 of 255 = 64%
B 163 of 255 = 64%

246
162
163

R + G + B ~ 75%. #F6A2A3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 162 + 163 = 571 (100%)
R 246 of 571 ~ 43.08%
G 162 of 571 ~ 28.37%
B 163 of 571 ~ 28.55%

%43.08
%28.37
%28.55

CMYK color model

#F6A2A3 color CMYK value is (0,34,34,4).

  • cyan value is 0.00%
  • magenta value is 34.15%
  • yellow value is 33.74%
  • key color value is 3.53%
CMYK:
(0,34,34,4)
C0M34Y34K4 
(0%,34%,34%,4%)
(0.00/0.34/0.34/0.04)	

CMYK percentages

%0
%34.15
%33.74
%3.53

Codes

Color #F6A2A3 in popluar color models

F6A2A3
RGB246162163
HSL359°82.35%80.00%
HSB/HSV359°34.15%96.47%
CMYK0.00%34.15%33.74%
3.53%

Color #F6A2A3 in popluar number systems.

HEXF6A2A3
Decimal246162163
Binary111101101010001010100011
Octal366242243

Shades and tints

Shades of #F6A2A3

#F6A2A3
(246,162,163)
#E09495
(224,148,149)
#CA8687
(202,134,135)
#B47879
(180,120,121)
#9E6A6B
(158,106,107)
#885C5D
(136,92,93)
#724E4F
(114,78,79)
#5C4041
(92,64,65)
#463233
(70,50,51)
#302425
(48,36,37)
#1A1617
(26,22,23)
#000000
(0,0,0)

Tints of #F6A2A3

#F6A2A3
(246,162,163)
#F6AAAB
(246,170,171)
#F6B2B3
(246,178,179)
#F6BABB
(246,186,187)
#F6C2C3
(246,194,195)
#F6CACB
(246,202,203)
#F6D2D3
(246,210,211)
#F6DADB
(246,218,219)
#F6E2E3
(246,226,227)
#F6EAEB
(246,234,235)
#F6F2F3
(246,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6A2A3 color. Also use rgb(246,162,163) instead hex code.

Text Font Color

.myTextColor { color: #F6A2A3; }

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

This text font color is #F6A2A3.


Background Color

.myBgColor { background-color: #F6A2A3; }

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

This div background color is #F6A2A3.


Border color

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

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

This div border color is #F6A2A3.


Opacity

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

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

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

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

This text has shadow with #F6A2A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6A2A3 on black background.


Color preview on white background

This text has color #F6A2A3 on white background.



Black color preview on #F6A2A3 background

This text has black color on #F6A2A3 background.


White color preview on #F6A2A3 background

This text has white color on #F6A2A3 background.