COLOR #F88571

HEX: #F88571
RGB: (248,133,113)

Color info

#F88571 contains mainly red color. Web safe color of #F88571 is #FF9966 (or #F96).

RGB color model

#F88571 color RGB value is (248,133,113).

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

RGB channels and saturation

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

248
133
113

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

Portions of RGB colors in percentages

R + G + B =
248 + 133 + 113 = 494 (100%)
R 248 of 494 ~ 50.2%
G 133 of 494 ~ 26.92%
B 113 of 494 ~ 22.87%

%50.2
%26.92
%22.87

CMYK color model

#F88571 color CMYK value is (0,46,54,3).

  • cyan value is 0.00%
  • magenta value is 46.37%
  • yellow value is 54.44%
  • key color value is 2.75%
CMYK:
(0,46,54,3)
C0M46Y54K3 
(0%,46%,54%,3%)
(0.00/0.46/0.54/0.03)	

CMYK percentages

%0
%46.37
%54.44
%2.75

Codes

Color #F88571 in popluar color models

F88571
RGB248133113
HSL90.60%70.78%
HSB/HSV54.44%97.25%
CMYK0.00%46.37%54.44%
2.75%

Color #F88571 in popluar number systems.

HEXF88571
Decimal248133113
Binary11111000100001011110001
Octal370205161

Shades and tints

Shades of #F88571

#F88571
(248,133,113)
#E27967
(226,121,103)
#CC6D5D
(204,109,93)
#B66153
(182,97,83)
#A05549
(160,85,73)
#8A493F
(138,73,63)
#743D35
(116,61,53)
#5E312B
(94,49,43)
#482521
(72,37,33)
#321917
(50,25,23)
#1C0D0D
(28,13,13)
#000000
(0,0,0)

Tints of #F88571

#F88571
(248,133,113)
#F8907D
(248,144,125)
#F89B89
(248,155,137)
#F8A695
(248,166,149)
#F8B1A1
(248,177,161)
#F8BCAD
(248,188,173)
#F8C7B9
(248,199,185)
#F8D2C5
(248,210,197)
#F8DDD1
(248,221,209)
#F8E8DD
(248,232,221)
#F8F3E9
(248,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F88571; }

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

This text font color is #F88571.


Background Color

.myBgColor { background-color: #F88571; }

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

This div background color is #F88571.


Border color

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

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

This div border color is #F88571.


Opacity

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

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

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

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

This text has shadow with #F88571 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F88571 on black background.


Color preview on white background

This text has color #F88571 on white background.



Black color preview on #F88571 background

This text has black color on #F88571 background.


White color preview on #F88571 background

This text has white color on #F88571 background.