COLOR #F599AC

HEX: #F599AC
RGB: (245,153,172)

Color info

#F599AC contains mainly red color. Web safe color of #F599AC is #FF9999 (or #F99).

RGB color model

#F599AC color RGB value is (245,153,172).

  • red value is 245;
  • green value is 153;
  • blue value is 172.
RGB:
(245,153,172)
(96%,60%,67%)

RGB channels and saturation

R 245 of 255 = 96%
G 153 of 255 = 60%
B 172 of 255 = 67%

245
153
172

R + G + B ~ 74%. #F599AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 153 + 172 = 570 (100%)
R 245 of 570 ~ 42.98%
G 153 of 570 ~ 26.84%
B 172 of 570 ~ 30.18%

%42.98
%26.84
%30.18

CMYK color model

#F599AC color CMYK value is (0,38,30,4).

  • cyan value is 0.00%
  • magenta value is 37.55%
  • yellow value is 29.80%
  • key color value is 3.92%
CMYK:
(0,38,30,4)
C0M38Y30K4 
(0%,38%,30%,4%)
(0.00/0.38/0.30/0.04)	

CMYK percentages

%0
%37.55
%29.8
%3.92

Codes

Color #F599AC in popluar color models

F599AC
RGB245153172
HSL348°82.14%78.04%
HSB/HSV348°37.55%96.08%
CMYK0.00%37.55%29.80%
3.92%

Color #F599AC in popluar number systems.

HEXF599AC
Decimal245153172
Binary111101011001100110101100
Octal365231254

Shades and tints

Shades of #F599AC

#F599AC
(245,153,172)
#DF8C9D
(223,140,157)
#C97F8E
(201,127,142)
#B3727F
(179,114,127)
#9D6570
(157,101,112)
#875861
(135,88,97)
#714B52
(113,75,82)
#5B3E43
(91,62,67)
#453134
(69,49,52)
#2F2425
(47,36,37)
#191716
(25,23,22)
#000000
(0,0,0)

Tints of #F599AC

#F599AC
(245,153,172)
#F5A2B3
(245,162,179)
#F5ABBA
(245,171,186)
#F5B4C1
(245,180,193)
#F5BDC8
(245,189,200)
#F5C6CF
(245,198,207)
#F5CFD6
(245,207,214)
#F5D8DD
(245,216,221)
#F5E1E4
(245,225,228)
#F5EAEB
(245,234,235)
#F5F3F2
(245,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F599AC color. Also use rgb(245,153,172) instead hex code.

Text Font Color

.myTextColor { color: #F599AC; }

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

This text font color is #F599AC.


Background Color

.myBgColor { background-color: #F599AC; }

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

This div background color is #F599AC.


Border color

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

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

This div border color is #F599AC.


Opacity

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

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

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

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

This text has shadow with #F599AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F599AC on black background.


Color preview on white background

This text has color #F599AC on white background.



Black color preview on #F599AC background

This text has black color on #F599AC background.


White color preview on #F599AC background

This text has white color on #F599AC background.