COLOR #F4A1E3

HEX: #F4A1E3
RGB: (244,161,227)

Color info

#F4A1E3 contains mainly red and blue colors. Web safe color of #F4A1E3 is #FF99CC (or #F9C).

RGB color model

#F4A1E3 color RGB value is (244,161,227).

  • red value is 244;
  • green value is 161;
  • blue value is 227.
RGB:
(244,161,227)
(96%,63%,89%)

RGB channels and saturation

R 244 of 255 = 96%
G 161 of 255 = 63%
B 227 of 255 = 89%

244
161
227

R + G + B ~ 83%. #F4A1E3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
244 + 161 + 227 = 632 (100%)
R 244 of 632 ~ 38.61%
G 161 of 632 ~ 25.47%
B 227 of 632 ~ 35.92%

%38.61
%25.47
%35.92

CMYK color model

#F4A1E3 color CMYK value is (0,34,7,4).

  • cyan value is 0.00%
  • magenta value is 34.02%
  • yellow value is 6.97%
  • key color value is 4.31%
CMYK:
(0,34,7,4)
C0M34Y7K4 
(0%,34%,7%,4%)
(0.00/0.34/0.07/0.04)	

CMYK percentages

%0
%34.02
%6.97
%4.31

Codes

Color #F4A1E3 in popluar color models

F4A1E3
RGB244161227
HSL312°79.05%79.41%
HSB/HSV312°34.02%95.69%
CMYK0.00%34.02%6.97%
4.31%

Color #F4A1E3 in popluar number systems.

HEXF4A1E3
Decimal244161227
Binary111101001010000111100011
Octal364241343

Shades and tints

Shades of #F4A1E3

#F4A1E3
(244,161,227)
#DE93CF
(222,147,207)
#C885BB
(200,133,187)
#B277A7
(178,119,167)
#9C6993
(156,105,147)
#865B7F
(134,91,127)
#704D6B
(112,77,107)
#5A3F57
(90,63,87)
#443143
(68,49,67)
#2E232F
(46,35,47)
#18151B
(24,21,27)
#000000
(0,0,0)

Tints of #F4A1E3

#F4A1E3
(244,161,227)
#F5A9E5
(245,169,229)
#F6B1E7
(246,177,231)
#F7B9E9
(247,185,233)
#F8C1EB
(248,193,235)
#F9C9ED
(249,201,237)
#FAD1EF
(250,209,239)
#FBD9F1
(251,217,241)
#FCE1F3
(252,225,243)
#FDE9F5
(253,233,245)
#FEF1F7
(254,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4A1E3 color. Also use rgb(244,161,227) instead hex code.

Text Font Color

.myTextColor { color: #F4A1E3; }

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

This text font color is #F4A1E3.


Background Color

.myBgColor { background-color: #F4A1E3; }

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

This div background color is #F4A1E3.


Border color

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

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

This div border color is #F4A1E3.


Opacity

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

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

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

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

This text has shadow with #F4A1E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4A1E3 on black background.


Color preview on white background

This text has color #F4A1E3 on white background.



Black color preview on #F4A1E3 background

This text has black color on #F4A1E3 background.


White color preview on #F4A1E3 background

This text has white color on #F4A1E3 background.