COLOR #F881E2

HEX: #F881E2
RGB: (248,129,226)

Color info

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

RGB color model

#F881E2 color RGB value is (248,129,226).

  • red value is 248;
  • green value is 129;
  • blue value is 226.
RGB:
(248,129,226)
(97%,51%,89%)

RGB channels and saturation

R 248 of 255 = 97%
G 129 of 255 = 51%
B 226 of 255 = 89%

248
129
226

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

Portions of RGB colors in percentages

R + G + B =
248 + 129 + 226 = 603 (100%)
R 248 of 603 ~ 41.13%
G 129 of 603 ~ 21.39%
B 226 of 603 ~ 37.48%

%41.13
%21.39
%37.48

CMYK color model

#F881E2 color CMYK value is (0,48,9,3).

  • cyan value is 0.00%
  • magenta value is 47.98%
  • yellow value is 8.87%
  • key color value is 2.75%
CMYK:
(0,48,9,3)
C0M48Y9K3 
(0%,48%,9%,3%)
(0.00/0.48/0.09/0.03)	

CMYK percentages

%0
%47.98
%8.87
%2.75

Codes

Color #F881E2 in popluar color models

F881E2
RGB248129226
HSL311°89.47%73.92%
HSB/HSV311°47.98%97.25%
CMYK0.00%47.98%8.87%
2.75%

Color #F881E2 in popluar number systems.

HEXF881E2
Decimal248129226
Binary111110001000000111100010
Octal370201342

Shades and tints

Shades of #F881E2

#F881E2
(248,129,226)
#E276CE
(226,118,206)
#CC6BBA
(204,107,186)
#B660A6
(182,96,166)
#A05592
(160,85,146)
#8A4A7E
(138,74,126)
#743F6A
(116,63,106)
#5E3456
(94,52,86)
#482942
(72,41,66)
#321E2E
(50,30,46)
#1C131A
(28,19,26)
#000000
(0,0,0)

Tints of #F881E2

#F881E2
(248,129,226)
#F88CE4
(248,140,228)
#F897E6
(248,151,230)
#F8A2E8
(248,162,232)
#F8ADEA
(248,173,234)
#F8B8EC
(248,184,236)
#F8C3EE
(248,195,238)
#F8CEF0
(248,206,240)
#F8D9F2
(248,217,242)
#F8E4F4
(248,228,244)
#F8EFF6
(248,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F881E2 color. Also use rgb(248,129,226) instead hex code.

Text Font Color

.myTextColor { color: #F881E2; }

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

This text font color is #F881E2.


Background Color

.myBgColor { background-color: #F881E2; }

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

This div background color is #F881E2.


Border color

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

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

This div border color is #F881E2.


Opacity

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

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

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

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

This text has shadow with #F881E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F881E2 on black background.


Color preview on white background

This text has color #F881E2 on white background.



Black color preview on #F881E2 background

This text has black color on #F881E2 background.


White color preview on #F881E2 background

This text has white color on #F881E2 background.