COLOR #F885A5

HEX: #F885A5
RGB: (248,133,165)

Color info

#F885A5 contains mainly red color. Web safe color of #F885A5 is #FF9999 (or #F99).

RGB color model

#F885A5 color RGB value is (248,133,165).

  • red value is 248;
  • green value is 133;
  • blue value is 165.
RGB:
(248,133,165)
(97%,52%,65%)

RGB channels and saturation

R 248 of 255 = 97%
G 133 of 255 = 52%
B 165 of 255 = 65%

248
133
165

R + G + B ~ 71%. #F885A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 133 + 165 = 546 (100%)
R 248 of 546 ~ 45.42%
G 133 of 546 ~ 24.36%
B 165 of 546 ~ 30.22%

%45.42
%24.36
%30.22

CMYK color model

#F885A5 color CMYK value is (0,46,33,3).

  • cyan value is 0.00%
  • magenta value is 46.37%
  • yellow value is 33.47%
  • key color value is 2.75%
CMYK:
(0,46,33,3)
C0M46Y33K3 
(0%,46%,33%,3%)
(0.00/0.46/0.33/0.03)	

CMYK percentages

%0
%46.37
%33.47
%2.75

Codes

Color #F885A5 in popluar color models

F885A5
RGB248133165
HSL343°89.15%74.71%
HSB/HSV343°46.37%97.25%
CMYK0.00%46.37%33.47%
2.75%

Color #F885A5 in popluar number systems.

HEXF885A5
Decimal248133165
Binary111110001000010110100101
Octal370205245

Shades and tints

Shades of #F885A5

#F885A5
(248,133,165)
#E27996
(226,121,150)
#CC6D87
(204,109,135)
#B66178
(182,97,120)
#A05569
(160,85,105)
#8A495A
(138,73,90)
#743D4B
(116,61,75)
#5E313C
(94,49,60)
#48252D
(72,37,45)
#32191E
(50,25,30)
#1C0D0F
(28,13,15)
#000000
(0,0,0)

Tints of #F885A5

#F885A5
(248,133,165)
#F890AD
(248,144,173)
#F89BB5
(248,155,181)
#F8A6BD
(248,166,189)
#F8B1C5
(248,177,197)
#F8BCCD
(248,188,205)
#F8C7D5
(248,199,213)
#F8D2DD
(248,210,221)
#F8DDE5
(248,221,229)
#F8E8ED
(248,232,237)
#F8F3F5
(248,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F885A5 color. Also use rgb(248,133,165) instead hex code.

Text Font Color

.myTextColor { color: #F885A5; }

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

This text font color is #F885A5.


Background Color

.myBgColor { background-color: #F885A5; }

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

This div background color is #F885A5.


Border color

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

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

This div border color is #F885A5.


Opacity

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

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

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

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

This text has shadow with #F885A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F885A5 on black background.


Color preview on white background

This text has color #F885A5 on white background.



Black color preview on #F885A5 background

This text has black color on #F885A5 background.


White color preview on #F885A5 background

This text has white color on #F885A5 background.