COLOR #F881C4

HEX: #F881C4 RGB: (248,129,196)

Color info

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

RGB color model

#F881C4 color RGB value is (248,129,196).

RGB: (248,129,196) (97%, 51%, 77%)

RGB channels and saturation

R 248 of 255 = 97%
G 129 of 255 = 51%
B 196 of 255 = 77%

248
129
196

R + G + B ~ 75%. #F881C4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 248 + 129 + 196 = 573 (100%)
R 248 of 573 ~ 43.28%
G 129 of 573 ~ 22.51%
B 196 of 573 ~ 34.21'%

%43.28
%22.51
%34.21

CMYK color model

#F881C4 color CMYK value is (0,48,21,3).

  • cyan value is 0.00%
  • magenta value is 47.98%
  • yellow value is 20.97%
  • key color value is 2.75%

CMYK: (0,48,21,3)
C0M48Y21K3 (0%, 48%, 21%, 3%)
(0.00 / 0.48 / 0.21 / 0.03)

CMYK percentages

%0
%47.98
%20.97
%2.75

Codes

Color #F881C4 in popluar color models

F8 81 C4
RGB 248 129 196
HSL 326° 89.47% 73.92%
HSB/HSV 326° 47.98% 97.25%
CMYK 0.00% 47.98% 20.97%
2.75%

Color #F881C4 in popluar number systems.

HEX F8 81 C4
Decimal 248 129 196
Binary 11111000 10000001 11000100
Octal 370 201 304

Shades and tints

Shades of #F881C4

#F881C4
(248,129,196)
#E276B3
(226,118,179)
#CC6BA2
(204,107,162)
#B66091
(182,96,145)
#A05580
(160,85,128)
#8A4A6F
(138,74,111)
#743F5E
(116,63,94)
#5E344D
(94,52,77)
#48293C
(72,41,60)
#321E2B
(50,30,43)
#1C131A
(28,19,26)
#000000
(0,0,0)

Tints of #F881C4

#F881C4
(248,129,196)
#F88CC9
(248,140,201)
#F897CE
(248,151,206)
#F8A2D3
(248,162,211)
#F8ADD8
(248,173,216)
#F8B8DD
(248,184,221)
#F8C3E2
(248,195,226)
#F8CEE7
(248,206,231)
#F8D9EC
(248,217,236)
#F8E4F1
(248,228,241)
#F8EFF6
(248,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F881C4; }

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

This text font color is #F881C4.

Background Color

.myBgColor { background-color: #F881C4; }

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

This div background color is #F881C4.

Border color

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

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

This div border color is #F881C4.

Opacity

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

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

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

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

This text has shadow with #F881C4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F881C4.

Preview

Color preview on black background

This text has color #F881C4 on black background.


Color preview on white background

This text has color #F881C4 on white background.


Black color preview on #F881C4 background

This text has black color on #F881C4 background.


White color preview on #F881C4 background

This text has white color on #F881C4 background.


Related colors

Complementary color

Complementary color for #hex is #077E3B.


I love getcolorcode.com

Triadic colors

1 #C4F881 and #81C4F8 with #F881C4 are triadic colors.

2 #C481F8 and #81F8C4 with #F881C4 are triadic colors.