COLOR #F1A3F1

HEX: #F1A3F1
RGB: (241,163,241)

Color info

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

RGB color model

#F1A3F1 color RGB value is (241,163,241).

  • red value is 241;
  • green value is 163;
  • blue value is 241.
RGB:
(241,163,241)
(95%,64%,95%)

RGB channels and saturation

R 241 of 255 = 95%
G 163 of 255 = 64%
B 241 of 255 = 95%

241
163
241

R + G + B ~ 85%. #F1A3F1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 163 + 241 = 645 (100%)
R 241 of 645 ~ 37.36%
G 163 of 645 ~ 25.27%
B 241 of 645 ~ 37.36%

%37.36
%25.27
%37.36

CMYK color model

#F1A3F1 color CMYK value is (0,32,0,5).

  • cyan value is 0.00%
  • magenta value is 32.37%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(0,32,0,5)
C0M32Y0K5 
(0%,32%,0%,5%)
(0.00/0.32/0.00/0.05)	

CMYK percentages

%0
%32.37
%0
%5.49

Codes

Color #F1A3F1 in popluar color models

F1A3F1
RGB241163241
HSL300°73.58%79.22%
HSB/HSV300°32.37%94.51%
CMYK0.00%32.37%0.00%
5.49%

Color #F1A3F1 in popluar number systems.

HEXF1A3F1
Decimal241163241
Binary111100011010001111110001
Octal361243361

Shades and tints

Shades of #F1A3F1

#F1A3F1
(241,163,241)
#DC95DC
(220,149,220)
#C787C7
(199,135,199)
#B279B2
(178,121,178)
#9D6B9D
(157,107,157)
#885D88
(136,93,136)
#734F73
(115,79,115)
#5E415E
(94,65,94)
#493349
(73,51,73)
#342534
(52,37,52)
#1F171F
(31,23,31)
#000000
(0,0,0)

Tints of #F1A3F1

#F1A3F1
(241,163,241)
#F2ABF2
(242,171,242)
#F3B3F3
(243,179,243)
#F4BBF4
(244,187,244)
#F5C3F5
(245,195,245)
#F6CBF6
(246,203,246)
#F7D3F7
(247,211,247)
#F8DBF8
(248,219,248)
#F9E3F9
(249,227,249)
#FAEBFA
(250,235,250)
#FBF3FB
(251,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1A3F1; }

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

This text font color is #F1A3F1.


Background Color

.myBgColor { background-color: #F1A3F1; }

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

This div background color is #F1A3F1.


Border color

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

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

This div border color is #F1A3F1.


Opacity

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

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

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

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

This text has shadow with #F1A3F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1A3F1 on black background.


Color preview on white background

This text has color #F1A3F1 on white background.



Black color preview on #F1A3F1 background

This text has black color on #F1A3F1 background.


White color preview on #F1A3F1 background

This text has white color on #F1A3F1 background.