COLOR #F884ED

HEX: #F884ED RGB: (248,132,237)

Color info

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

RGB color model

#F884ED color RGB value is (248,132,237).

RGB: (248,132,237) (97%, 52%, 93%)

RGB channels and saturation

R 248 of 255 = 97%
G 132 of 255 = 52%
B 237 of 255 = 93%

248
132
237

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

Portions of RGB colors in percentages

R + G + B = 248 + 132 + 237 = 617 (100%)
R 248 of 617 ~ 40.19%
G 132 of 617 ~ 21.39%
B 237 of 617 ~ 38.41'%

%40.19
%21.39
%38.41

CMYK color model

#F884ED color CMYK value is (0,47,4,3).

  • cyan value is 0.00%
  • magenta value is 46.77%
  • yellow value is 4.44%
  • key color value is 2.75%
CMYK: (0,47,4,3) C0M47Y4K3 (0%,47%,4%,3%) (0.00/0.47/0.04/0.03) 

CMYK percentages

%0
%46.77
%4.44
%2.75

Codes

Color #F884ED in popluar color models

F8 84 ED
RGB 248 132 237
HSL 306° 89.23% 74.51%
HSB/HSV 306° 46.77% 97.25%
CMYK 0.00% 46.77% 4.44%
2.75%

Color #F884ED in popluar number systems.

HEX F8 84 ED
Decimal 248 132 237
Binary 11111000 10000100 11101101
Octal 370 204 355

Shades and tints

Shades of #F884ED

#F884ED
(248,132,237)
#E278D8
(226,120,216)
#CC6CC3
(204,108,195)
#B660AE
(182,96,174)
#A05499
(160,84,153)
#8A4884
(138,72,132)
#743C6F
(116,60,111)
#5E305A
(94,48,90)
#482445
(72,36,69)
#321830
(50,24,48)
#1C0C1B
(28,12,27)
#000000
(0,0,0)

Tints of #F884ED

#F884ED
(248,132,237)
#F88FEE
(248,143,238)
#F89AEF
(248,154,239)
#F8A5F0
(248,165,240)
#F8B0F1
(248,176,241)
#F8BBF2
(248,187,242)
#F8C6F3
(248,198,243)
#F8D1F4
(248,209,244)
#F8DCF5
(248,220,245)
#F8E7F6
(248,231,246)
#F8F2F7
(248,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F884ED; }

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

This text font color is #F884ED.

Background Color

.myBgColor { background-color: #F884ED; }

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

This div background color is #F884ED.

Border color

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

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

This div border color is #F884ED.

Opacity

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

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

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

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

This text has shadow with #F884ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F884ED.

Preview

Color preview on black background

This text has color #F884ED on black background.


Color preview on white background

This text has color #F884ED on white background.


Black color preview on #F884ED background

This text has black color on #F884ED background.


White color preview on #F884ED background

This text has white color on #F884ED background.


Related colors

Complementary color

Complementary color for #hex is #077B12.


I love getcolorcode.com

Triadic colors

1 #EDF884 and #84EDF8 with #F884ED are triadic colors.

2 #ED84F8 and #84F8ED with #F884ED are triadic colors.