COLOR #F4A6F0

HEX: #F4A6F0
RGB: (244,166,240)

Color info

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

RGB color model

#F4A6F0 color RGB value is (244,166,240).

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

RGB channels and saturation

R 244 of 255 = 96%
G 166 of 255 = 65%
B 240 of 255 = 94%

244
166
240

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

Portions of RGB colors in percentages

R + G + B =
244 + 166 + 240 = 650 (100%)
R 244 of 650 ~ 37.54%
G 166 of 650 ~ 25.54%
B 240 of 650 ~ 36.92%

%37.54
%25.54
%36.92

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 31.97%
  • yellow value is 1.64%
  • key color value is 4.31%
CMYK:
(0,32,2,4)
C0M32Y2K4 
(0%,32%,2%,4%)
(0.00/0.32/0.02/0.04)	

CMYK percentages

%0
%31.97
%1.64
%4.31

Codes

Color #F4A6F0 in popluar color models

F4A6F0
RGB244166240
HSL303°78.00%80.39%
HSB/HSV303°31.97%95.69%
CMYK0.00%31.97%1.64%
4.31%

Color #F4A6F0 in popluar number systems.

HEXF4A6F0
Decimal244166240
Binary111101001010011011110000
Octal364246360

Shades and tints

Shades of #F4A6F0

#F4A6F0
(244,166,240)
#DE97DB
(222,151,219)
#C888C6
(200,136,198)
#B279B1
(178,121,177)
#9C6A9C
(156,106,156)
#865B87
(134,91,135)
#704C72
(112,76,114)
#5A3D5D
(90,61,93)
#442E48
(68,46,72)
#2E1F33
(46,31,51)
#18101E
(24,16,30)
#000000
(0,0,0)

Tints of #F4A6F0

#F4A6F0
(244,166,240)
#F5AEF1
(245,174,241)
#F6B6F2
(246,182,242)
#F7BEF3
(247,190,243)
#F8C6F4
(248,198,244)
#F9CEF5
(249,206,245)
#FAD6F6
(250,214,246)
#FBDEF7
(251,222,247)
#FCE6F8
(252,230,248)
#FDEEF9
(253,238,249)
#FEF6FA
(254,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4A6F0; }

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

This text font color is #F4A6F0.


Background Color

.myBgColor { background-color: #F4A6F0; }

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

This div background color is #F4A6F0.


Border color

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

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

This div border color is #F4A6F0.


Opacity

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

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

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

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

This text has shadow with #F4A6F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4A6F0 on black background.


Color preview on white background

This text has color #F4A6F0 on white background.



Black color preview on #F4A6F0 background

This text has black color on #F4A6F0 background.


White color preview on #F4A6F0 background

This text has white color on #F4A6F0 background.