COLOR #F85F75

HEX: #F85F75
RGB: (248,95,117)

Color info

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

RGB color model

#F85F75 color RGB value is (248,95,117).

  • red value is 248;
  • green value is 95;
  • blue value is 117.
RGB:
(248,95,117)
(97%,37%,46%)

RGB channels and saturation

R 248 of 255 = 97%
G 95 of 255 = 37%
B 117 of 255 = 46%

248
95
117

R + G + B ~ 60%. #F85F75 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
248 + 95 + 117 = 460 (100%)
R 248 of 460 ~ 53.91%
G 95 of 460 ~ 20.65%
B 117 of 460 ~ 25.43%

%53.91
%20.65
%25.43

CMYK color model

#F85F75 color CMYK value is (0,62,53,3).

  • cyan value is 0.00%
  • magenta value is 61.69%
  • yellow value is 52.82%
  • key color value is 2.75%
CMYK:
(0,62,53,3)
C0M62Y53K3 
(0%,62%,53%,3%)
(0.00/0.62/0.53/0.03)	

CMYK percentages

%0
%61.69
%52.82
%2.75

Codes

Color #F85F75 in popluar color models

F85F75
RGB24895117
HSL351°91.62%67.25%
HSB/HSV351°61.69%97.25%
CMYK0.00%61.69%52.82%
2.75%

Color #F85F75 in popluar number systems.

HEXF85F75
Decimal24895117
Binary1111100010111111110101
Octal370137165

Shades and tints

Shades of #F85F75

#F85F75
(248,95,117)
#E2576B
(226,87,107)
#CC4F61
(204,79,97)
#B64757
(182,71,87)
#A03F4D
(160,63,77)
#8A3743
(138,55,67)
#742F39
(116,47,57)
#5E272F
(94,39,47)
#481F25
(72,31,37)
#32171B
(50,23,27)
#1C0F11
(28,15,17)
#000000
(0,0,0)

Tints of #F85F75

#F85F75
(248,95,117)
#F86D81
(248,109,129)
#F87B8D
(248,123,141)
#F88999
(248,137,153)
#F897A5
(248,151,165)
#F8A5B1
(248,165,177)
#F8B3BD
(248,179,189)
#F8C1C9
(248,193,201)
#F8CFD5
(248,207,213)
#F8DDE1
(248,221,225)
#F8EBED
(248,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F85F75 color. Also use rgb(248,95,117) instead hex code.

Text Font Color

.myTextColor { color: #F85F75; }

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

This text font color is #F85F75.


Background Color

.myBgColor { background-color: #F85F75; }

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

This div background color is #F85F75.


Border color

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

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

This div border color is #F85F75.


Opacity

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

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

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

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

This text has shadow with #F85F75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F85F75 on black background.


Color preview on white background

This text has color #F85F75 on white background.



Black color preview on #F85F75 background

This text has black color on #F85F75 background.


White color preview on #F85F75 background

This text has white color on #F85F75 background.