COLOR #F1A7FE

HEX: #F1A7FE RGB: (241,167,254)

Color info

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

RGB color model

#F1A7FE color RGB value is (241,167,254).

RGB: (241,167,254) (95%, 65%, 100%)

RGB channels and saturation

R 241 of 255 = 95%
G 167 of 255 = 65%
B 254 of 255 = 100%

241
167
254

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

Portions of RGB colors in percentages

R + G + B = 241 + 167 + 254 = 662 (100%)
R 241 of 662 ~ 36.4%
G 167 of 662 ~ 25.23%
B 254 of 662 ~ 38.37'%

%36.4
%25.23
%38.37

CMYK color model

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

  • cyan value is 5.12%
  • magenta value is 34.25%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK: (5,34,0,0) C5M34Y0K0 (5%,34%,0%,0%) (0.05/0.34/0.00/0.00) 

CMYK percentages

%5.12
%34.25
%0
%0.39

Codes

Color #F1A7FE in popluar color models

F1 A7 FE
RGB 241 167 254
HSL 291° 97.75% 82.55%
HSB/HSV 291° 34.25% 99.61%
CMYK 5.12% 34.25% 0.00%
0.39%

Color #F1A7FE in popluar number systems.

HEX F1 A7 FE
Decimal 241 167 254
Binary 11110001 10100111 11111110
Octal 361 247 376

Shades and tints

Shades of #F1A7FE

#F1A7FE
(241,167,254)
#DC98E7
(220,152,231)
#C789D0
(199,137,208)
#B27AB9
(178,122,185)
#9D6BA2
(157,107,162)
#885C8B
(136,92,139)
#734D74
(115,77,116)
#5E3E5D
(94,62,93)
#492F46
(73,47,70)
#34202F
(52,32,47)
#1F1118
(31,17,24)
#000000
(0,0,0)

Tints of #F1A7FE

#F1A7FE
(241,167,254)
#F2AFFE
(242,175,254)
#F3B7FE
(243,183,254)
#F4BFFE
(244,191,254)
#F5C7FE
(245,199,254)
#F6CFFE
(246,207,254)
#F7D7FE
(247,215,254)
#F8DFFE
(248,223,254)
#F9E7FE
(249,231,254)
#FAEFFE
(250,239,254)
#FBF7FE
(251,247,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1A7FE; }

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

This text font color is #F1A7FE.

Background Color

.myBgColor { background-color: #F1A7FE; }

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

This div background color is #F1A7FE.

Border color

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

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

This div border color is #F1A7FE.

Opacity

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

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

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

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

This text has shadow with #F1A7FE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1A7FE.

Preview

Color preview on black background

This text has color #F1A7FE on black background.


Color preview on white background

This text has color #F1A7FE on white background.


Black color preview on #F1A7FE background

This text has black color on #F1A7FE background.


White color preview on #F1A7FE background

This text has white color on #F1A7FE background.


Related colors

Complementary color

Complementary color for #hex is #0E5801.


I love getcolorcode.com

Gradients

Color #F1A7FE is used in Rich Brilliant Lavender gradient.

Rich Brilliant Lavender


Triadic colors

1 #FEF1A7 and #A7FEF1 with #F1A7FE are triadic colors.

2 #FEA7F1 and #A7F1FE with #F1A7FE are triadic colors.