COLOR #F1AFF6

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

241
175
246

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

Portions of RGB colors in percentages

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

%36.4
%26.44
%37.16

CMYK color model

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

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

CMYK percentages

%2.03
%28.86
%0
%3.53

Codes

Color #F1AFF6 in popluar color models

F1AFF6
RGB241175246
HSL296°79.78%82.55%
HSB/HSV296°28.86%96.47%
CMYK2.03%28.86%0.00%
3.53%

Color #F1AFF6 in popluar number systems.

HEXF1AFF6
Decimal241175246
Binary111100011010111111110110
Octal361257366

Shades and tints

Shades of #F1AFF6

#F1AFF6
(241,175,246)
#DCA0E0
(220,160,224)
#C791CA
(199,145,202)
#B282B4
(178,130,180)
#9D739E
(157,115,158)
#886488
(136,100,136)
#735572
(115,85,114)
#5E465C
(94,70,92)
#493746
(73,55,70)
#342830
(52,40,48)
#1F191A
(31,25,26)
#000000
(0,0,0)

Tints of #F1AFF6

#F1AFF6
(241,175,246)
#F2B6F6
(242,182,246)
#F3BDF6
(243,189,246)
#F4C4F6
(244,196,246)
#F5CBF6
(245,203,246)
#F6D2F6
(246,210,246)
#F7D9F6
(247,217,246)
#F8E0F6
(248,224,246)
#F9E7F6
(249,231,246)
#FAEEF6
(250,238,246)
#FBF5F6
(251,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1AFF6; }

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

This text font color is #F1AFF6.


Background Color

.myBgColor { background-color: #F1AFF6; }

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

This div background color is #F1AFF6.


Border color

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

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

This div border color is #F1AFF6.


Opacity

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

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

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

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

This text has shadow with #F1AFF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1AFF6 on black background.


Color preview on white background

This text has color #F1AFF6 on white background.



Black color preview on #F1AFF6 background

This text has black color on #F1AFF6 background.


White color preview on #F1AFF6 background

This text has white color on #F1AFF6 background.