COLOR #F87085

HEX: #F87085
RGB: (248,112,133)

Color info

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

RGB color model

#F87085 color RGB value is (248,112,133).

  • red value is 248;
  • green value is 112;
  • blue value is 133.
RGB:
(248,112,133)
(97%,44%,52%)

RGB channels and saturation

R 248 of 255 = 97%
G 112 of 255 = 44%
B 133 of 255 = 52%

248
112
133

R + G + B ~ 64%. #F87085 is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 112 + 133 = 493 (100%)
R 248 of 493 ~ 50.3%
G 112 of 493 ~ 22.72%
B 133 of 493 ~ 26.98%

%50.3
%22.72
%26.98

CMYK color model

#F87085 color CMYK value is (0,55,46,3).

  • cyan value is 0.00%
  • magenta value is 54.84%
  • yellow value is 46.37%
  • key color value is 2.75%
CMYK:
(0,55,46,3)
C0M55Y46K3 
(0%,55%,46%,3%)
(0.00/0.55/0.46/0.03)	

CMYK percentages

%0
%54.84
%46.37
%2.75

Codes

Color #F87085 in popluar color models

F87085
RGB248112133
HSL351°90.67%70.59%
HSB/HSV351°54.84%97.25%
CMYK0.00%54.84%46.37%
2.75%

Color #F87085 in popluar number systems.

HEXF87085
Decimal248112133
Binary11111000111000010000101
Octal370160205

Shades and tints

Shades of #F87085

#F87085
(248,112,133)
#E26679
(226,102,121)
#CC5C6D
(204,92,109)
#B65261
(182,82,97)
#A04855
(160,72,85)
#8A3E49
(138,62,73)
#74343D
(116,52,61)
#5E2A31
(94,42,49)
#482025
(72,32,37)
#321619
(50,22,25)
#1C0C0D
(28,12,13)
#000000
(0,0,0)

Tints of #F87085

#F87085
(248,112,133)
#F87D90
(248,125,144)
#F88A9B
(248,138,155)
#F897A6
(248,151,166)
#F8A4B1
(248,164,177)
#F8B1BC
(248,177,188)
#F8BEC7
(248,190,199)
#F8CBD2
(248,203,210)
#F8D8DD
(248,216,221)
#F8E5E8
(248,229,232)
#F8F2F3
(248,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F87085 color. Also use rgb(248,112,133) instead hex code.

Text Font Color

.myTextColor { color: #F87085; }

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

This text font color is #F87085.


Background Color

.myBgColor { background-color: #F87085; }

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

This div background color is #F87085.


Border color

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

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

This div border color is #F87085.


Opacity

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

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

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

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

This text has shadow with #F87085 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F87085 on black background.


Color preview on white background

This text has color #F87085 on white background.



Black color preview on #F87085 background

This text has black color on #F87085 background.


White color preview on #F87085 background

This text has white color on #F87085 background.