COLOR #F491A1

HEX: #F491A1
RGB: (244,145,161)

Color info

#F491A1 contains mainly red color. Web safe color of #F491A1 is #FF9999 (or #F99).

RGB color model

#F491A1 color RGB value is (244,145,161).

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

RGB channels and saturation

R 244 of 255 = 96%
G 145 of 255 = 57%
B 161 of 255 = 63%

244
145
161

R + G + B ~ 72%. #F491A1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
244 + 145 + 161 = 550 (100%)
R 244 of 550 ~ 44.36%
G 145 of 550 ~ 26.36%
B 161 of 550 ~ 29.27%

%44.36
%26.36
%29.27

CMYK color model

#F491A1 color CMYK value is (0,41,34,4).

  • cyan value is 0.00%
  • magenta value is 40.57%
  • yellow value is 34.02%
  • key color value is 4.31%
CMYK:
(0,41,34,4)
C0M41Y34K4 
(0%,41%,34%,4%)
(0.00/0.41/0.34/0.04)	

CMYK percentages

%0
%40.57
%34.02
%4.31

Codes

Color #F491A1 in popluar color models

F491A1
RGB244145161
HSL350°81.82%76.27%
HSB/HSV350°40.57%95.69%
CMYK0.00%40.57%34.02%
4.31%

Color #F491A1 in popluar number systems.

HEXF491A1
Decimal244145161
Binary111101001001000110100001
Octal364221241

Shades and tints

Shades of #F491A1

#F491A1
(244,145,161)
#DE8493
(222,132,147)
#C87785
(200,119,133)
#B26A77
(178,106,119)
#9C5D69
(156,93,105)
#86505B
(134,80,91)
#70434D
(112,67,77)
#5A363F
(90,54,63)
#442931
(68,41,49)
#2E1C23
(46,28,35)
#180F15
(24,15,21)
#000000
(0,0,0)

Tints of #F491A1

#F491A1
(244,145,161)
#F59BA9
(245,155,169)
#F6A5B1
(246,165,177)
#F7AFB9
(247,175,185)
#F8B9C1
(248,185,193)
#F9C3C9
(249,195,201)
#FACDD1
(250,205,209)
#FBD7D9
(251,215,217)
#FCE1E1
(252,225,225)
#FDEBE9
(253,235,233)
#FEF5F1
(254,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F491A1; }

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

This text font color is #F491A1.


Background Color

.myBgColor { background-color: #F491A1; }

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

This div background color is #F491A1.


Border color

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

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

This div border color is #F491A1.


Opacity

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

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

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

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

This text has shadow with #F491A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F491A1 on black background.


Color preview on white background

This text has color #F491A1 on white background.



Black color preview on #F491A1 background

This text has black color on #F491A1 background.


White color preview on #F491A1 background

This text has white color on #F491A1 background.