COLOR #F58CB4

HEX: #F58CB4
RGB: (245,140,180)

Color info

#F58CB4 contains mainly red color. Web safe color of #F58CB4 is #FF99CC (or #F9C).

RGB color model

#F58CB4 color RGB value is (245,140,180).

  • red value is 245;
  • green value is 140;
  • blue value is 180.
RGB:
(245,140,180)
(96%,55%,71%)

RGB channels and saturation

R 245 of 255 = 96%
G 140 of 255 = 55%
B 180 of 255 = 71%

245
140
180

R + G + B ~ 74%. #F58CB4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 140 + 180 = 565 (100%)
R 245 of 565 ~ 43.36%
G 140 of 565 ~ 24.78%
B 180 of 565 ~ 31.86%

%43.36
%24.78
%31.86

CMYK color model

#F58CB4 color CMYK value is (0,43,27,4).

  • cyan value is 0.00%
  • magenta value is 42.86%
  • yellow value is 26.53%
  • key color value is 3.92%
CMYK:
(0,43,27,4)
C0M43Y27K4 
(0%,43%,27%,4%)
(0.00/0.43/0.27/0.04)	

CMYK percentages

%0
%42.86
%26.53
%3.92

Codes

Color #F58CB4 in popluar color models

F58CB4
RGB245140180
HSL337°84.00%75.49%
HSB/HSV337°42.86%96.08%
CMYK0.00%42.86%26.53%
3.92%

Color #F58CB4 in popluar number systems.

HEXF58CB4
Decimal245140180
Binary111101011000110010110100
Octal365214264

Shades and tints

Shades of #F58CB4

#F58CB4
(245,140,180)
#DF80A4
(223,128,164)
#C97494
(201,116,148)
#B36884
(179,104,132)
#9D5C74
(157,92,116)
#875064
(135,80,100)
#714454
(113,68,84)
#5B3844
(91,56,68)
#452C34
(69,44,52)
#2F2024
(47,32,36)
#191414
(25,20,20)
#000000
(0,0,0)

Tints of #F58CB4

#F58CB4
(245,140,180)
#F596BA
(245,150,186)
#F5A0C0
(245,160,192)
#F5AAC6
(245,170,198)
#F5B4CC
(245,180,204)
#F5BED2
(245,190,210)
#F5C8D8
(245,200,216)
#F5D2DE
(245,210,222)
#F5DCE4
(245,220,228)
#F5E6EA
(245,230,234)
#F5F0F0
(245,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F58CB4 color. Also use rgb(245,140,180) instead hex code.

Text Font Color

.myTextColor { color: #F58CB4; }

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

This text font color is #F58CB4.


Background Color

.myBgColor { background-color: #F58CB4; }

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

This div background color is #F58CB4.


Border color

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

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

This div border color is #F58CB4.


Opacity

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

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

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

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

This text has shadow with #F58CB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F58CB4 on black background.


Color preview on white background

This text has color #F58CB4 on white background.



Black color preview on #F58CB4 background

This text has black color on #F58CB4 background.


White color preview on #F58CB4 background

This text has white color on #F58CB4 background.