COLOR #F59CCF

HEX: #F59CCF
RGB: (245,156,207)

Color info

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

RGB color model

#F59CCF color RGB value is (245,156,207).

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

RGB channels and saturation

R 245 of 255 = 96%
G 156 of 255 = 61%
B 207 of 255 = 81%

245
156
207

R + G + B ~ 79%. #F59CCF is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 156 + 207 = 608 (100%)
R 245 of 608 ~ 40.3%
G 156 of 608 ~ 25.66%
B 207 of 608 ~ 34.05%

%40.3
%25.66
%34.05

CMYK color model

#F59CCF color CMYK value is (0,36,16,4).

  • cyan value is 0.00%
  • magenta value is 36.33%
  • yellow value is 15.51%
  • key color value is 3.92%
CMYK:
(0,36,16,4)
C0M36Y16K4 
(0%,36%,16%,4%)
(0.00/0.36/0.16/0.04)	

CMYK percentages

%0
%36.33
%15.51
%3.92

Codes

Color #F59CCF in popluar color models

F59CCF
RGB245156207
HSL326°81.65%78.63%
HSB/HSV326°36.33%96.08%
CMYK0.00%36.33%15.51%
3.92%

Color #F59CCF in popluar number systems.

HEXF59CCF
Decimal245156207
Binary111101011001110011001111
Octal365234317

Shades and tints

Shades of #F59CCF

#F59CCF
(245,156,207)
#DF8EBD
(223,142,189)
#C980AB
(201,128,171)
#B37299
(179,114,153)
#9D6487
(157,100,135)
#875675
(135,86,117)
#714863
(113,72,99)
#5B3A51
(91,58,81)
#452C3F
(69,44,63)
#2F1E2D
(47,30,45)
#19101B
(25,16,27)
#000000
(0,0,0)

Tints of #F59CCF

#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)
#F5F6F7
(245,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F59CCF; }

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

This text font color is #F59CCF.


Background Color

.myBgColor { background-color: #F59CCF; }

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

This div background color is #F59CCF.


Border color

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

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

This div border color is #F59CCF.


Opacity

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

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

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

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

This text has shadow with #F59CCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F59CCF on black background.


Color preview on white background

This text has color #F59CCF on white background.



Black color preview on #F59CCF background

This text has black color on #F59CCF background.


White color preview on #F59CCF background

This text has white color on #F59CCF background.