COLOR #F88AA2

HEX: #F88AA2
RGB: (248,138,162)

Color info

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

RGB color model

#F88AA2 color RGB value is (248,138,162).

  • red value is 248;
  • green value is 138;
  • blue value is 162.
RGB:
(248,138,162)
(97%,54%,64%)

RGB channels and saturation

R 248 of 255 = 97%
G 138 of 255 = 54%
B 162 of 255 = 64%

248
138
162

R + G + B ~ 72%. #F88AA2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 138 + 162 = 548 (100%)
R 248 of 548 ~ 45.26%
G 138 of 548 ~ 25.18%
B 162 of 548 ~ 29.56%

%45.26
%25.18
%29.56

CMYK color model

#F88AA2 color CMYK value is (0,44,35,3).

  • cyan value is 0.00%
  • magenta value is 44.35%
  • yellow value is 34.68%
  • key color value is 2.75%
CMYK:
(0,44,35,3)
C0M44Y35K3 
(0%,44%,35%,3%)
(0.00/0.44/0.35/0.03)	

CMYK percentages

%0
%44.35
%34.68
%2.75

Codes

Color #F88AA2 in popluar color models

F88AA2
RGB248138162
HSL347°88.71%75.69%
HSB/HSV347°44.35%97.25%
CMYK0.00%44.35%34.68%
2.75%

Color #F88AA2 in popluar number systems.

HEXF88AA2
Decimal248138162
Binary111110001000101010100010
Octal370212242

Shades and tints

Shades of #F88AA2

#F88AA2
(248,138,162)
#E27E94
(226,126,148)
#CC7286
(204,114,134)
#B66678
(182,102,120)
#A05A6A
(160,90,106)
#8A4E5C
(138,78,92)
#74424E
(116,66,78)
#5E3640
(94,54,64)
#482A32
(72,42,50)
#321E24
(50,30,36)
#1C1216
(28,18,22)
#000000
(0,0,0)

Tints of #F88AA2

#F88AA2
(248,138,162)
#F894AA
(248,148,170)
#F89EB2
(248,158,178)
#F8A8BA
(248,168,186)
#F8B2C2
(248,178,194)
#F8BCCA
(248,188,202)
#F8C6D2
(248,198,210)
#F8D0DA
(248,208,218)
#F8DAE2
(248,218,226)
#F8E4EA
(248,228,234)
#F8EEF2
(248,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F88AA2 color. Also use rgb(248,138,162) instead hex code.

Text Font Color

.myTextColor { color: #F88AA2; }

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

This text font color is #F88AA2.


Background Color

.myBgColor { background-color: #F88AA2; }

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

This div background color is #F88AA2.


Border color

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

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

This div border color is #F88AA2.


Opacity

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

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

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

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

This text has shadow with #F88AA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F88AA2 on black background.


Color preview on white background

This text has color #F88AA2 on white background.



Black color preview on #F88AA2 background

This text has black color on #F88AA2 background.


White color preview on #F88AA2 background

This text has white color on #F88AA2 background.