COLOR #F594EA

HEX: #F594EA RGB: (245,148,234)

Color info

#F594EA contains mainly red and blue colors. Web safe color of #F594EA is #FF99FF (or #F9F).

RGB color model

#F594EA color RGB value is (245,148,234).

RGB: (245,148,234) (96%, 58%, 92%)

RGB channels and saturation

R 245 of 255 = 96%
G 148 of 255 = 58%
B 234 of 255 = 92%

245
148
234

R + G + B ~ 82%. #F594EA is quite light color.

Portions of RGB colors in percentages

R + G + B = 245 + 148 + 234 = 627 (100%)
R 245 of 627 ~ 39.07%
G 148 of 627 ~ 23.6%
B 234 of 627 ~ 37.32'%

%39.07
%23.6
%37.32

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 39.59%
  • yellow value is 4.49%
  • key color value is 3.92%

CMYK: (0,40,4,4)
C0M40Y4K4 (0%, 40%, 4%, 4%)
(0.00 / 0.40 / 0.04 / 0.04)

CMYK percentages

%0
%39.59
%4.49
%3.92

Codes

Color #F594EA in popluar color models

F5 94 EA
RGB 245 148 234
HSL 307° 82.91% 77.06%
HSB/HSV 307° 39.59% 96.08%
CMYK 0.00% 39.59% 4.49%
3.92%

Color #F594EA in popluar number systems.

HEX F5 94 EA
Decimal 245 148 234
Binary 11110101 10010100 11101010
Octal 365 224 352

Shades and tints

Shades of #F594EA

#F594EA
(245,148,234)
#DF87D5
(223,135,213)
#C97AC0
(201,122,192)
#B36DAB
(179,109,171)
#9D6096
(157,96,150)
#875381
(135,83,129)
#71466C
(113,70,108)
#5B3957
(91,57,87)
#452C42
(69,44,66)
#2F1F2D
(47,31,45)
#191218
(25,18,24)
#000000
(0,0,0)

Tints of #F594EA

#F594EA
(245,148,234)
#F59DEB
(245,157,235)
#F5A6EC
(245,166,236)
#F5AFED
(245,175,237)
#F5B8EE
(245,184,238)
#F5C1EF
(245,193,239)
#F5CAF0
(245,202,240)
#F5D3F1
(245,211,241)
#F5DCF2
(245,220,242)
#F5E5F3
(245,229,243)
#F5EEF4
(245,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F594EA color. Also use rgb(245,148,234) instead hex code.

Text Font Color

.myTextColor { color: #F594EA; }

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

This text font color is #F594EA.

Background Color

.myBgColor { background-color: #F594EA; }

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

This div background color is #F594EA.

Border color

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

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

This div border color is #F594EA.

Opacity

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

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

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

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

This text has shadow with #F594EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F594EA.

Preview

Color preview on black background

This text has color #F594EA on black background.


Color preview on white background

This text has color #F594EA on white background.


Black color preview on #F594EA background

This text has black color on #F594EA background.


White color preview on #F594EA background

This text has white color on #F594EA background.


Related colors

Complementary color

Complementary color for #hex is #0A6B15.


I love getcolorcode.com

Triadic colors

1 #EAF594 and #94EAF5 with #F594EA are triadic colors.

2 #EA94F5 and #94F5EA with #F594EA are triadic colors.