COLOR #F6A3E9

HEX: #F6A3E9 RGB: (246,163,233)

Color info

#F6A3E9 contains mainly red and blue colors. Web safe color of #F6A3E9 is #FF99FF (or #F9F).

RGB color model

#F6A3E9 color RGB value is (246,163,233).

RGB: (246,163,233) (96%, 64%, 91%)

RGB channels and saturation

R 246 of 255 = 96%
G 163 of 255 = 64%
B 233 of 255 = 91%

246
163
233

R + G + B ~ 84%. #F6A3E9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 246 + 163 + 233 = 642 (100%)
R 246 of 642 ~ 38.32%
G 163 of 642 ~ 25.39%
B 233 of 642 ~ 36.29'%

%38.32
%25.39
%36.29

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 33.74%
  • yellow value is 5.28%
  • key color value is 3.53%

CMYK: (0,34,5,4)
C0M34Y5K4 (0%, 34%, 5%, 4%)
(0.00 / 0.34 / 0.05 / 0.04)

CMYK percentages

%0
%33.74
%5.28
%3.53

Codes

Color #F6A3E9 in popluar color models

F6 A3 E9
RGB 246 163 233
HSL 309° 82.18% 80.20%
HSB/HSV 309° 33.74% 96.47%
CMYK 0.00% 33.74% 5.28%
3.53%

Color #F6A3E9 in popluar number systems.

HEX F6 A3 E9
Decimal 246 163 233
Binary 11110110 10100011 11101001
Octal 366 243 351

Shades and tints

Shades of #F6A3E9

#F6A3E9
(246,163,233)
#E095D4
(224,149,212)
#CA87BF
(202,135,191)
#B479AA
(180,121,170)
#9E6B95
(158,107,149)
#885D80
(136,93,128)
#724F6B
(114,79,107)
#5C4156
(92,65,86)
#463341
(70,51,65)
#30252C
(48,37,44)
#1A1717
(26,23,23)
#000000
(0,0,0)

Tints of #F6A3E9

#F6A3E9
(246,163,233)
#F6ABEB
(246,171,235)
#F6B3ED
(246,179,237)
#F6BBEF
(246,187,239)
#F6C3F1
(246,195,241)
#F6CBF3
(246,203,243)
#F6D3F5
(246,211,245)
#F6DBF7
(246,219,247)
#F6E3F9
(246,227,249)
#F6EBFB
(246,235,251)
#F6F3FD
(246,243,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6A3E9; }

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

This text font color is #F6A3E9.

Background Color

.myBgColor { background-color: #F6A3E9; }

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

This div background color is #F6A3E9.

Border color

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

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

This div border color is #F6A3E9.

Opacity

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

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

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

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

This text has shadow with #F6A3E9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6A3E9.

Preview

Color preview on black background

This text has color #F6A3E9 on black background.


Color preview on white background

This text has color #F6A3E9 on white background.


Black color preview on #F6A3E9 background

This text has black color on #F6A3E9 background.


White color preview on #F6A3E9 background

This text has white color on #F6A3E9 background.


Related colors

Complementary color

Complementary color for #hex is #095C16.


I love getcolorcode.com

Triadic colors

1 #E9F6A3 and #A3E9F6 with #F6A3E9 are triadic colors.

2 #E9A3F6 and #A3F6E9 with #F6A3E9 are triadic colors.