COLOR #F56AAB

HEX: #F56AAB
RGB: (245,106,171)

Color info

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

RGB color model

#F56AAB color RGB value is (245,106,171).

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

RGB channels and saturation

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

245
106
171

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

Portions of RGB colors in percentages

R + G + B =
245 + 106 + 171 = 522 (100%)
R 245 of 522 ~ 46.93%
G 106 of 522 ~ 20.31%
B 171 of 522 ~ 32.76%

%46.93
%20.31
%32.76

CMYK color model

#F56AAB color CMYK value is (0,57,30,4).

  • cyan value is 0.00%
  • magenta value is 56.73%
  • yellow value is 30.20%
  • key color value is 3.92%
CMYK:
(0,57,30,4)
C0M57Y30K4 
(0%,57%,30%,4%)
(0.00/0.57/0.30/0.04)	

CMYK percentages

%0
%56.73
%30.2
%3.92

Codes

Color #F56AAB in popluar color models

F56AAB
RGB245106171
HSL332°87.42%68.82%
HSB/HSV332°56.73%96.08%
CMYK0.00%56.73%30.20%
3.92%

Color #F56AAB in popluar number systems.

HEXF56AAB
Decimal245106171
Binary11110101110101010101011
Octal365152253

Shades and tints

Shades of #F56AAB

#F56AAB
(245,106,171)
#DF619C
(223,97,156)
#C9588D
(201,88,141)
#B34F7E
(179,79,126)
#9D466F
(157,70,111)
#873D60
(135,61,96)
#713451
(113,52,81)
#5B2B42
(91,43,66)
#452233
(69,34,51)
#2F1924
(47,25,36)
#191015
(25,16,21)
#000000
(0,0,0)

Tints of #F56AAB

#F56AAB
(245,106,171)
#F577B2
(245,119,178)
#F584B9
(245,132,185)
#F591C0
(245,145,192)
#F59EC7
(245,158,199)
#F5ABCE
(245,171,206)
#F5B8D5
(245,184,213)
#F5C5DC
(245,197,220)
#F5D2E3
(245,210,227)
#F5DFEA
(245,223,234)
#F5ECF1
(245,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F56AAB; }

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

This text font color is #F56AAB.


Background Color

.myBgColor { background-color: #F56AAB; }

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

This div background color is #F56AAB.


Border color

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

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

This div border color is #F56AAB.


Opacity

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

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

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

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

This text has shadow with #F56AAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F56AAB on black background.


Color preview on white background

This text has color #F56AAB on white background.



Black color preview on #F56AAB background

This text has black color on #F56AAB background.


White color preview on #F56AAB background

This text has white color on #F56AAB background.