COLOR #F8679A

HEX: #F8679A
RGB: (248,103,154)

Color info

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

RGB color model

#F8679A color RGB value is (248,103,154).

  • red value is 248;
  • green value is 103;
  • blue value is 154.
RGB:
(248,103,154)
(97%,40%,60%)

RGB channels and saturation

R 248 of 255 = 97%
G 103 of 255 = 40%
B 154 of 255 = 60%

248
103
154

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

Portions of RGB colors in percentages

R + G + B =
248 + 103 + 154 = 505 (100%)
R 248 of 505 ~ 49.11%
G 103 of 505 ~ 20.4%
B 154 of 505 ~ 30.5%

%49.11
%20.4
%30.5

CMYK color model

#F8679A color CMYK value is (0,58,38,3).

  • cyan value is 0.00%
  • magenta value is 58.47%
  • yellow value is 37.90%
  • key color value is 2.75%
CMYK:
(0,58,38,3)
C0M58Y38K3 
(0%,58%,38%,3%)
(0.00/0.58/0.38/0.03)	

CMYK percentages

%0
%58.47
%37.9
%2.75

Codes

Color #F8679A in popluar color models

F8679A
RGB248103154
HSL339°91.19%68.82%
HSB/HSV339°58.47%97.25%
CMYK0.00%58.47%37.90%
2.75%

Color #F8679A in popluar number systems.

HEXF8679A
Decimal248103154
Binary11111000110011110011010
Octal370147232

Shades and tints

Shades of #F8679A

#F8679A
(248,103,154)
#E25E8C
(226,94,140)
#CC557E
(204,85,126)
#B64C70
(182,76,112)
#A04362
(160,67,98)
#8A3A54
(138,58,84)
#743146
(116,49,70)
#5E2838
(94,40,56)
#481F2A
(72,31,42)
#32161C
(50,22,28)
#1C0D0E
(28,13,14)
#000000
(0,0,0)

Tints of #F8679A

#F8679A
(248,103,154)
#F874A3
(248,116,163)
#F881AC
(248,129,172)
#F88EB5
(248,142,181)
#F89BBE
(248,155,190)
#F8A8C7
(248,168,199)
#F8B5D0
(248,181,208)
#F8C2D9
(248,194,217)
#F8CFE2
(248,207,226)
#F8DCEB
(248,220,235)
#F8E9F4
(248,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8679A color. Also use rgb(248,103,154) instead hex code.

Text Font Color

.myTextColor { color: #F8679A; }

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

This text font color is #F8679A.


Background Color

.myBgColor { background-color: #F8679A; }

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

This div background color is #F8679A.


Border color

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

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

This div border color is #F8679A.


Opacity

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

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

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

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

This text has shadow with #F8679A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8679A on black background.


Color preview on white background

This text has color #F8679A on white background.



Black color preview on #F8679A background

This text has black color on #F8679A background.


White color preview on #F8679A background

This text has white color on #F8679A background.