COLOR #F88593

HEX: #F88593
RGB: (248,133,147)

Color info

#F88593 contains mainly red color. Web safe color of #F88593 is #FF9999 (or #F99).

RGB color model

#F88593 color RGB value is (248,133,147).

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

RGB channels and saturation

R 248 of 255 = 97%
G 133 of 255 = 52%
B 147 of 255 = 58%

248
133
147

R + G + B ~ 69%. #F88593 is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 133 + 147 = 528 (100%)
R 248 of 528 ~ 46.97%
G 133 of 528 ~ 25.19%
B 147 of 528 ~ 27.84%

%46.97
%25.19
%27.84

CMYK color model

#F88593 color CMYK value is (0,46,41,3).

  • cyan value is 0.00%
  • magenta value is 46.37%
  • yellow value is 40.73%
  • key color value is 2.75%
CMYK:
(0,46,41,3)
C0M46Y41K3 
(0%,46%,41%,3%)
(0.00/0.46/0.41/0.03)	

CMYK percentages

%0
%46.37
%40.73
%2.75

Codes

Color #F88593 in popluar color models

F88593
RGB248133147
HSL353°89.15%74.71%
HSB/HSV353°46.37%97.25%
CMYK0.00%46.37%40.73%
2.75%

Color #F88593 in popluar number systems.

HEXF88593
Decimal248133147
Binary111110001000010110010011
Octal370205223

Shades and tints

Shades of #F88593

#F88593
(248,133,147)
#E27986
(226,121,134)
#CC6D79
(204,109,121)
#B6616C
(182,97,108)
#A0555F
(160,85,95)
#8A4952
(138,73,82)
#743D45
(116,61,69)
#5E3138
(94,49,56)
#48252B
(72,37,43)
#32191E
(50,25,30)
#1C0D11
(28,13,17)
#000000
(0,0,0)

Tints of #F88593

#F88593
(248,133,147)
#F8909C
(248,144,156)
#F89BA5
(248,155,165)
#F8A6AE
(248,166,174)
#F8B1B7
(248,177,183)
#F8BCC0
(248,188,192)
#F8C7C9
(248,199,201)
#F8D2D2
(248,210,210)
#F8DDDB
(248,221,219)
#F8E8E4
(248,232,228)
#F8F3ED
(248,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F88593; }

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

This text font color is #F88593.


Background Color

.myBgColor { background-color: #F88593; }

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

This div background color is #F88593.


Border color

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

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

This div border color is #F88593.


Opacity

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

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

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

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

This text has shadow with #F88593 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F88593 on black background.


Color preview on white background

This text has color #F88593 on white background.



Black color preview on #F88593 background

This text has black color on #F88593 background.


White color preview on #F88593 background

This text has white color on #F88593 background.