COLOR #F397CF

HEX: #F397CF RGB: (243,151,207)

Color info

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

RGB color model

#F397CF color RGB value is (243,151,207).

RGB: (243,151,207) (95%, 59%, 81%)

RGB channels and saturation

R 243 of 255 = 95%
G 151 of 255 = 59%
B 207 of 255 = 81%

243
151
207

R + G + B ~ 78%. #F397CF is quite light color.

Portions of RGB colors in percentages

R + G + B = 243 + 151 + 207 = 601 (100%)
R 243 of 601 ~ 40.43%
G 151 of 601 ~ 25.12%
B 207 of 601 ~ 34.44'%

%40.43
%25.12
%34.44

CMYK color model

#F397CF color CMYK value is (0,38,15,5).

  • cyan value is 0.00%
  • magenta value is 37.86%
  • yellow value is 14.81%
  • key color value is 4.71%

CMYK: (0,38,15,5)
C0M38Y15K5 (0%, 38%, 15%, 5%)
(0.00 / 0.38 / 0.15 / 0.05)

CMYK percentages

%0
%37.86
%14.81
%4.71

Codes

Color #F397CF in popluar color models

F3 97 CF
RGB 243 151 207
HSL 323° 79.31% 77.25%
HSB/HSV 323° 37.86% 95.29%
CMYK 0.00% 37.86% 14.81%
4.71%

Color #F397CF in popluar number systems.

HEX F3 97 CF
Decimal 243 151 207
Binary 11110011 10010111 11001111
Octal 363 227 317

Shades and tints

Shades of #F397CF

#F397CF
(243,151,207)
#DD8ABD
(221,138,189)
#C77DAB
(199,125,171)
#B17099
(177,112,153)
#9B6387
(155,99,135)
#855675
(133,86,117)
#6F4963
(111,73,99)
#593C51
(89,60,81)
#432F3F
(67,47,63)
#2D222D
(45,34,45)
#17151B
(23,21,27)
#000000
(0,0,0)

Tints of #F397CF

#F397CF
(243,151,207)
#F4A0D3
(244,160,211)
#F5A9D7
(245,169,215)
#F6B2DB
(246,178,219)
#F7BBDF
(247,187,223)
#F8C4E3
(248,196,227)
#F9CDE7
(249,205,231)
#FAD6EB
(250,214,235)
#FBDFEF
(251,223,239)
#FCE8F3
(252,232,243)
#FDF1F7
(253,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F397CF color. Also use rgb(243,151,207) instead hex code.

Text Font Color

.myTextColor { color: #F397CF; }

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

This text font color is #F397CF.

Background Color

.myBgColor { background-color: #F397CF; }

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

This div background color is #F397CF.

Border color

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

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

This div border color is #F397CF.

Opacity

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

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

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

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

This text has shadow with #F397CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F397CF.

Preview

Color preview on black background

This text has color #F397CF on black background.


Color preview on white background

This text has color #F397CF on white background.


Black color preview on #F397CF background

This text has black color on #F397CF background.


White color preview on #F397CF background

This text has white color on #F397CF background.


Related colors

Complementary color

Complementary color for #hex is #0C6830.


I love getcolorcode.com

Triadic colors

1 #CFF397 and #97CFF3 with #F397CF are triadic colors.

2 #CF97F3 and #97F3CF with #F397CF are triadic colors.