COLOR #F5698A

HEX: #F5698A
RGB: (245,105,138)

Color info

#F5698A contains mainly red color. Web safe color of #F5698A is #FF6699 (or #F69).

RGB color model

#F5698A color RGB value is (245,105,138).

  • red value is 245;
  • green value is 105;
  • blue value is 138.
RGB:
(245,105,138)
(96%,41%,54%)

RGB channels and saturation

R 245 of 255 = 96%
G 105 of 255 = 41%
B 138 of 255 = 54%

245
105
138

R + G + B ~ 64%. #F5698A is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 105 + 138 = 488 (100%)
R 245 of 488 ~ 50.2%
G 105 of 488 ~ 21.52%
B 138 of 488 ~ 28.28%

%50.2
%21.52
%28.28

CMYK color model

#F5698A color CMYK value is (0,57,44,4).

  • cyan value is 0.00%
  • magenta value is 57.14%
  • yellow value is 43.67%
  • key color value is 3.92%
CMYK:
(0,57,44,4)
C0M57Y44K4 
(0%,57%,44%,4%)
(0.00/0.57/0.44/0.04)	

CMYK percentages

%0
%57.14
%43.67
%3.92

Codes

Color #F5698A in popluar color models

F5698A
RGB245105138
HSL346°87.50%68.63%
HSB/HSV346°57.14%96.08%
CMYK0.00%57.14%43.67%
3.92%

Color #F5698A in popluar number systems.

HEXF5698A
Decimal245105138
Binary11110101110100110001010
Octal365151212

Shades and tints

Shades of #F5698A

#F5698A
(245,105,138)
#DF607E
(223,96,126)
#C95772
(201,87,114)
#B34E66
(179,78,102)
#9D455A
(157,69,90)
#873C4E
(135,60,78)
#713342
(113,51,66)
#5B2A36
(91,42,54)
#45212A
(69,33,42)
#2F181E
(47,24,30)
#190F12
(25,15,18)
#000000
(0,0,0)

Tints of #F5698A

#F5698A
(245,105,138)
#F57694
(245,118,148)
#F5839E
(245,131,158)
#F590A8
(245,144,168)
#F59DB2
(245,157,178)
#F5AABC
(245,170,188)
#F5B7C6
(245,183,198)
#F5C4D0
(245,196,208)
#F5D1DA
(245,209,218)
#F5DEE4
(245,222,228)
#F5EBEE
(245,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5698A color. Also use rgb(245,105,138) instead hex code.

Text Font Color

.myTextColor { color: #F5698A; }

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

This text font color is #F5698A.


Background Color

.myBgColor { background-color: #F5698A; }

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

This div background color is #F5698A.


Border color

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

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

This div border color is #F5698A.


Opacity

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

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

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

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

This text has shadow with #F5698A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5698A on black background.


Color preview on white background

This text has color #F5698A on white background.



Black color preview on #F5698A background

This text has black color on #F5698A background.


White color preview on #F5698A background

This text has white color on #F5698A background.