COLOR #F97EC8

HEX: #F97EC8 RGB: (249,126,200)

Color info

#F97EC8 contains mainly red and blue colors. Web safe color of #F97EC8 is #FF66CC (or #F6C).

RGB color model

#F97EC8 color RGB value is (249,126,200).

RGB: (249,126,200) (98%, 49%, 78%)

RGB channels and saturation

R 249 of 255 = 98%
G 126 of 255 = 49%
B 200 of 255 = 78%

249
126
200

R + G + B ~ 75%. #F97EC8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 249 + 126 + 200 = 575 (100%)
R 249 of 575 ~ 43.3%
G 126 of 575 ~ 21.91%
B 200 of 575 ~ 34.78'%

%43.3
%21.91
%34.78

CMYK color model

#F97EC8 color CMYK value is (0,49,20,2).

  • cyan value is 0.00%
  • magenta value is 49.40%
  • yellow value is 19.68%
  • key color value is 2.35%

CMYK: (0,49,20,2)
C0M49Y20K2 (0%, 49%, 20%, 2%)
(0.00 / 0.49 / 0.20 / 0.02)

CMYK percentages

%0
%49.4
%19.68
%2.35

Codes

Color #F97EC8 in popluar color models

F9 7E C8
RGB 249 126 200
HSL 324° 91.11% 73.53%
HSB/HSV 324° 49.40% 97.65%
CMYK 0.00% 49.40% 19.68%
2.35%

Color #F97EC8 in popluar number systems.

HEX F9 7E C8
Decimal 249 126 200
Binary 11111001 1111110 11001000
Octal 371 176 310

Shades and tints

Shades of #F97EC8

#F97EC8
(249,126,200)
#E373B6
(227,115,182)
#CD68A4
(205,104,164)
#B75D92
(183,93,146)
#A15280
(161,82,128)
#8B476E
(139,71,110)
#753C5C
(117,60,92)
#5F314A
(95,49,74)
#492638
(73,38,56)
#331B26
(51,27,38)
#1D1014
(29,16,20)
#000000
(0,0,0)

Tints of #F97EC8

#F97EC8
(249,126,200)
#F989CD
(249,137,205)
#F994D2
(249,148,210)
#F99FD7
(249,159,215)
#F9AADC
(249,170,220)
#F9B5E1
(249,181,225)
#F9C0E6
(249,192,230)
#F9CBEB
(249,203,235)
#F9D6F0
(249,214,240)
#F9E1F5
(249,225,245)
#F9ECFA
(249,236,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F97EC8 color. Also use rgb(249,126,200) instead hex code.

Text Font Color

.myTextColor { color: #F97EC8; }

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

This text font color is #F97EC8.

Background Color

.myBgColor { background-color: #F97EC8; }

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

This div background color is #F97EC8.

Border color

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

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

This div border color is #F97EC8.

Opacity

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

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

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

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

This text has shadow with #F97EC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F97EC8.

Preview

Color preview on black background

This text has color #F97EC8 on black background.


Color preview on white background

This text has color #F97EC8 on white background.


Black color preview on #F97EC8 background

This text has black color on #F97EC8 background.


White color preview on #F97EC8 background

This text has white color on #F97EC8 background.


Related colors

Complementary color

Complementary color for #hex is #068137.


I love getcolorcode.com

Triadic colors

1 #C8F97E and #7EC8F9 with #F97EC8 are triadic colors.

2 #C87EF9 and #7EF9C8 with #F97EC8 are triadic colors.