COLOR #F49FCF

HEX: #F49FCF RGB: (244,159,207)

Color info

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

RGB color model

#F49FCF color RGB value is (244,159,207).

RGB: (244,159,207) (96%, 62%, 81%)

RGB channels and saturation

R 244 of 255 = 96%
G 159 of 255 = 62%
B 207 of 255 = 81%

244
159
207

R + G + B ~ 80%. #F49FCF is quite light color.

Portions of RGB colors in percentages

R + G + B = 244 + 159 + 207 = 610 (100%)
R 244 of 610 ~ 40%
G 159 of 610 ~ 26.07%
B 207 of 610 ~ 33.93'%

%40
%26.07
%33.93

CMYK color model

#F49FCF color CMYK value is (0,35,15,4).

  • cyan value is 0.00%
  • magenta value is 34.84%
  • yellow value is 15.16%
  • key color value is 4.31%
CMYK: (0,35,15,4) C0M35Y15K4 (0%,35%,15%,4%) (0.00/0.35/0.15/0.04) 

CMYK percentages

%0
%34.84
%15.16
%4.31

Codes

Color #F49FCF in popluar color models

F4 9F CF
RGB 244 159 207
HSL 326° 79.44% 79.02%
HSB/HSV 326° 34.84% 95.69%
CMYK 0.00% 34.84% 15.16%
4.31%

Color #F49FCF in popluar number systems.

HEX F4 9F CF
Decimal 244 159 207
Binary 11110100 10011111 11001111
Octal 364 237 317

Shades and tints

Shades of #F49FCF

#F49FCF
(244,159,207)
#DE91BD
(222,145,189)
#C883AB
(200,131,171)
#B27599
(178,117,153)
#9C6787
(156,103,135)
#865975
(134,89,117)
#704B63
(112,75,99)
#5A3D51
(90,61,81)
#442F3F
(68,47,63)
#2E212D
(46,33,45)
#18131B
(24,19,27)
#000000
(0,0,0)

Tints of #F49FCF

#F49FCF
(244,159,207)
#F5A7D3
(245,167,211)
#F6AFD7
(246,175,215)
#F7B7DB
(247,183,219)
#F8BFDF
(248,191,223)
#F9C7E3
(249,199,227)
#FACFE7
(250,207,231)
#FBD7EB
(251,215,235)
#FCDFEF
(252,223,239)
#FDE7F3
(253,231,243)
#FEEFF7
(254,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F49FCF color. Also use rgb(244,159,207) instead hex code.

Text Font Color

.myTextColor { color: #F49FCF; }

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

This text font color is #F49FCF.

Background Color

.myBgColor { background-color: #F49FCF; }

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

This div background color is #F49FCF.

Border color

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

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

This div border color is #F49FCF.

Opacity

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

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

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

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

This text has shadow with #F49FCF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F49FCF.

Preview

Color preview on black background

This text has color #F49FCF on black background.


Color preview on white background

This text has color #F49FCF on white background.


Black color preview on #F49FCF background

This text has black color on #F49FCF background.


White color preview on #F49FCF background

This text has white color on #F49FCF background.


Related colors

Complementary color

Complementary color for #hex is #0B6030.


I love getcolorcode.com

Triadic colors

1 #CFF49F and #9FCFF4 with #F49FCF are triadic colors.

2 #CF9FF4 and #9FF4CF with #F49FCF are triadic colors.