COLOR #F28AA5

HEX: #F28AA5
RGB: (242,138,165)

Color info

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

RGB color model

#F28AA5 color RGB value is (242,138,165).

  • red value is 242;
  • green value is 138;
  • blue value is 165.
RGB:
(242,138,165)
(95%,54%,65%)

RGB channels and saturation

R 242 of 255 = 95%
G 138 of 255 = 54%
B 165 of 255 = 65%

242
138
165

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

Portions of RGB colors in percentages

R + G + B =
242 + 138 + 165 = 545 (100%)
R 242 of 545 ~ 44.4%
G 138 of 545 ~ 25.32%
B 165 of 545 ~ 30.28%

%44.4
%25.32
%30.28

CMYK color model

#F28AA5 color CMYK value is (0,43,32,5).

  • cyan value is 0.00%
  • magenta value is 42.98%
  • yellow value is 31.82%
  • key color value is 5.10%
CMYK:
(0,43,32,5)
C0M43Y32K5 
(0%,43%,32%,5%)
(0.00/0.43/0.32/0.05)	

CMYK percentages

%0
%42.98
%31.82
%5.1

Codes

Color #F28AA5 in popluar color models

F28AA5
RGB242138165
HSL344°80.00%74.51%
HSB/HSV344°42.98%94.90%
CMYK0.00%42.98%31.82%
5.10%

Color #F28AA5 in popluar number systems.

HEXF28AA5
Decimal242138165
Binary111100101000101010100101
Octal362212245

Shades and tints

Shades of #F28AA5

#F28AA5
(242,138,165)
#DC7E96
(220,126,150)
#C67287
(198,114,135)
#B06678
(176,102,120)
#9A5A69
(154,90,105)
#844E5A
(132,78,90)
#6E424B
(110,66,75)
#58363C
(88,54,60)
#422A2D
(66,42,45)
#2C1E1E
(44,30,30)
#16120F
(22,18,15)
#000000
(0,0,0)

Tints of #F28AA5

#F28AA5
(242,138,165)
#F394AD
(243,148,173)
#F49EB5
(244,158,181)
#F5A8BD
(245,168,189)
#F6B2C5
(246,178,197)
#F7BCCD
(247,188,205)
#F8C6D5
(248,198,213)
#F9D0DD
(249,208,221)
#FADAE5
(250,218,229)
#FBE4ED
(251,228,237)
#FCEEF5
(252,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F28AA5 color. Also use rgb(242,138,165) instead hex code.

Text Font Color

.myTextColor { color: #F28AA5; }

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

This text font color is #F28AA5.


Background Color

.myBgColor { background-color: #F28AA5; }

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

This div background color is #F28AA5.


Border color

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

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

This div border color is #F28AA5.


Opacity

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

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

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

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

This text has shadow with #F28AA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F28AA5 on black background.


Color preview on white background

This text has color #F28AA5 on white background.



Black color preview on #F28AA5 background

This text has black color on #F28AA5 background.


White color preview on #F28AA5 background

This text has white color on #F28AA5 background.