COLOR #F884E0

HEX: #F884E0
RGB: (248,132,224)

Color info

#F884E0 contains mainly red and blue colors. Web safe color of #F884E0 is #FF99CC (or #F9C).

RGB color model

#F884E0 color RGB value is (248,132,224).

  • red value is 248;
  • green value is 132;
  • blue value is 224.
RGB:
(248,132,224)
(97%,52%,88%)

RGB channels and saturation

R 248 of 255 = 97%
G 132 of 255 = 52%
B 224 of 255 = 88%

248
132
224

R + G + B ~ 79%. #F884E0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 132 + 224 = 604 (100%)
R 248 of 604 ~ 41.06%
G 132 of 604 ~ 21.85%
B 224 of 604 ~ 37.09%

%41.06
%21.85
%37.09

CMYK color model

#F884E0 color CMYK value is (0,47,10,3).

  • cyan value is 0.00%
  • magenta value is 46.77%
  • yellow value is 9.68%
  • key color value is 2.75%
CMYK:
(0,47,10,3)
C0M47Y10K3 
(0%,47%,10%,3%)
(0.00/0.47/0.10/0.03)	

CMYK percentages

%0
%46.77
%9.68
%2.75

Codes

Color #F884E0 in popluar color models

F884E0
RGB248132224
HSL312°89.23%74.51%
HSB/HSV312°46.77%97.25%
CMYK0.00%46.77%9.68%
2.75%

Color #F884E0 in popluar number systems.

HEXF884E0
Decimal248132224
Binary111110001000010011100000
Octal370204340

Shades and tints

Shades of #F884E0

#F884E0
(248,132,224)
#E278CC
(226,120,204)
#CC6CB8
(204,108,184)
#B660A4
(182,96,164)
#A05490
(160,84,144)
#8A487C
(138,72,124)
#743C68
(116,60,104)
#5E3054
(94,48,84)
#482440
(72,36,64)
#32182C
(50,24,44)
#1C0C18
(28,12,24)
#000000
(0,0,0)

Tints of #F884E0

#F884E0
(248,132,224)
#F88FE2
(248,143,226)
#F89AE4
(248,154,228)
#F8A5E6
(248,165,230)
#F8B0E8
(248,176,232)
#F8BBEA
(248,187,234)
#F8C6EC
(248,198,236)
#F8D1EE
(248,209,238)
#F8DCF0
(248,220,240)
#F8E7F2
(248,231,242)
#F8F2F4
(248,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F884E0; }

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

This text font color is #F884E0.


Background Color

.myBgColor { background-color: #F884E0; }

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

This div background color is #F884E0.


Border color

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

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

This div border color is #F884E0.


Opacity

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

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

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

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

This text has shadow with #F884E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F884E0 on black background.


Color preview on white background

This text has color #F884E0 on white background.



Black color preview on #F884E0 background

This text has black color on #F884E0 background.


White color preview on #F884E0 background

This text has white color on #F884E0 background.