COLOR #F494AC

HEX: #F494AC RGB: (244,148,172)

Color info

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

RGB color model

#F494AC color RGB value is (244,148,172).

RGB: (244,148,172) (96%, 58%, 67%)

RGB channels and saturation

R 244 of 255 = 96%
G 148 of 255 = 58%
B 172 of 255 = 67%

244
148
172

R + G + B ~ 74%. #F494AC is quite light color.

Portions of RGB colors in percentages

R + G + B = 244 + 148 + 172 = 564 (100%)
R 244 of 564 ~ 43.26%
G 148 of 564 ~ 26.24%
B 172 of 564 ~ 30.5'%

%43.26
%26.24
%30.5

CMYK color model

#F494AC color CMYK value is (0,39,30,4).

  • cyan value is 0.00%
  • magenta value is 39.34%
  • yellow value is 29.51%
  • key color value is 4.31%

CMYK: (0,39,30,4)
C0M39Y30K4 (0%, 39%, 30%, 4%)
(0.00 / 0.39 / 0.30 / 0.04)

CMYK percentages

%0
%39.34
%29.51
%4.31

Codes

Color #F494AC in popluar color models

F4 94 AC
RGB 244 148 172
HSL 345° 81.36% 76.86%
HSB/HSV 345° 39.34% 95.69%
CMYK 0.00% 39.34% 29.51%
4.31%

Color #F494AC in popluar number systems.

HEX F4 94 AC
Decimal 244 148 172
Binary 11110100 10010100 10101100
Octal 364 224 254

Shades and tints

Shades of #F494AC

#F494AC
(244,148,172)
#DE879D
(222,135,157)
#C87A8E
(200,122,142)
#B26D7F
(178,109,127)
#9C6070
(156,96,112)
#865361
(134,83,97)
#704652
(112,70,82)
#5A3943
(90,57,67)
#442C34
(68,44,52)
#2E1F25
(46,31,37)
#181216
(24,18,22)
#000000
(0,0,0)

Tints of #F494AC

#F494AC
(244,148,172)
#F59DB3
(245,157,179)
#F6A6BA
(246,166,186)
#F7AFC1
(247,175,193)
#F8B8C8
(248,184,200)
#F9C1CF
(249,193,207)
#FACAD6
(250,202,214)
#FBD3DD
(251,211,221)
#FCDCE4
(252,220,228)
#FDE5EB
(253,229,235)
#FEEEF2
(254,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F494AC color. Also use rgb(244,148,172) instead hex code.

Text Font Color

.myTextColor { color: #F494AC; }

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

This text font color is #F494AC.

Background Color

.myBgColor { background-color: #F494AC; }

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

This div background color is #F494AC.

Border color

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

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

This div border color is #F494AC.

Opacity

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

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

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

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

This text has shadow with #F494AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F494AC.

Preview

Color preview on black background

This text has color #F494AC on black background.


Color preview on white background

This text has color #F494AC on white background.


Black color preview on #F494AC background

This text has black color on #F494AC background.


White color preview on #F494AC background

This text has white color on #F494AC background.


Related colors

Complementary color

Complementary color for #hex is #0B6B53.


I love getcolorcode.com

Triadic colors

1 #ACF494 and #94ACF4 with #F494AC are triadic colors.

2 #AC94F4 and #94F4AC with #F494AC are triadic colors.