COLOR #F58188

HEX: #F58188
RGB: (245,129,136)

Color info

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

RGB color model

#F58188 color RGB value is (245,129,136).

  • red value is 245;
  • green value is 129;
  • blue value is 136.
RGB:
(245,129,136)
(96%,51%,53%)

RGB channels and saturation

R 245 of 255 = 96%
G 129 of 255 = 51%
B 136 of 255 = 53%

245
129
136

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

Portions of RGB colors in percentages

R + G + B =
245 + 129 + 136 = 510 (100%)
R 245 of 510 ~ 48.04%
G 129 of 510 ~ 25.29%
B 136 of 510 ~ 26.67%

%48.04
%25.29
%26.67

CMYK color model

#F58188 color CMYK value is (0,47,44,4).

  • cyan value is 0.00%
  • magenta value is 47.35%
  • yellow value is 44.49%
  • key color value is 3.92%
CMYK:
(0,47,44,4)
C0M47Y44K4 
(0%,47%,44%,4%)
(0.00/0.47/0.44/0.04)	

CMYK percentages

%0
%47.35
%44.49
%3.92

Codes

Color #F58188 in popluar color models

F58188
RGB245129136
HSL356°85.29%73.33%
HSB/HSV356°47.35%96.08%
CMYK0.00%47.35%44.49%
3.92%

Color #F58188 in popluar number systems.

HEXF58188
Decimal245129136
Binary111101011000000110001000
Octal365201210

Shades and tints

Shades of #F58188

#F58188
(245,129,136)
#DF767C
(223,118,124)
#C96B70
(201,107,112)
#B36064
(179,96,100)
#9D5558
(157,85,88)
#874A4C
(135,74,76)
#713F40
(113,63,64)
#5B3434
(91,52,52)
#452928
(69,41,40)
#2F1E1C
(47,30,28)
#191310
(25,19,16)
#000000
(0,0,0)

Tints of #F58188

#F58188
(245,129,136)
#F58C92
(245,140,146)
#F5979C
(245,151,156)
#F5A2A6
(245,162,166)
#F5ADB0
(245,173,176)
#F5B8BA
(245,184,186)
#F5C3C4
(245,195,196)
#F5CECE
(245,206,206)
#F5D9D8
(245,217,216)
#F5E4E2
(245,228,226)
#F5EFEC
(245,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F58188; }

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

This text font color is #F58188.


Background Color

.myBgColor { background-color: #F58188; }

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

This div background color is #F58188.


Border color

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

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

This div border color is #F58188.


Opacity

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

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

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

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

This text has shadow with #F58188 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F58188 on black background.


Color preview on white background

This text has color #F58188 on white background.



Black color preview on #F58188 background

This text has black color on #F58188 background.


White color preview on #F58188 background

This text has white color on #F58188 background.