COLOR #F56ABE

HEX: #F56ABE
RGB: (245,106,190)

Color info

#F56ABE contains mainly red and blue colors. Web safe color of #F56ABE is #FF66CC (or #F6C).

RGB color model

#F56ABE color RGB value is (245,106,190).

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

RGB channels and saturation

R 245 of 255 = 96%
G 106 of 255 = 42%
B 190 of 255 = 75%

245
106
190

R + G + B ~ 71%. #F56ABE is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 106 + 190 = 541 (100%)
R 245 of 541 ~ 45.29%
G 106 of 541 ~ 19.59%
B 190 of 541 ~ 35.12%

%45.29
%19.59
%35.12

CMYK color model

#F56ABE color CMYK value is (0,57,22,4).

  • cyan value is 0.00%
  • magenta value is 56.73%
  • yellow value is 22.45%
  • key color value is 3.92%
CMYK:
(0,57,22,4)
C0M57Y22K4 
(0%,57%,22%,4%)
(0.00/0.57/0.22/0.04)	

CMYK percentages

%0
%56.73
%22.45
%3.92

Codes

Color #F56ABE in popluar color models

F56ABE
RGB245106190
HSL324°87.42%68.82%
HSB/HSV324°56.73%96.08%
CMYK0.00%56.73%22.45%
3.92%

Color #F56ABE in popluar number systems.

HEXF56ABE
Decimal245106190
Binary11110101110101010111110
Octal365152276

Shades and tints

Shades of #F56ABE

#F56ABE
(245,106,190)
#DF61AD
(223,97,173)
#C9589C
(201,88,156)
#B34F8B
(179,79,139)
#9D467A
(157,70,122)
#873D69
(135,61,105)
#713458
(113,52,88)
#5B2B47
(91,43,71)
#452236
(69,34,54)
#2F1925
(47,25,37)
#191014
(25,16,20)
#000000
(0,0,0)

Tints of #F56ABE

#F56ABE
(245,106,190)
#F577C3
(245,119,195)
#F584C8
(245,132,200)
#F591CD
(245,145,205)
#F59ED2
(245,158,210)
#F5ABD7
(245,171,215)
#F5B8DC
(245,184,220)
#F5C5E1
(245,197,225)
#F5D2E6
(245,210,230)
#F5DFEB
(245,223,235)
#F5ECF0
(245,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F56ABE; }

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

This text font color is #F56ABE.


Background Color

.myBgColor { background-color: #F56ABE; }

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

This div background color is #F56ABE.


Border color

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

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

This div border color is #F56ABE.


Opacity

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

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

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

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

This text has shadow with #F56ABE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F56ABE on black background.


Color preview on white background

This text has color #F56ABE on white background.



Black color preview on #F56ABE background

This text has black color on #F56ABE background.


White color preview on #F56ABE background

This text has white color on #F56ABE background.