COLOR #F97CF1

HEX: #F97CF1 RGB: (249,124,241)

Color info

#F97CF1 contains mainly red and blue colors. Web safe color of #F97CF1 is #FF66FF (or #F6F).

RGB color model

#F97CF1 color RGB value is (249,124,241).

RGB: (249,124,241) (98%, 49%, 95%)

RGB channels and saturation

R 249 of 255 = 98%
G 124 of 255 = 49%
B 241 of 255 = 95%

249
124
241

R + G + B ~ 81%. #F97CF1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 249 + 124 + 241 = 614 (100%)
R 249 of 614 ~ 40.55%
G 124 of 614 ~ 20.2%
B 241 of 614 ~ 39.25'%

%40.55
%20.2
%39.25

CMYK color model

#F97CF1 color CMYK value is (0,50,3,2).

  • cyan value is 0.00%
  • magenta value is 50.20%
  • yellow value is 3.21%
  • key color value is 2.35%

CMYK: (0,50,3,2)
C0M50Y3K2 (0%, 50%, 3%, 2%)
(0.00 / 0.50 / 0.03 / 0.02)

CMYK percentages

%0
%50.2
%3.21
%2.35

Codes

Color #F97CF1 in popluar color models

F9 7C F1
RGB 249 124 241
HSL 304° 91.24% 73.14%
HSB/HSV 304° 50.20% 97.65%
CMYK 0.00% 50.20% 3.21%
2.35%

Color #F97CF1 in popluar number systems.

HEX F9 7C F1
Decimal 249 124 241
Binary 11111001 1111100 11110001
Octal 371 174 361

Shades and tints

Shades of #F97CF1

#F97CF1
(249,124,241)
#E371DC
(227,113,220)
#CD66C7
(205,102,199)
#B75BB2
(183,91,178)
#A1509D
(161,80,157)
#8B4588
(139,69,136)
#753A73
(117,58,115)
#5F2F5E
(95,47,94)
#492449
(73,36,73)
#331934
(51,25,52)
#1D0E1F
(29,14,31)
#000000
(0,0,0)

Tints of #F97CF1

#F97CF1
(249,124,241)
#F987F2
(249,135,242)
#F992F3
(249,146,243)
#F99DF4
(249,157,244)
#F9A8F5
(249,168,245)
#F9B3F6
(249,179,246)
#F9BEF7
(249,190,247)
#F9C9F8
(249,201,248)
#F9D4F9
(249,212,249)
#F9DFFA
(249,223,250)
#F9EAFB
(249,234,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F97CF1 color. Also use rgb(249,124,241) instead hex code.

Text Font Color

.myTextColor { color: #F97CF1; }

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

This text font color is #F97CF1.

Background Color

.myBgColor { background-color: #F97CF1; }

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

This div background color is #F97CF1.

Border color

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

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

This div border color is #F97CF1.

Opacity

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

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

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

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

This text has shadow with #F97CF1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F97CF1.

Preview

Color preview on black background

This text has color #F97CF1 on black background.


Color preview on white background

This text has color #F97CF1 on white background.


Black color preview on #F97CF1 background

This text has black color on #F97CF1 background.


White color preview on #F97CF1 background

This text has white color on #F97CF1 background.


Related colors

Complementary color

Complementary color for #hex is #06830E.


I love getcolorcode.com

Triadic colors

1 #F1F97C and #7CF1F9 with #F97CF1 are triadic colors.

2 #F17CF9 and #7CF9F1 with #F97CF1 are triadic colors.