COLOR #F0A6F2

HEX: #F0A6F2
RGB: (240,166,242)

Color info

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

RGB color model

#F0A6F2 color RGB value is (240,166,242).

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

RGB channels and saturation

R 240 of 255 = 94%
G 166 of 255 = 65%
B 242 of 255 = 95%

240
166
242

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

Portions of RGB colors in percentages

R + G + B =
240 + 166 + 242 = 648 (100%)
R 240 of 648 ~ 37.04%
G 166 of 648 ~ 25.62%
B 242 of 648 ~ 37.35%

%37.04
%25.62
%37.35

CMYK color model

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

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

CMYK percentages

%0.83
%31.4
%0
%5.1

Codes

Color #F0A6F2 in popluar color models

F0A6F2
RGB240166242
HSL298°74.51%80.00%
HSB/HSV298°31.40%94.90%
CMYK0.83%31.40%0.00%
5.10%

Color #F0A6F2 in popluar number systems.

HEXF0A6F2
Decimal240166242
Binary111100001010011011110010
Octal360246362

Shades and tints

Shades of #F0A6F2

#F0A6F2
(240,166,242)
#DB97DC
(219,151,220)
#C688C6
(198,136,198)
#B179B0
(177,121,176)
#9C6A9A
(156,106,154)
#875B84
(135,91,132)
#724C6E
(114,76,110)
#5D3D58
(93,61,88)
#482E42
(72,46,66)
#331F2C
(51,31,44)
#1E1016
(30,16,22)
#000000
(0,0,0)

Tints of #F0A6F2

#F0A6F2
(240,166,242)
#F1AEF3
(241,174,243)
#F2B6F4
(242,182,244)
#F3BEF5
(243,190,245)
#F4C6F6
(244,198,246)
#F5CEF7
(245,206,247)
#F6D6F8
(246,214,248)
#F7DEF9
(247,222,249)
#F8E6FA
(248,230,250)
#F9EEFB
(249,238,251)
#FAF6FC
(250,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0A6F2 color. Also use rgb(240,166,242) instead hex code.

Text Font Color

.myTextColor { color: #F0A6F2; }

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

This text font color is #F0A6F2.


Background Color

.myBgColor { background-color: #F0A6F2; }

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

This div background color is #F0A6F2.


Border color

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

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

This div border color is #F0A6F2.


Opacity

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

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

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

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

This text has shadow with #F0A6F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0A6F2 on black background.


Color preview on white background

This text has color #F0A6F2 on white background.



Black color preview on #F0A6F2 background

This text has black color on #F0A6F2 background.


White color preview on #F0A6F2 background

This text has white color on #F0A6F2 background.