COLOR #F497D8

HEX: #F497D8
RGB: (244,151,216)

Color info

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

RGB color model

#F497D8 color RGB value is (244,151,216).

  • red value is 244;
  • green value is 151;
  • blue value is 216.
RGB:
(244,151,216)
(96%,59%,85%)

RGB channels and saturation

R 244 of 255 = 96%
G 151 of 255 = 59%
B 216 of 255 = 85%

244
151
216

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

Portions of RGB colors in percentages

R + G + B =
244 + 151 + 216 = 611 (100%)
R 244 of 611 ~ 39.93%
G 151 of 611 ~ 24.71%
B 216 of 611 ~ 35.35%

%39.93
%24.71
%35.35

CMYK color model

#F497D8 color CMYK value is (0,38,11,4).

  • cyan value is 0.00%
  • magenta value is 38.11%
  • yellow value is 11.48%
  • key color value is 4.31%
CMYK:
(0,38,11,4)
C0M38Y11K4 
(0%,38%,11%,4%)
(0.00/0.38/0.11/0.04)	

CMYK percentages

%0
%38.11
%11.48
%4.31

Codes

Color #F497D8 in popluar color models

F497D8
RGB244151216
HSL318°80.87%77.45%
HSB/HSV318°38.11%95.69%
CMYK0.00%38.11%11.48%
4.31%

Color #F497D8 in popluar number systems.

HEXF497D8
Decimal244151216
Binary111101001001011111011000
Octal364227330

Shades and tints

Shades of #F497D8

#F497D8
(244,151,216)
#DE8AC5
(222,138,197)
#C87DB2
(200,125,178)
#B2709F
(178,112,159)
#9C638C
(156,99,140)
#865679
(134,86,121)
#704966
(112,73,102)
#5A3C53
(90,60,83)
#442F40
(68,47,64)
#2E222D
(46,34,45)
#18151A
(24,21,26)
#000000
(0,0,0)

Tints of #F497D8

#F497D8
(244,151,216)
#F5A0DB
(245,160,219)
#F6A9DE
(246,169,222)
#F7B2E1
(247,178,225)
#F8BBE4
(248,187,228)
#F9C4E7
(249,196,231)
#FACDEA
(250,205,234)
#FBD6ED
(251,214,237)
#FCDFF0
(252,223,240)
#FDE8F3
(253,232,243)
#FEF1F6
(254,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F497D8 color. Also use rgb(244,151,216) instead hex code.

Text Font Color

.myTextColor { color: #F497D8; }

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

This text font color is #F497D8.


Background Color

.myBgColor { background-color: #F497D8; }

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

This div background color is #F497D8.


Border color

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

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

This div border color is #F497D8.


Opacity

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

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

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

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

This text has shadow with #F497D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F497D8 on black background.


Color preview on white background

This text has color #F497D8 on white background.



Black color preview on #F497D8 background

This text has black color on #F497D8 background.


White color preview on #F497D8 background

This text has white color on #F497D8 background.