COLOR #F6AFF1

HEX: #F6AFF1
RGB: (246,175,241)

Color info

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

RGB color model

#F6AFF1 color RGB value is (246,175,241).

  • red value is 246;
  • green value is 175;
  • blue value is 241.
RGB:
(246,175,241)
(96%,69%,95%)

RGB channels and saturation

R 246 of 255 = 96%
G 175 of 255 = 69%
B 241 of 255 = 95%

246
175
241

R + G + B ~ 87%. #F6AFF1 is light color.

Portions of RGB colors in percentages

R + G + B =
246 + 175 + 241 = 662 (100%)
R 246 of 662 ~ 37.16%
G 175 of 662 ~ 26.44%
B 241 of 662 ~ 36.4%

%37.16
%26.44
%36.4

CMYK color model

#F6AFF1 color CMYK value is (0,29,2,4).

  • cyan value is 0.00%
  • magenta value is 28.86%
  • yellow value is 2.03%
  • key color value is 3.53%
CMYK:
(0,29,2,4)
C0M29Y2K4 
(0%,29%,2%,4%)
(0.00/0.29/0.02/0.04)	

CMYK percentages

%0
%28.86
%2.03
%3.53

Codes

Color #F6AFF1 in popluar color models

F6AFF1
RGB246175241
HSL304°79.78%82.55%
HSB/HSV304°28.86%96.47%
CMYK0.00%28.86%2.03%
3.53%

Color #F6AFF1 in popluar number systems.

HEXF6AFF1
Decimal246175241
Binary111101101010111111110001
Octal366257361

Shades and tints

Shades of #F6AFF1

#F6AFF1
(246,175,241)
#E0A0DC
(224,160,220)
#CA91C7
(202,145,199)
#B482B2
(180,130,178)
#9E739D
(158,115,157)
#886488
(136,100,136)
#725573
(114,85,115)
#5C465E
(92,70,94)
#463749
(70,55,73)
#302834
(48,40,52)
#1A191F
(26,25,31)
#000000
(0,0,0)

Tints of #F6AFF1

#F6AFF1
(246,175,241)
#F6B6F2
(246,182,242)
#F6BDF3
(246,189,243)
#F6C4F4
(246,196,244)
#F6CBF5
(246,203,245)
#F6D2F6
(246,210,246)
#F6D9F7
(246,217,247)
#F6E0F8
(246,224,248)
#F6E7F9
(246,231,249)
#F6EEFA
(246,238,250)
#F6F5FB
(246,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6AFF1 color. Also use rgb(246,175,241) instead hex code.

Text Font Color

.myTextColor { color: #F6AFF1; }

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

This text font color is #F6AFF1.


Background Color

.myBgColor { background-color: #F6AFF1; }

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

This div background color is #F6AFF1.


Border color

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

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

This div border color is #F6AFF1.


Opacity

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

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

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

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

This text has shadow with #F6AFF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6AFF1 on black background.


Color preview on white background

This text has color #F6AFF1 on white background.



Black color preview on #F6AFF1 background

This text has black color on #F6AFF1 background.


White color preview on #F6AFF1 background

This text has white color on #F6AFF1 background.