COLOR #F58D88

HEX: #F58D88 RGB: (245,141,136)

Color info

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

RGB color model

#F58D88 color RGB value is (245,141,136).

RGB: (245,141,136) (96%, 55%, 53%)

RGB channels and saturation

R 245 of 255 = 96%
G 141 of 255 = 55%
B 136 of 255 = 53%

245
141
136

R + G + B ~ 68%. #F58D88 is quite light color.

Portions of RGB colors in percentages

R + G + B = 245 + 141 + 136 = 522 (100%)
R 245 of 522 ~ 46.93%
G 141 of 522 ~ 27.01%
B 136 of 522 ~ 26.05'%

%46.93
%27.01
%26.05

CMYK color model

#F58D88 color CMYK value is (0,42,44,4).

  • cyan value is 0.00%
  • magenta value is 42.45%
  • yellow value is 44.49%
  • key color value is 3.92%

CMYK: (0,42,44,4)
C0M42Y44K4 (0%, 42%, 44%, 4%)
(0.00 / 0.42 / 0.44 / 0.04)

CMYK percentages

%0
%42.45
%44.49
%3.92

Codes

Color #F58D88 in popluar color models

F5 8D 88
RGB 245 141 136
HSL 84.50% 74.71%
HSB/HSV 44.49% 96.08%
CMYK 0.00% 42.45% 44.49%
3.92%

Color #F58D88 in popluar number systems.

HEX F5 8D 88
Decimal 245 141 136
Binary 11110101 10001101 10001000
Octal 365 215 210

Shades and tints

Shades of #F58D88

#F58D88
(245,141,136)
#DF817C
(223,129,124)
#C97570
(201,117,112)
#B36964
(179,105,100)
#9D5D58
(157,93,88)
#87514C
(135,81,76)
#714540
(113,69,64)
#5B3934
(91,57,52)
#452D28
(69,45,40)
#2F211C
(47,33,28)
#191510
(25,21,16)
#000000
(0,0,0)

Tints of #F58D88

#F58D88
(245,141,136)
#F59792
(245,151,146)
#F5A19C
(245,161,156)
#F5ABA6
(245,171,166)
#F5B5B0
(245,181,176)
#F5BFBA
(245,191,186)
#F5C9C4
(245,201,196)
#F5D3CE
(245,211,206)
#F5DDD8
(245,221,216)
#F5E7E2
(245,231,226)
#F5F1EC
(245,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F58D88 color. Also use rgb(245,141,136) instead hex code.

Text Font Color

.myTextColor { color: #F58D88; }

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

This text font color is #F58D88.

Background Color

.myBgColor { background-color: #F58D88; }

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

This div background color is #F58D88.

Border color

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

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

This div border color is #F58D88.

Opacity

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

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

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

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

This text has shadow with #F58D88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F58D88.

Preview

Color preview on black background

This text has color #F58D88 on black background.


Color preview on white background

This text has color #F58D88 on white background.


Black color preview on #F58D88 background

This text has black color on #F58D88 background.


White color preview on #F58D88 background

This text has white color on #F58D88 background.


Related colors

Complementary color

Complementary color for #hex is #0A7277.


I love getcolorcode.com

Triadic colors

1 #88F58D and #8D88F5 with #F58D88 are triadic colors.

2 #888DF5 and #8DF588 with #F58D88 are triadic colors.