COLOR #F6A2A0

HEX: #F6A2A0
RGB: (246,162,160)

Color info

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

RGB color model

#F6A2A0 color RGB value is (246,162,160).

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

RGB channels and saturation

R 246 of 255 = 96%
G 162 of 255 = 64%
B 160 of 255 = 63%

246
162
160

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

Portions of RGB colors in percentages

R + G + B =
246 + 162 + 160 = 568 (100%)
R 246 of 568 ~ 43.31%
G 162 of 568 ~ 28.52%
B 160 of 568 ~ 28.17%

%43.31
%28.52
%28.17

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 34.15%
  • yellow value is 34.96%
  • key color value is 3.53%
CMYK:
(0,34,35,4)
C0M34Y35K4 
(0%,34%,35%,4%)
(0.00/0.34/0.35/0.04)	

CMYK percentages

%0
%34.15
%34.96
%3.53

Codes

Color #F6A2A0 in popluar color models

F6A2A0
RGB246162160
HSL82.69%79.61%
HSB/HSV34.96%96.47%
CMYK0.00%34.15%34.96%
3.53%

Color #F6A2A0 in popluar number systems.

HEXF6A2A0
Decimal246162160
Binary111101101010001010100000
Octal366242240

Shades and tints

Shades of #F6A2A0

#F6A2A0
(246,162,160)
#E09492
(224,148,146)
#CA8684
(202,134,132)
#B47876
(180,120,118)
#9E6A68
(158,106,104)
#885C5A
(136,92,90)
#724E4C
(114,78,76)
#5C403E
(92,64,62)
#463230
(70,50,48)
#302422
(48,36,34)
#1A1614
(26,22,20)
#000000
(0,0,0)

Tints of #F6A2A0

#F6A2A0
(246,162,160)
#F6AAA8
(246,170,168)
#F6B2B0
(246,178,176)
#F6BAB8
(246,186,184)
#F6C2C0
(246,194,192)
#F6CAC8
(246,202,200)
#F6D2D0
(246,210,208)
#F6DAD8
(246,218,216)
#F6E2E0
(246,226,224)
#F6EAE8
(246,234,232)
#F6F2F0
(246,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6A2A0; }

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

This text font color is #F6A2A0.


Background Color

.myBgColor { background-color: #F6A2A0; }

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

This div background color is #F6A2A0.


Border color

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

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

This div border color is #F6A2A0.


Opacity

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

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

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

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

This text has shadow with #F6A2A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6A2A0 on black background.


Color preview on white background

This text has color #F6A2A0 on white background.



Black color preview on #F6A2A0 background

This text has black color on #F6A2A0 background.


White color preview on #F6A2A0 background

This text has white color on #F6A2A0 background.