COLOR #F889ED

HEX: #F889ED RGB: (248,137,237)

Color info

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

RGB color model

#F889ED color RGB value is (248,137,237).

RGB: (248,137,237) (97%, 54%, 93%)

RGB channels and saturation

R 248 of 255 = 97%
G 137 of 255 = 54%
B 237 of 255 = 93%

248
137
237

R + G + B ~ 81%. #F889ED is quite light color.

Portions of RGB colors in percentages

R + G + B = 248 + 137 + 237 = 622 (100%)
R 248 of 622 ~ 39.87%
G 137 of 622 ~ 22.03%
B 237 of 622 ~ 38.1'%

%39.87
%22.03
%38.1

CMYK color model

#F889ED color CMYK value is (0,45,4,3).

  • cyan value is 0.00%
  • magenta value is 44.76%
  • yellow value is 4.44%
  • key color value is 2.75%

CMYK: (0,45,4,3)
C0M45Y4K3 (0%, 45%, 4%, 3%)
(0.00 / 0.45 / 0.04 / 0.03)

CMYK percentages

%0
%44.76
%4.44
%2.75

Codes

Color #F889ED in popluar color models

F8 89 ED
RGB 248 137 237
HSL 306° 88.80% 75.49%
HSB/HSV 306° 44.76% 97.25%
CMYK 0.00% 44.76% 4.44%
2.75%

Color #F889ED in popluar number systems.

HEX F8 89 ED
Decimal 248 137 237
Binary 11111000 10001001 11101101
Octal 370 211 355

Shades and tints

Shades of #F889ED

#F889ED
(248,137,237)
#E27DD8
(226,125,216)
#CC71C3
(204,113,195)
#B665AE
(182,101,174)
#A05999
(160,89,153)
#8A4D84
(138,77,132)
#74416F
(116,65,111)
#5E355A
(94,53,90)
#482945
(72,41,69)
#321D30
(50,29,48)
#1C111B
(28,17,27)
#000000
(0,0,0)

Tints of #F889ED

#F889ED
(248,137,237)
#F893EE
(248,147,238)
#F89DEF
(248,157,239)
#F8A7F0
(248,167,240)
#F8B1F1
(248,177,241)
#F8BBF2
(248,187,242)
#F8C5F3
(248,197,243)
#F8CFF4
(248,207,244)
#F8D9F5
(248,217,245)
#F8E3F6
(248,227,246)
#F8EDF7
(248,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F889ED color. Also use rgb(248,137,237) instead hex code.

Text Font Color

.myTextColor { color: #F889ED; }

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

This text font color is #F889ED.

Background Color

.myBgColor { background-color: #F889ED; }

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

This div background color is #F889ED.

Border color

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

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

This div border color is #F889ED.

Opacity

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

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

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

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

This text has shadow with #F889ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F889ED.

Preview

Color preview on black background

This text has color #F889ED on black background.


Color preview on white background

This text has color #F889ED on white background.


Black color preview on #F889ED background

This text has black color on #F889ED background.


White color preview on #F889ED background

This text has white color on #F889ED background.


Related colors

Complementary color

Complementary color for #hex is #077612.


I love getcolorcode.com

Triadic colors

1 #EDF889 and #89EDF8 with #F889ED are triadic colors.

2 #ED89F8 and #89F8ED with #F889ED are triadic colors.