COLOR #F1A3E7

HEX: #F1A3E7
RGB: (241,163,231)

Color info

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

RGB color model

#F1A3E7 color RGB value is (241,163,231).

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

RGB channels and saturation

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

241
163
231

R + G + B ~ 83%. #F1A3E7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 163 + 231 = 635 (100%)
R 241 of 635 ~ 37.95%
G 163 of 635 ~ 25.67%
B 231 of 635 ~ 36.38%

%37.95
%25.67
%36.38

CMYK color model

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

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

CMYK percentages

%0
%32.37
%4.15
%5.49

Codes

Color #F1A3E7 in popluar color models

F1A3E7
RGB241163231
HSL308°73.58%79.22%
HSB/HSV308°32.37%94.51%
CMYK0.00%32.37%4.15%
5.49%

Color #F1A3E7 in popluar number systems.

HEXF1A3E7
Decimal241163231
Binary111100011010001111100111
Octal361243347

Shades and tints

Shades of #F1A3E7

#F1A3E7
(241,163,231)
#DC95D2
(220,149,210)
#C787BD
(199,135,189)
#B279A8
(178,121,168)
#9D6B93
(157,107,147)
#885D7E
(136,93,126)
#734F69
(115,79,105)
#5E4154
(94,65,84)
#49333F
(73,51,63)
#34252A
(52,37,42)
#1F1715
(31,23,21)
#000000
(0,0,0)

Tints of #F1A3E7

#F1A3E7
(241,163,231)
#F2ABE9
(242,171,233)
#F3B3EB
(243,179,235)
#F4BBED
(244,187,237)
#F5C3EF
(245,195,239)
#F6CBF1
(246,203,241)
#F7D3F3
(247,211,243)
#F8DBF5
(248,219,245)
#F9E3F7
(249,227,247)
#FAEBF9
(250,235,249)
#FBF3FB
(251,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1A3E7; }

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

This text font color is #F1A3E7.


Background Color

.myBgColor { background-color: #F1A3E7; }

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

This div background color is #F1A3E7.


Border color

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

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

This div border color is #F1A3E7.


Opacity

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

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

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

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

This text has shadow with #F1A3E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1A3E7 on black background.


Color preview on white background

This text has color #F1A3E7 on white background.



Black color preview on #F1A3E7 background

This text has black color on #F1A3E7 background.


White color preview on #F1A3E7 background

This text has white color on #F1A3E7 background.