COLOR #F2A7EF

HEX: #F2A7EF
RGB: (242,167,239)

Color info

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

RGB color model

#F2A7EF color RGB value is (242,167,239).

  • red value is 242;
  • green value is 167;
  • blue value is 239.
RGB:
(242,167,239)
(95%,65%,94%)

RGB channels and saturation

R 242 of 255 = 95%
G 167 of 255 = 65%
B 239 of 255 = 94%

242
167
239

R + G + B ~ 85%. #F2A7EF is quite light color.

Portions of RGB colors in percentages

R + G + B =
242 + 167 + 239 = 648 (100%)
R 242 of 648 ~ 37.35%
G 167 of 648 ~ 25.77%
B 239 of 648 ~ 36.88%

%37.35
%25.77
%36.88

CMYK color model

#F2A7EF color CMYK value is (0,31,1,5).

  • cyan value is 0.00%
  • magenta value is 30.99%
  • yellow value is 1.24%
  • key color value is 5.10%
CMYK:
(0,31,1,5)
C0M31Y1K5 
(0%,31%,1%,5%)
(0.00/0.31/0.01/0.05)	

CMYK percentages

%0
%30.99
%1.24
%5.1

Codes

Color #F2A7EF in popluar color models

F2A7EF
RGB242167239
HSL302°74.26%80.20%
HSB/HSV302°30.99%94.90%
CMYK0.00%30.99%1.24%
5.10%

Color #F2A7EF in popluar number systems.

HEXF2A7EF
Decimal242167239
Binary111100101010011111101111
Octal362247357

Shades and tints

Shades of #F2A7EF

#F2A7EF
(242,167,239)
#DC98DA
(220,152,218)
#C689C5
(198,137,197)
#B07AB0
(176,122,176)
#9A6B9B
(154,107,155)
#845C86
(132,92,134)
#6E4D71
(110,77,113)
#583E5C
(88,62,92)
#422F47
(66,47,71)
#2C2032
(44,32,50)
#16111D
(22,17,29)
#000000
(0,0,0)

Tints of #F2A7EF

#F2A7EF
(242,167,239)
#F3AFF0
(243,175,240)
#F4B7F1
(244,183,241)
#F5BFF2
(245,191,242)
#F6C7F3
(246,199,243)
#F7CFF4
(247,207,244)
#F8D7F5
(248,215,245)
#F9DFF6
(249,223,246)
#FAE7F7
(250,231,247)
#FBEFF8
(251,239,248)
#FCF7F9
(252,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2A7EF color. Also use rgb(242,167,239) instead hex code.

Text Font Color

.myTextColor { color: #F2A7EF; }

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

This text font color is #F2A7EF.


Background Color

.myBgColor { background-color: #F2A7EF; }

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

This div background color is #F2A7EF.


Border color

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

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

This div border color is #F2A7EF.


Opacity

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

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

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

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

This text has shadow with #F2A7EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2A7EF on black background.


Color preview on white background

This text has color #F2A7EF on white background.



Black color preview on #F2A7EF background

This text has black color on #F2A7EF background.


White color preview on #F2A7EF background

This text has white color on #F2A7EF background.