COLOR #F86279

HEX: #F86279
RGB: (248,98,121)

Color info

#F86279 contains mainly red color. Web safe color of #F86279 is #FF6666 (or #F66).

RGB color model

#F86279 color RGB value is (248,98,121).

  • red value is 248;
  • green value is 98;
  • blue value is 121.
RGB:
(248,98,121)
(97%,38%,47%)

RGB channels and saturation

R 248 of 255 = 97%
G 98 of 255 = 38%
B 121 of 255 = 47%

248
98
121

R + G + B ~ 61%. #F86279 is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 98 + 121 = 467 (100%)
R 248 of 467 ~ 53.1%
G 98 of 467 ~ 20.99%
B 121 of 467 ~ 25.91%

%53.1
%20.99
%25.91

CMYK color model

#F86279 color CMYK value is (0,60,51,3).

  • cyan value is 0.00%
  • magenta value is 60.48%
  • yellow value is 51.21%
  • key color value is 2.75%
CMYK:
(0,60,51,3)
C0M60Y51K3 
(0%,60%,51%,3%)
(0.00/0.60/0.51/0.03)	

CMYK percentages

%0
%60.48
%51.21
%2.75

Codes

Color #F86279 in popluar color models

F86279
RGB24898121
HSL351°91.46%67.84%
HSB/HSV351°60.48%97.25%
CMYK0.00%60.48%51.21%
2.75%

Color #F86279 in popluar number systems.

HEXF86279
Decimal24898121
Binary1111100011000101111001
Octal370142171

Shades and tints

Shades of #F86279

#F86279
(248,98,121)
#E25A6E
(226,90,110)
#CC5263
(204,82,99)
#B64A58
(182,74,88)
#A0424D
(160,66,77)
#8A3A42
(138,58,66)
#743237
(116,50,55)
#5E2A2C
(94,42,44)
#482221
(72,34,33)
#321A16
(50,26,22)
#1C120B
(28,18,11)
#000000
(0,0,0)

Tints of #F86279

#F86279
(248,98,121)
#F87085
(248,112,133)
#F87E91
(248,126,145)
#F88C9D
(248,140,157)
#F89AA9
(248,154,169)
#F8A8B5
(248,168,181)
#F8B6C1
(248,182,193)
#F8C4CD
(248,196,205)
#F8D2D9
(248,210,217)
#F8E0E5
(248,224,229)
#F8EEF1
(248,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F86279 color. Also use rgb(248,98,121) instead hex code.

Text Font Color

.myTextColor { color: #F86279; }

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

This text font color is #F86279.


Background Color

.myBgColor { background-color: #F86279; }

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

This div background color is #F86279.


Border color

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

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

This div border color is #F86279.


Opacity

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

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

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

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

This text has shadow with #F86279 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F86279 on black background.


Color preview on white background

This text has color #F86279 on white background.



Black color preview on #F86279 background

This text has black color on #F86279 background.


White color preview on #F86279 background

This text has white color on #F86279 background.