COLOR #F8699D

HEX: #F8699D
RGB: (248,105,157)

Color info

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

RGB color model

#F8699D color RGB value is (248,105,157).

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

RGB channels and saturation

R 248 of 255 = 97%
G 105 of 255 = 41%
B 157 of 255 = 62%

248
105
157

R + G + B ~ 67%. #F8699D is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 105 + 157 = 510 (100%)
R 248 of 510 ~ 48.63%
G 105 of 510 ~ 20.59%
B 157 of 510 ~ 30.78%

%48.63
%20.59
%30.78

CMYK color model

#F8699D color CMYK value is (0,58,37,3).

  • cyan value is 0.00%
  • magenta value is 57.66%
  • yellow value is 36.69%
  • key color value is 2.75%
CMYK:
(0,58,37,3)
C0M58Y37K3 
(0%,58%,37%,3%)
(0.00/0.58/0.37/0.03)	

CMYK percentages

%0
%57.66
%36.69
%2.75

Codes

Color #F8699D in popluar color models

F8699D
RGB248105157
HSL338°91.08%69.22%
HSB/HSV338°57.66%97.25%
CMYK0.00%57.66%36.69%
2.75%

Color #F8699D in popluar number systems.

HEXF8699D
Decimal248105157
Binary11111000110100110011101
Octal370151235

Shades and tints

Shades of #F8699D

#F8699D
(248,105,157)
#E2608F
(226,96,143)
#CC5781
(204,87,129)
#B64E73
(182,78,115)
#A04565
(160,69,101)
#8A3C57
(138,60,87)
#743349
(116,51,73)
#5E2A3B
(94,42,59)
#48212D
(72,33,45)
#32181F
(50,24,31)
#1C0F11
(28,15,17)
#000000
(0,0,0)

Tints of #F8699D

#F8699D
(248,105,157)
#F876A5
(248,118,165)
#F883AD
(248,131,173)
#F890B5
(248,144,181)
#F89DBD
(248,157,189)
#F8AAC5
(248,170,197)
#F8B7CD
(248,183,205)
#F8C4D5
(248,196,213)
#F8D1DD
(248,209,221)
#F8DEE5
(248,222,229)
#F8EBED
(248,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8699D; }

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

This text font color is #F8699D.


Background Color

.myBgColor { background-color: #F8699D; }

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

This div background color is #F8699D.


Border color

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

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

This div border color is #F8699D.


Opacity

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

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

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

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

This text has shadow with #F8699D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8699D on black background.


Color preview on white background

This text has color #F8699D on white background.



Black color preview on #F8699D background

This text has black color on #F8699D background.


White color preview on #F8699D background

This text has white color on #F8699D background.