COLOR #F593BC

HEX: #F593BC RGB: (245,147,188)

Color info

#F593BC contains mainly red and blue colors. Web safe color of #F593BC is #FF99CC (or #F9C).

RGB color model

#F593BC color RGB value is (245,147,188).

RGB: (245,147,188) (96%, 58%, 74%)

RGB channels and saturation

R 245 of 255 = 96%
G 147 of 255 = 58%
B 188 of 255 = 74%

245
147
188

R + G + B ~ 76%. #F593BC is quite light color.

Portions of RGB colors in percentages

R + G + B = 245 + 147 + 188 = 580 (100%)
R 245 of 580 ~ 42.24%
G 147 of 580 ~ 25.34%
B 188 of 580 ~ 32.41'%

%42.24
%25.34
%32.41

CMYK color model

#F593BC color CMYK value is (0,40,23,4).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 23.27%
  • key color value is 3.92%

CMYK: (0,40,23,4)
C0M40Y23K4 (0%, 40%, 23%, 4%)
(0.00 / 0.40 / 0.23 / 0.04)

CMYK percentages

%0
%40
%23.27
%3.92

Codes

Color #F593BC in popluar color models

F5 93 BC
RGB 245 147 188
HSL 335° 83.05% 76.86%
HSB/HSV 335° 40.00% 96.08%
CMYK 0.00% 40.00% 23.27%
3.92%

Color #F593BC in popluar number systems.

HEX F5 93 BC
Decimal 245 147 188
Binary 11110101 10010011 10111100
Octal 365 223 274

Shades and tints

Shades of #F593BC

#F593BC
(245,147,188)
#DF86AB
(223,134,171)
#C9799A
(201,121,154)
#B36C89
(179,108,137)
#9D5F78
(157,95,120)
#875267
(135,82,103)
#714556
(113,69,86)
#5B3845
(91,56,69)
#452B34
(69,43,52)
#2F1E23
(47,30,35)
#191112
(25,17,18)
#000000
(0,0,0)

Tints of #F593BC

#F593BC
(245,147,188)
#F59CC2
(245,156,194)
#F5A5C8
(245,165,200)
#F5AECE
(245,174,206)
#F5B7D4
(245,183,212)
#F5C0DA
(245,192,218)
#F5C9E0
(245,201,224)
#F5D2E6
(245,210,230)
#F5DBEC
(245,219,236)
#F5E4F2
(245,228,242)
#F5EDF8
(245,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F593BC color. Also use rgb(245,147,188) instead hex code.

Text Font Color

.myTextColor { color: #F593BC; }

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

This text font color is #F593BC.

Background Color

.myBgColor { background-color: #F593BC; }

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

This div background color is #F593BC.

Border color

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

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

This div border color is #F593BC.

Opacity

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

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

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

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

This text has shadow with #F593BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F593BC.

Preview

Color preview on black background

This text has color #F593BC on black background.


Color preview on white background

This text has color #F593BC on white background.


Black color preview on #F593BC background

This text has black color on #F593BC background.


White color preview on #F593BC background

This text has white color on #F593BC background.


Related colors

Complementary color

Complementary color for #hex is #0A6C43.


I love getcolorcode.com

Triadic colors

1 #BCF593 and #93BCF5 with #F593BC are triadic colors.

2 #BC93F5 and #93F5BC with #F593BC are triadic colors.