COLOR #F891E9

HEX: #F891E9 RGB: (248,145,233)

Color info

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

RGB color model

#F891E9 color RGB value is (248,145,233).

RGB: (248,145,233) (97%, 57%, 91%)

RGB channels and saturation

R 248 of 255 = 97%
G 145 of 255 = 57%
B 233 of 255 = 91%

248
145
233

R + G + B ~ 82%. #F891E9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 248 + 145 + 233 = 626 (100%)
R 248 of 626 ~ 39.62%
G 145 of 626 ~ 23.16%
B 233 of 626 ~ 37.22'%

%39.62
%23.16
%37.22

CMYK color model

#F891E9 color CMYK value is (0,42,6,3).

  • cyan value is 0.00%
  • magenta value is 41.53%
  • yellow value is 6.05%
  • key color value is 2.75%

CMYK: (0,42,6,3)
C0M42Y6K3 (0%, 42%, 6%, 3%)
(0.00 / 0.42 / 0.06 / 0.03)

CMYK percentages

%0
%41.53
%6.05
%2.75

Codes

Color #F891E9 in popluar color models

F8 91 E9
RGB 248 145 233
HSL 309° 88.03% 77.06%
HSB/HSV 309° 41.53% 97.25%
CMYK 0.00% 41.53% 6.05%
2.75%

Color #F891E9 in popluar number systems.

HEX F8 91 E9
Decimal 248 145 233
Binary 11111000 10010001 11101001
Octal 370 221 351

Shades and tints

Shades of #F891E9

#F891E9
(248,145,233)
#E284D4
(226,132,212)
#CC77BF
(204,119,191)
#B66AAA
(182,106,170)
#A05D95
(160,93,149)
#8A5080
(138,80,128)
#74436B
(116,67,107)
#5E3656
(94,54,86)
#482941
(72,41,65)
#321C2C
(50,28,44)
#1C0F17
(28,15,23)
#000000
(0,0,0)

Tints of #F891E9

#F891E9
(248,145,233)
#F89BEB
(248,155,235)
#F8A5ED
(248,165,237)
#F8AFEF
(248,175,239)
#F8B9F1
(248,185,241)
#F8C3F3
(248,195,243)
#F8CDF5
(248,205,245)
#F8D7F7
(248,215,247)
#F8E1F9
(248,225,249)
#F8EBFB
(248,235,251)
#F8F5FD
(248,245,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F891E9 color. Also use rgb(248,145,233) instead hex code.

Text Font Color

.myTextColor { color: #F891E9; }

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

This text font color is #F891E9.

Background Color

.myBgColor { background-color: #F891E9; }

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

This div background color is #F891E9.

Border color

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

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

This div border color is #F891E9.

Opacity

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

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

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

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

This text has shadow with #F891E9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F891E9.

Preview

Color preview on black background

This text has color #F891E9 on black background.


Color preview on white background

This text has color #F891E9 on white background.


Black color preview on #F891E9 background

This text has black color on #F891E9 background.


White color preview on #F891E9 background

This text has white color on #F891E9 background.


Related colors

Complementary color

Complementary color for #hex is #076E16.


I love getcolorcode.com

Triadic colors

1 #E9F891 and #91E9F8 with #F891E9 are triadic colors.

2 #E991F8 and #91F8E9 with #F891E9 are triadic colors.