COLOR #F593CB

HEX: #F593CB
RGB: (245,147,203)

Color info

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

RGB color model

#F593CB color RGB value is (245,147,203).

  • red value is 245;
  • green value is 147;
  • blue value is 203.
RGB:
(245,147,203)
(96%,58%,80%)

RGB channels and saturation

R 245 of 255 = 96%
G 147 of 255 = 58%
B 203 of 255 = 80%

245
147
203

R + G + B ~ 78%. #F593CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 147 + 203 = 595 (100%)
R 245 of 595 ~ 41.18%
G 147 of 595 ~ 24.71%
B 203 of 595 ~ 34.12%

%41.18
%24.71
%34.12

CMYK color model

#F593CB color CMYK value is (0,40,17,4).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 17.14%
  • key color value is 3.92%
CMYK:
(0,40,17,4)
C0M40Y17K4 
(0%,40%,17%,4%)
(0.00/0.40/0.17/0.04)	

CMYK percentages

%0
%40
%17.14
%3.92

Codes

Color #F593CB in popluar color models

F593CB
RGB245147203
HSL326°83.05%76.86%
HSB/HSV326°40.00%96.08%
CMYK0.00%40.00%17.14%
3.92%

Color #F593CB in popluar number systems.

HEXF593CB
Decimal245147203
Binary111101011001001111001011
Octal365223313

Shades and tints

Shades of #F593CB

#F593CB
(245,147,203)
#DF86B9
(223,134,185)
#C979A7
(201,121,167)
#B36C95
(179,108,149)
#9D5F83
(157,95,131)
#875271
(135,82,113)
#71455F
(113,69,95)
#5B384D
(91,56,77)
#452B3B
(69,43,59)
#2F1E29
(47,30,41)
#191117
(25,17,23)
#000000
(0,0,0)

Tints of #F593CB

#F593CB
(245,147,203)
#F59CCF
(245,156,207)
#F5A5D3
(245,165,211)
#F5AED7
(245,174,215)
#F5B7DB
(245,183,219)
#F5C0DF
(245,192,223)
#F5C9E3
(245,201,227)
#F5D2E7
(245,210,231)
#F5DBEB
(245,219,235)
#F5E4EF
(245,228,239)
#F5EDF3
(245,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F593CB; }

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

This text font color is #F593CB.


Background Color

.myBgColor { background-color: #F593CB; }

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

This div background color is #F593CB.


Border color

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

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

This div border color is #F593CB.


Opacity

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

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

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

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

This text has shadow with #F593CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F593CB on black background.


Color preview on white background

This text has color #F593CB on white background.



Black color preview on #F593CB background

This text has black color on #F593CB background.


White color preview on #F593CB background

This text has white color on #F593CB background.