COLOR #F59CEE

HEX: #F59CEE
RGB: (245,156,238)

Color info

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

RGB color model

#F59CEE color RGB value is (245,156,238).

  • red value is 245;
  • green value is 156;
  • blue value is 238.
RGB: (245,156,238) (96%,61%,93%)

RGB channels and saturation

R 245 of 255 = 96%
G 156 of 255 = 61%
B 238 of 255 = 93%

245
156
238

R + G + B ~ 83%. #F59CEE is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 156 + 238 = 639 (100%)
R 245 of 639 ~ 38.34%
G 156 of 639 ~ 24.41%
B 238 of 639 ~ 37.25%

%38.34
%24.41
%37.25

CMYK color model

#F59CEE color CMYK value is (0,36,3,4).

  • cyan value is 0.00%
  • magenta value is 36.33%
  • yellow value is 2.86%
  • key color value is 3.92%
CMYK: (0,36,3,4) C0M36Y3K4 (0%,36%,3%,4%) (0.00/0.36/0.03/0.04)

CMYK percentages

%0
%36.33
%2.86
%3.92

Codes

Color #F59CEE in popluar color models

F59CEE
RGB245156238
HSL305°81.65%78.63%
HSB/HSV305°36.33%96.08%
CMYK0.00%36.33%2.86%
3.92%

Color #F59CEE in popluar number systems.

HEXF59CEE
Decimal245156238
Binary111101011001110011101110
Octal365234356

Shades and tints

Shades of #F59CEE

#F59CEE
(245,156,238)
#DF8ED9
(223,142,217)
#C980C4
(201,128,196)
#B372AF
(179,114,175)
#9D649A
(157,100,154)
#875685
(135,86,133)
#714870
(113,72,112)
#5B3A5B
(91,58,91)
#452C46
(69,44,70)
#2F1E31
(47,30,49)
#19101C
(25,16,28)
#000000
(0,0,0)

Tints of #F59CEE

#F59CEE
(245,156,238)
#F5A5EF
(245,165,239)
#F5AEF0
(245,174,240)
#F5B7F1
(245,183,241)
#F5C0F2
(245,192,242)
#F5C9F3
(245,201,243)
#F5D2F4
(245,210,244)
#F5DBF5
(245,219,245)
#F5E4F6
(245,228,246)
#F5EDF7
(245,237,247)
#F5F6F8
(245,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F59CEE color. Also use rgb(245,156,238) instead hex code.

Text Font Color

.myTextColor { color: #F59CEE; }

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

This text font color is #F59CEE.


Background Color

.myBgColor { background-color: #F59CEE; }

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

This div background color is #F59CEE.


Border color

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

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

This div border color is #F59CEE.


Opacity

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

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

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

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

This text has shadow with #F59CEE color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #F59CEE on black background.


Color preview on white background

This text has color #F59CEE on white background.



Black color preview on #F59CEE background

This text has black color on #F59CEE background.


White color preview on #F59CEE background

This text has white color on #F59CEE background.