COLOR #F598AB

HEX: #F598AB
RGB: (245,152,171)

Color info

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

RGB color model

#F598AB color RGB value is (245,152,171).

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

RGB channels and saturation

R 245 of 255 = 96%
G 152 of 255 = 60%
B 171 of 255 = 67%

245
152
171

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

Portions of RGB colors in percentages

R + G + B =
245 + 152 + 171 = 568 (100%)
R 245 of 568 ~ 43.13%
G 152 of 568 ~ 26.76%
B 171 of 568 ~ 30.11%

%43.13
%26.76
%30.11

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 37.96%
  • yellow value is 30.20%
  • 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.96
%30.2
%3.92

Codes

Color #F598AB in popluar color models

F598AB
RGB245152171
HSL348°82.30%77.84%
HSB/HSV348°37.96%96.08%
CMYK0.00%37.96%30.20%
3.92%

Color #F598AB in popluar number systems.

HEXF598AB
Decimal245152171
Binary111101011001100010101011
Octal365230253

Shades and tints

Shades of #F598AB

#F598AB
(245,152,171)
#DF8B9C
(223,139,156)
#C97E8D
(201,126,141)
#B3717E
(179,113,126)
#9D646F
(157,100,111)
#875760
(135,87,96)
#714A51
(113,74,81)
#5B3D42
(91,61,66)
#453033
(69,48,51)
#2F2324
(47,35,36)
#191615
(25,22,21)
#000000
(0,0,0)

Tints of #F598AB

#F598AB
(245,152,171)
#F5A1B2
(245,161,178)
#F5AAB9
(245,170,185)
#F5B3C0
(245,179,192)
#F5BCC7
(245,188,199)
#F5C5CE
(245,197,206)
#F5CED5
(245,206,213)
#F5D7DC
(245,215,220)
#F5E0E3
(245,224,227)
#F5E9EA
(245,233,234)
#F5F2F1
(245,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F598AB color. Also use rgb(245,152,171) instead hex code.

Text Font Color

.myTextColor { color: #F598AB; }

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

This text font color is #F598AB.


Background Color

.myBgColor { background-color: #F598AB; }

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

This div background color is #F598AB.


Border color

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

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

This div border color is #F598AB.


Opacity

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

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

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

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

This text has shadow with #F598AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F598AB on black background.


Color preview on white background

This text has color #F598AB on white background.



Black color preview on #F598AB background

This text has black color on #F598AB background.


White color preview on #F598AB background

This text has white color on #F598AB background.