COLOR #F2A8F6

HEX: #F2A8F6
RGB: (242,168,246)

Color info

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

RGB color model

#F2A8F6 color RGB value is (242,168,246).

  • red value is 242;
  • green value is 168;
  • blue value is 246.
RGB:
(242,168,246)
(95%,66%,96%)

RGB channels and saturation

R 242 of 255 = 95%
G 168 of 255 = 66%
B 246 of 255 = 96%

242
168
246

R + G + B ~ 86%. #F2A8F6 is light color.

Portions of RGB colors in percentages

R + G + B =
242 + 168 + 246 = 656 (100%)
R 242 of 656 ~ 36.89%
G 168 of 656 ~ 25.61%
B 246 of 656 ~ 37.5%

%36.89
%25.61
%37.5

CMYK color model

#F2A8F6 color CMYK value is (2,32,0,4).

  • cyan value is 1.63%
  • magenta value is 31.71%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(2,32,0,4)
C2M32Y0K4 
(2%,32%,0%,4%)
(0.02/0.32/0.00/0.04)	

CMYK percentages

%1.63
%31.71
%0
%3.53

Codes

Color #F2A8F6 in popluar color models

F2A8F6
RGB242168246
HSL297°81.25%81.18%
HSB/HSV297°31.71%96.47%
CMYK1.63%31.71%0.00%
3.53%

Color #F2A8F6 in popluar number systems.

HEXF2A8F6
Decimal242168246
Binary111100101010100011110110
Octal362250366

Shades and tints

Shades of #F2A8F6

#F2A8F6
(242,168,246)
#DC99E0
(220,153,224)
#C68ACA
(198,138,202)
#B07BB4
(176,123,180)
#9A6C9E
(154,108,158)
#845D88
(132,93,136)
#6E4E72
(110,78,114)
#583F5C
(88,63,92)
#423046
(66,48,70)
#2C2130
(44,33,48)
#16121A
(22,18,26)
#000000
(0,0,0)

Tints of #F2A8F6

#F2A8F6
(242,168,246)
#F3AFF6
(243,175,246)
#F4B6F6
(244,182,246)
#F5BDF6
(245,189,246)
#F6C4F6
(246,196,246)
#F7CBF6
(247,203,246)
#F8D2F6
(248,210,246)
#F9D9F6
(249,217,246)
#FAE0F6
(250,224,246)
#FBE7F6
(251,231,246)
#FCEEF6
(252,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2A8F6 color. Also use rgb(242,168,246) instead hex code.

Text Font Color

.myTextColor { color: #F2A8F6; }

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

This text font color is #F2A8F6.


Background Color

.myBgColor { background-color: #F2A8F6; }

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

This div background color is #F2A8F6.


Border color

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

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

This div border color is #F2A8F6.


Opacity

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

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

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

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

This text has shadow with #F2A8F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2A8F6 on black background.


Color preview on white background

This text has color #F2A8F6 on white background.



Black color preview on #F2A8F6 background

This text has black color on #F2A8F6 background.


White color preview on #F2A8F6 background

This text has white color on #F2A8F6 background.