COLOR #F0A7F6

HEX: #F0A7F6
RGB: (240,167,246)

Color info

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

RGB color model

#F0A7F6 color RGB value is (240,167,246).

  • red value is 240;
  • green value is 167;
  • blue value is 246.
RGB:
(240,167,246)
(94%,65%,96%)

RGB channels and saturation

R 240 of 255 = 94%
G 167 of 255 = 65%
B 246 of 255 = 96%

240
167
246

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

Portions of RGB colors in percentages

R + G + B =
240 + 167 + 246 = 653 (100%)
R 240 of 653 ~ 36.75%
G 167 of 653 ~ 25.57%
B 246 of 653 ~ 37.67%

%36.75
%25.57
%37.67

CMYK color model

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

  • cyan value is 2.44%
  • magenta value is 32.11%
  • 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

%2.44
%32.11
%0
%3.53

Codes

Color #F0A7F6 in popluar color models

F0A7F6
RGB240167246
HSL295°81.44%80.98%
HSB/HSV295°32.11%96.47%
CMYK2.44%32.11%0.00%
3.53%

Color #F0A7F6 in popluar number systems.

HEXF0A7F6
Decimal240167246
Binary111100001010011111110110
Octal360247366

Shades and tints

Shades of #F0A7F6

#F0A7F6
(240,167,246)
#DB98E0
(219,152,224)
#C689CA
(198,137,202)
#B17AB4
(177,122,180)
#9C6B9E
(156,107,158)
#875C88
(135,92,136)
#724D72
(114,77,114)
#5D3E5C
(93,62,92)
#482F46
(72,47,70)
#332030
(51,32,48)
#1E111A
(30,17,26)
#000000
(0,0,0)

Tints of #F0A7F6

#F0A7F6
(240,167,246)
#F1AFF6
(241,175,246)
#F2B7F6
(242,183,246)
#F3BFF6
(243,191,246)
#F4C7F6
(244,199,246)
#F5CFF6
(245,207,246)
#F6D7F6
(246,215,246)
#F7DFF6
(247,223,246)
#F8E7F6
(248,231,246)
#F9EFF6
(249,239,246)
#FAF7F6
(250,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0A7F6 color. Also use rgb(240,167,246) instead hex code.

Text Font Color

.myTextColor { color: #F0A7F6; }

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

This text font color is #F0A7F6.


Background Color

.myBgColor { background-color: #F0A7F6; }

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

This div background color is #F0A7F6.


Border color

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

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

This div border color is #F0A7F6.


Opacity

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

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

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

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

This text has shadow with #F0A7F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0A7F6 on black background.


Color preview on white background

This text has color #F0A7F6 on white background.



Black color preview on #F0A7F6 background

This text has black color on #F0A7F6 background.


White color preview on #F0A7F6 background

This text has white color on #F0A7F6 background.