COLOR #F4A4F0

HEX: #F4A4F0
RGB: (244,164,240)

Color info

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

RGB color model

#F4A4F0 color RGB value is (244,164,240).

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

RGB channels and saturation

R 244 of 255 = 96%
G 164 of 255 = 64%
B 240 of 255 = 94%

244
164
240

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

Portions of RGB colors in percentages

R + G + B =
244 + 164 + 240 = 648 (100%)
R 244 of 648 ~ 37.65%
G 164 of 648 ~ 25.31%
B 240 of 648 ~ 37.04%

%37.65
%25.31
%37.04

CMYK color model

#F4A4F0 color CMYK value is (0,33,2,4).

  • cyan value is 0.00%
  • magenta value is 32.79%
  • yellow value is 1.64%
  • key color value is 4.31%
CMYK:
(0,33,2,4)
C0M33Y2K4 
(0%,33%,2%,4%)
(0.00/0.33/0.02/0.04)	

CMYK percentages

%0
%32.79
%1.64
%4.31

Codes

Color #F4A4F0 in popluar color models

F4A4F0
RGB244164240
HSL303°78.43%80.00%
HSB/HSV303°32.79%95.69%
CMYK0.00%32.79%1.64%
4.31%

Color #F4A4F0 in popluar number systems.

HEXF4A4F0
Decimal244164240
Binary111101001010010011110000
Octal364244360

Shades and tints

Shades of #F4A4F0

#F4A4F0
(244,164,240)
#DE96DB
(222,150,219)
#C888C6
(200,136,198)
#B27AB1
(178,122,177)
#9C6C9C
(156,108,156)
#865E87
(134,94,135)
#705072
(112,80,114)
#5A425D
(90,66,93)
#443448
(68,52,72)
#2E2633
(46,38,51)
#18181E
(24,24,30)
#000000
(0,0,0)

Tints of #F4A4F0

#F4A4F0
(244,164,240)
#F5ACF1
(245,172,241)
#F6B4F2
(246,180,242)
#F7BCF3
(247,188,243)
#F8C4F4
(248,196,244)
#F9CCF5
(249,204,245)
#FAD4F6
(250,212,246)
#FBDCF7
(251,220,247)
#FCE4F8
(252,228,248)
#FDECF9
(253,236,249)
#FEF4FA
(254,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4A4F0; }

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

This text font color is #F4A4F0.


Background Color

.myBgColor { background-color: #F4A4F0; }

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

This div background color is #F4A4F0.


Border color

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

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

This div border color is #F4A4F0.


Opacity

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

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

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

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

This text has shadow with #F4A4F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4A4F0 on black background.


Color preview on white background

This text has color #F4A4F0 on white background.



Black color preview on #F4A4F0 background

This text has black color on #F4A4F0 background.


White color preview on #F4A4F0 background

This text has white color on #F4A4F0 background.