COLOR #F593E3

HEX: #F593E3 RGB: (245,147,227)

Color info

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

RGB color model

#F593E3 color RGB value is (245,147,227).

RGB: (245,147,227) (96%, 58%, 89%)

RGB channels and saturation

R 245 of 255 = 96%
G 147 of 255 = 58%
B 227 of 255 = 89%

245
147
227

R + G + B ~ 81%. #F593E3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 245 + 147 + 227 = 619 (100%)
R 245 of 619 ~ 39.58%
G 147 of 619 ~ 23.75%
B 227 of 619 ~ 36.67'%

%39.58
%23.75
%36.67

CMYK color model

#F593E3 color CMYK value is (0,40,7,4).

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

CMYK: (0,40,7,4)
C0M40Y7K4 (0%, 40%, 7%, 4%)
(0.00 / 0.40 / 0.07 / 0.04)

CMYK percentages

%0
%40
%7.35
%3.92

Codes

Color #F593E3 in popluar color models

F5 93 E3
RGB 245 147 227
HSL 311° 83.05% 76.86%
HSB/HSV 311° 40.00% 96.08%
CMYK 0.00% 40.00% 7.35%
3.92%

Color #F593E3 in popluar number systems.

HEX F5 93 E3
Decimal 245 147 227
Binary 11110101 10010011 11100011
Octal 365 223 343

Shades and tints

Shades of #F593E3

#F593E3
(245,147,227)
#DF86CF
(223,134,207)
#C979BB
(201,121,187)
#B36CA7
(179,108,167)
#9D5F93
(157,95,147)
#87527F
(135,82,127)
#71456B
(113,69,107)
#5B3857
(91,56,87)
#452B43
(69,43,67)
#2F1E2F
(47,30,47)
#19111B
(25,17,27)
#000000
(0,0,0)

Tints of #F593E3

#F593E3
(245,147,227)
#F59CE5
(245,156,229)
#F5A5E7
(245,165,231)
#F5AEE9
(245,174,233)
#F5B7EB
(245,183,235)
#F5C0ED
(245,192,237)
#F5C9EF
(245,201,239)
#F5D2F1
(245,210,241)
#F5DBF3
(245,219,243)
#F5E4F5
(245,228,245)
#F5EDF7
(245,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F593E3; }

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

This text font color is #F593E3.

Background Color

.myBgColor { background-color: #F593E3; }

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

This div background color is #F593E3.

Border color

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

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

This div border color is #F593E3.

Opacity

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

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

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

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

This text has shadow with #F593E3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F593E3.

Preview

Color preview on black background

This text has color #F593E3 on black background.


Color preview on white background

This text has color #F593E3 on white background.


Black color preview on #F593E3 background

This text has black color on #F593E3 background.


White color preview on #F593E3 background

This text has white color on #F593E3 background.


Related colors

Complementary color

Complementary color for #hex is #0A6C1C.


I love getcolorcode.com

Triadic colors

1 #E3F593 and #93E3F5 with #F593E3 are triadic colors.

2 #E393F5 and #93F5E3 with #F593E3 are triadic colors.