COLOR #F87995

HEX: #F87995
RGB: (248,121,149)

Color info

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

RGB color model

#F87995 color RGB value is (248,121,149).

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

RGB channels and saturation

R 248 of 255 = 97%
G 121 of 255 = 47%
B 149 of 255 = 58%

248
121
149

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

Portions of RGB colors in percentages

R + G + B =
248 + 121 + 149 = 518 (100%)
R 248 of 518 ~ 47.88%
G 121 of 518 ~ 23.36%
B 149 of 518 ~ 28.76%

%47.88
%23.36
%28.76

CMYK color model

#F87995 color CMYK value is (0,51,40,3).

  • cyan value is 0.00%
  • magenta value is 51.21%
  • yellow value is 39.92%
  • key color value is 2.75%
CMYK:
(0,51,40,3)
C0M51Y40K3 
(0%,51%,40%,3%)
(0.00/0.51/0.40/0.03)	

CMYK percentages

%0
%51.21
%39.92
%2.75

Codes

Color #F87995 in popluar color models

F87995
RGB248121149
HSL347°90.07%72.35%
HSB/HSV347°51.21%97.25%
CMYK0.00%51.21%39.92%
2.75%

Color #F87995 in popluar number systems.

HEXF87995
Decimal248121149
Binary11111000111100110010101
Octal370171225

Shades and tints

Shades of #F87995

#F87995
(248,121,149)
#E26E88
(226,110,136)
#CC637B
(204,99,123)
#B6586E
(182,88,110)
#A04D61
(160,77,97)
#8A4254
(138,66,84)
#743747
(116,55,71)
#5E2C3A
(94,44,58)
#48212D
(72,33,45)
#321620
(50,22,32)
#1C0B13
(28,11,19)
#000000
(0,0,0)

Tints of #F87995

#F87995
(248,121,149)
#F8859E
(248,133,158)
#F891A7
(248,145,167)
#F89DB0
(248,157,176)
#F8A9B9
(248,169,185)
#F8B5C2
(248,181,194)
#F8C1CB
(248,193,203)
#F8CDD4
(248,205,212)
#F8D9DD
(248,217,221)
#F8E5E6
(248,229,230)
#F8F1EF
(248,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F87995; }

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

This text font color is #F87995.


Background Color

.myBgColor { background-color: #F87995; }

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

This div background color is #F87995.


Border color

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

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

This div border color is #F87995.


Opacity

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

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

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

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

This text has shadow with #F87995 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F87995 on black background.


Color preview on white background

This text has color #F87995 on white background.



Black color preview on #F87995 background

This text has black color on #F87995 background.


White color preview on #F87995 background

This text has white color on #F87995 background.