COLOR #F58487

HEX: #F58487 RGB: (245,132,135)

Color info

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

RGB color model

#F58487 color RGB value is (245,132,135).

RGB: (245,132,135) (96%, 52%, 53%)

RGB channels and saturation

R 245 of 255 = 96%
G 132 of 255 = 52%
B 135 of 255 = 53%

245
132
135

R + G + B ~ 67%. #F58487 is quite light color.

Portions of RGB colors in percentages

R + G + B = 245 + 132 + 135 = 512 (100%)
R 245 of 512 ~ 47.85%
G 132 of 512 ~ 25.78%
B 135 of 512 ~ 26.37'%

%47.85
%25.78
%26.37

CMYK color model

#F58487 color CMYK value is (0,46,45,4).

  • cyan value is 0.00%
  • magenta value is 46.12%
  • yellow value is 44.90%
  • key color value is 3.92%

CMYK: (0,46,45,4)
C0M46Y45K4 (0%, 46%, 45%, 4%)
(0.00 / 0.46 / 0.45 / 0.04)

CMYK percentages

%0
%46.12
%44.9
%3.92

Codes

Color #F58487 in popluar color models

F5 84 87
RGB 245 132 135
HSL 358° 84.96% 73.92%
HSB/HSV 358° 46.12% 96.08%
CMYK 0.00% 46.12% 44.90%
3.92%

Color #F58487 in popluar number systems.

HEX F5 84 87
Decimal 245 132 135
Binary 11110101 10000100 10000111
Octal 365 204 207

Shades and tints

Shades of #F58487

#F58487
(245,132,135)
#DF787B
(223,120,123)
#C96C6F
(201,108,111)
#B36063
(179,96,99)
#9D5457
(157,84,87)
#87484B
(135,72,75)
#713C3F
(113,60,63)
#5B3033
(91,48,51)
#452427
(69,36,39)
#2F181B
(47,24,27)
#190C0F
(25,12,15)
#000000
(0,0,0)

Tints of #F58487

#F58487
(245,132,135)
#F58F91
(245,143,145)
#F59A9B
(245,154,155)
#F5A5A5
(245,165,165)
#F5B0AF
(245,176,175)
#F5BBB9
(245,187,185)
#F5C6C3
(245,198,195)
#F5D1CD
(245,209,205)
#F5DCD7
(245,220,215)
#F5E7E1
(245,231,225)
#F5F2EB
(245,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F58487 color. Also use rgb(245,132,135) instead hex code.

Text Font Color

.myTextColor { color: #F58487; }

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

This text font color is #F58487.

Background Color

.myBgColor { background-color: #F58487; }

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

This div background color is #F58487.

Border color

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

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

This div border color is #F58487.

Opacity

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

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

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

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

This text has shadow with #F58487 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F58487.

Preview

Color preview on black background

This text has color #F58487 on black background.


Color preview on white background

This text has color #F58487 on white background.


Black color preview on #F58487 background

This text has black color on #F58487 background.


White color preview on #F58487 background

This text has white color on #F58487 background.


Related colors

Complementary color

Complementary color for #hex is #0A7B78.


I love getcolorcode.com

Triadic colors

1 #87F584 and #8487F5 with #F58487 are triadic colors.

2 #8784F5 and #84F587 with #F58487 are triadic colors.