COLOR #F56CAB

HEX: #F56CAB
RGB: (245,108,171)

Color info

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

RGB color model

#F56CAB color RGB value is (245,108,171).

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

RGB channels and saturation

R 245 of 255 = 96%
G 108 of 255 = 42%
B 171 of 255 = 67%

245
108
171

R + G + B ~ 68%. #F56CAB is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 108 + 171 = 524 (100%)
R 245 of 524 ~ 46.76%
G 108 of 524 ~ 20.61%
B 171 of 524 ~ 32.63%

%46.76
%20.61
%32.63

CMYK color model

#F56CAB color CMYK value is (0,56,30,4).

  • cyan value is 0.00%
  • magenta value is 55.92%
  • yellow value is 30.20%
  • key color value is 3.92%
CMYK:
(0,56,30,4)
C0M56Y30K4 
(0%,56%,30%,4%)
(0.00/0.56/0.30/0.04)	

CMYK percentages

%0
%55.92
%30.2
%3.92

Codes

Color #F56CAB in popluar color models

F56CAB
RGB245108171
HSL332°87.26%69.22%
HSB/HSV332°55.92%96.08%
CMYK0.00%55.92%30.20%
3.92%

Color #F56CAB in popluar number systems.

HEXF56CAB
Decimal245108171
Binary11110101110110010101011
Octal365154253

Shades and tints

Shades of #F56CAB

#F56CAB
(245,108,171)
#DF639C
(223,99,156)
#C95A8D
(201,90,141)
#B3517E
(179,81,126)
#9D486F
(157,72,111)
#873F60
(135,63,96)
#713651
(113,54,81)
#5B2D42
(91,45,66)
#452433
(69,36,51)
#2F1B24
(47,27,36)
#191215
(25,18,21)
#000000
(0,0,0)

Tints of #F56CAB

#F56CAB
(245,108,171)
#F579B2
(245,121,178)
#F586B9
(245,134,185)
#F593C0
(245,147,192)
#F5A0C7
(245,160,199)
#F5ADCE
(245,173,206)
#F5BAD5
(245,186,213)
#F5C7DC
(245,199,220)
#F5D4E3
(245,212,227)
#F5E1EA
(245,225,234)
#F5EEF1
(245,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F56CAB; }

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

This text font color is #F56CAB.


Background Color

.myBgColor { background-color: #F56CAB; }

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

This div background color is #F56CAB.


Border color

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

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

This div border color is #F56CAB.


Opacity

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

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

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

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

This text has shadow with #F56CAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F56CAB on black background.


Color preview on white background

This text has color #F56CAB on white background.



Black color preview on #F56CAB background

This text has black color on #F56CAB background.


White color preview on #F56CAB background

This text has white color on #F56CAB background.