COLOR #F87799

HEX: #F87799
RGB: (248,119,153)

Color info

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

RGB color model

#F87799 color RGB value is (248,119,153).

  • red value is 248;
  • green value is 119;
  • blue value is 153.
RGB:
(248,119,153)
(97%,47%,60%)

RGB channels and saturation

R 248 of 255 = 97%
G 119 of 255 = 47%
B 153 of 255 = 60%

248
119
153

R + G + B ~ 68%. #F87799 is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 119 + 153 = 520 (100%)
R 248 of 520 ~ 47.69%
G 119 of 520 ~ 22.88%
B 153 of 520 ~ 29.42%

%47.69
%22.88
%29.42

CMYK color model

#F87799 color CMYK value is (0,52,38,3).

  • cyan value is 0.00%
  • magenta value is 52.02%
  • yellow value is 38.31%
  • key color value is 2.75%
CMYK:
(0,52,38,3)
C0M52Y38K3 
(0%,52%,38%,3%)
(0.00/0.52/0.38/0.03)	

CMYK percentages

%0
%52.02
%38.31
%2.75

Codes

Color #F87799 in popluar color models

F87799
RGB248119153
HSL344°90.21%71.96%
HSB/HSV344°52.02%97.25%
CMYK0.00%52.02%38.31%
2.75%

Color #F87799 in popluar number systems.

HEXF87799
Decimal248119153
Binary11111000111011110011001
Octal370167231

Shades and tints

Shades of #F87799

#F87799
(248,119,153)
#E26D8C
(226,109,140)
#CC637F
(204,99,127)
#B65972
(182,89,114)
#A04F65
(160,79,101)
#8A4558
(138,69,88)
#743B4B
(116,59,75)
#5E313E
(94,49,62)
#482731
(72,39,49)
#321D24
(50,29,36)
#1C1317
(28,19,23)
#000000
(0,0,0)

Tints of #F87799

#F87799
(248,119,153)
#F883A2
(248,131,162)
#F88FAB
(248,143,171)
#F89BB4
(248,155,180)
#F8A7BD
(248,167,189)
#F8B3C6
(248,179,198)
#F8BFCF
(248,191,207)
#F8CBD8
(248,203,216)
#F8D7E1
(248,215,225)
#F8E3EA
(248,227,234)
#F8EFF3
(248,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F87799 color. Also use rgb(248,119,153) instead hex code.

Text Font Color

.myTextColor { color: #F87799; }

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

This text font color is #F87799.


Background Color

.myBgColor { background-color: #F87799; }

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

This div background color is #F87799.


Border color

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

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

This div border color is #F87799.


Opacity

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

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

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

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

This text has shadow with #F87799 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F87799 on black background.


Color preview on white background

This text has color #F87799 on white background.



Black color preview on #F87799 background

This text has black color on #F87799 background.


White color preview on #F87799 background

This text has white color on #F87799 background.