COLOR #F86997

HEX: #F86997
RGB: (248,105,151)

Color info

#F86997 contains mainly red color. Web safe color of #F86997 is #FF6699 (or #F69).

RGB color model

#F86997 color RGB value is (248,105,151).

  • red value is 248;
  • green value is 105;
  • blue value is 151.
RGB:
(248,105,151)
(97%,41%,59%)

RGB channels and saturation

R 248 of 255 = 97%
G 105 of 255 = 41%
B 151 of 255 = 59%

248
105
151

R + G + B ~ 66%. #F86997 is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 105 + 151 = 504 (100%)
R 248 of 504 ~ 49.21%
G 105 of 504 ~ 20.83%
B 151 of 504 ~ 29.96%

%49.21
%20.83
%29.96

CMYK color model

#F86997 color CMYK value is (0,58,39,3).

  • cyan value is 0.00%
  • magenta value is 57.66%
  • yellow value is 39.11%
  • key color value is 2.75%
CMYK:
(0,58,39,3)
C0M58Y39K3 
(0%,58%,39%,3%)
(0.00/0.58/0.39/0.03)	

CMYK percentages

%0
%57.66
%39.11
%2.75

Codes

Color #F86997 in popluar color models

F86997
RGB248105151
HSL341°91.08%69.22%
HSB/HSV341°57.66%97.25%
CMYK0.00%57.66%39.11%
2.75%

Color #F86997 in popluar number systems.

HEXF86997
Decimal248105151
Binary11111000110100110010111
Octal370151227

Shades and tints

Shades of #F86997

#F86997
(248,105,151)
#E2608A
(226,96,138)
#CC577D
(204,87,125)
#B64E70
(182,78,112)
#A04563
(160,69,99)
#8A3C56
(138,60,86)
#743349
(116,51,73)
#5E2A3C
(94,42,60)
#48212F
(72,33,47)
#321822
(50,24,34)
#1C0F15
(28,15,21)
#000000
(0,0,0)

Tints of #F86997

#F86997
(248,105,151)
#F876A0
(248,118,160)
#F883A9
(248,131,169)
#F890B2
(248,144,178)
#F89DBB
(248,157,187)
#F8AAC4
(248,170,196)
#F8B7CD
(248,183,205)
#F8C4D6
(248,196,214)
#F8D1DF
(248,209,223)
#F8DEE8
(248,222,232)
#F8EBF1
(248,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F86997 color. Also use rgb(248,105,151) instead hex code.

Text Font Color

.myTextColor { color: #F86997; }

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

This text font color is #F86997.


Background Color

.myBgColor { background-color: #F86997; }

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

This div background color is #F86997.


Border color

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

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

This div border color is #F86997.


Opacity

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

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

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

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

This text has shadow with #F86997 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F86997 on black background.


Color preview on white background

This text has color #F86997 on white background.



Black color preview on #F86997 background

This text has black color on #F86997 background.


White color preview on #F86997 background

This text has white color on #F86997 background.