COLOR #F59EF9

HEX: #F59EF9
RGB: (245,158,249)

Color info

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

RGB color model

#F59EF9 color RGB value is (245,158,249).

  • red value is 245;
  • green value is 158;
  • blue value is 249.
RGB:
(245,158,249)
(96%,62%,98%)

RGB channels and saturation

R 245 of 255 = 96%
G 158 of 255 = 62%
B 249 of 255 = 98%

245
158
249

R + G + B ~ 85%. #F59EF9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 158 + 249 = 652 (100%)
R 245 of 652 ~ 37.58%
G 158 of 652 ~ 24.23%
B 249 of 652 ~ 38.19%

%37.58
%24.23
%38.19

CMYK color model

#F59EF9 color CMYK value is (2,37,0,2).

  • cyan value is 1.61%
  • magenta value is 36.55%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(2,37,0,2)
C2M37Y0K2 
(2%,37%,0%,2%)
(0.02/0.37/0.00/0.02)	

CMYK percentages

%1.61
%36.55
%0
%2.35

Codes

Color #F59EF9 in popluar color models

F59EF9
RGB245158249
HSL297°88.35%79.80%
HSB/HSV297°36.55%97.65%
CMYK1.61%36.55%0.00%
2.35%

Color #F59EF9 in popluar number systems.

HEXF59EF9
Decimal245158249
Binary111101011001111011111001
Octal365236371

Shades and tints

Shades of #F59EF9

#F59EF9
(245,158,249)
#DF90E3
(223,144,227)
#C982CD
(201,130,205)
#B374B7
(179,116,183)
#9D66A1
(157,102,161)
#87588B
(135,88,139)
#714A75
(113,74,117)
#5B3C5F
(91,60,95)
#452E49
(69,46,73)
#2F2033
(47,32,51)
#19121D
(25,18,29)
#000000
(0,0,0)

Tints of #F59EF9

#F59EF9
(245,158,249)
#F5A6F9
(245,166,249)
#F5AEF9
(245,174,249)
#F5B6F9
(245,182,249)
#F5BEF9
(245,190,249)
#F5C6F9
(245,198,249)
#F5CEF9
(245,206,249)
#F5D6F9
(245,214,249)
#F5DEF9
(245,222,249)
#F5E6F9
(245,230,249)
#F5EEF9
(245,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F59EF9 color. Also use rgb(245,158,249) instead hex code.

Text Font Color

.myTextColor { color: #F59EF9; }

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

This text font color is #F59EF9.


Background Color

.myBgColor { background-color: #F59EF9; }

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

This div background color is #F59EF9.


Border color

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

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

This div border color is #F59EF9.


Opacity

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

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

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

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

This text has shadow with #F59EF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F59EF9 on black background.


Color preview on white background

This text has color #F59EF9 on white background.



Black color preview on #F59EF9 background

This text has black color on #F59EF9 background.


White color preview on #F59EF9 background

This text has white color on #F59EF9 background.