COLOR #F2A2ED

HEX: #F2A2ED
RGB: (242,162,237)

Color info

#F2A2ED contains mainly red and blue colors. Web safe color of #F2A2ED is #FF99FF (or #F9F).

RGB color model

#F2A2ED color RGB value is (242,162,237).

  • red value is 242;
  • green value is 162;
  • blue value is 237.
RGB:
(242,162,237)
(95%,64%,93%)

RGB channels and saturation

R 242 of 255 = 95%
G 162 of 255 = 64%
B 237 of 255 = 93%

242
162
237

R + G + B ~ 84%. #F2A2ED is quite light color.

Portions of RGB colors in percentages

R + G + B =
242 + 162 + 237 = 641 (100%)
R 242 of 641 ~ 37.75%
G 162 of 641 ~ 25.27%
B 237 of 641 ~ 36.97%

%37.75
%25.27
%36.97

CMYK color model

#F2A2ED color CMYK value is (0,33,2,5).

  • cyan value is 0.00%
  • magenta value is 33.06%
  • yellow value is 2.07%
  • key color value is 5.10%
CMYK:
(0,33,2,5)
C0M33Y2K5 
(0%,33%,2%,5%)
(0.00/0.33/0.02/0.05)	

CMYK percentages

%0
%33.06
%2.07
%5.1

Codes

Color #F2A2ED in popluar color models

F2A2ED
RGB242162237
HSL304°75.47%79.22%
HSB/HSV304°33.06%94.90%
CMYK0.00%33.06%2.07%
5.10%

Color #F2A2ED in popluar number systems.

HEXF2A2ED
Decimal242162237
Binary111100101010001011101101
Octal362242355

Shades and tints

Shades of #F2A2ED

#F2A2ED
(242,162,237)
#DC94D8
(220,148,216)
#C686C3
(198,134,195)
#B078AE
(176,120,174)
#9A6A99
(154,106,153)
#845C84
(132,92,132)
#6E4E6F
(110,78,111)
#58405A
(88,64,90)
#423245
(66,50,69)
#2C2430
(44,36,48)
#16161B
(22,22,27)
#000000
(0,0,0)

Tints of #F2A2ED

#F2A2ED
(242,162,237)
#F3AAEE
(243,170,238)
#F4B2EF
(244,178,239)
#F5BAF0
(245,186,240)
#F6C2F1
(246,194,241)
#F7CAF2
(247,202,242)
#F8D2F3
(248,210,243)
#F9DAF4
(249,218,244)
#FAE2F5
(250,226,245)
#FBEAF6
(251,234,246)
#FCF2F7
(252,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2A2ED color. Also use rgb(242,162,237) instead hex code.

Text Font Color

.myTextColor { color: #F2A2ED; }

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

This text font color is #F2A2ED.


Background Color

.myBgColor { background-color: #F2A2ED; }

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

This div background color is #F2A2ED.


Border color

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

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

This div border color is #F2A2ED.


Opacity

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

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

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

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

This text has shadow with #F2A2ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2A2ED on black background.


Color preview on white background

This text has color #F2A2ED on white background.



Black color preview on #F2A2ED background

This text has black color on #F2A2ED background.


White color preview on #F2A2ED background

This text has white color on #F2A2ED background.