COLOR #F568B4

HEX: #F568B4
RGB: (245,104,180)

Color info

#F568B4 contains mainly red color. Web safe color of #F568B4 is #FF66CC (or #F6C).

RGB color model

#F568B4 color RGB value is (245,104,180).

  • red value is 245;
  • green value is 104;
  • blue value is 180.
RGB:
(245,104,180)
(96%,41%,71%)

RGB channels and saturation

R 245 of 255 = 96%
G 104 of 255 = 41%
B 180 of 255 = 71%

245
104
180

R + G + B ~ 69%. #F568B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 104 + 180 = 529 (100%)
R 245 of 529 ~ 46.31%
G 104 of 529 ~ 19.66%
B 180 of 529 ~ 34.03%

%46.31
%19.66
%34.03

CMYK color model

#F568B4 color CMYK value is (0,58,27,4).

  • cyan value is 0.00%
  • magenta value is 57.55%
  • yellow value is 26.53%
  • key color value is 3.92%
CMYK:
(0,58,27,4)
C0M58Y27K4 
(0%,58%,27%,4%)
(0.00/0.58/0.27/0.04)	

CMYK percentages

%0
%57.55
%26.53
%3.92

Codes

Color #F568B4 in popluar color models

F568B4
RGB245104180
HSL328°87.58%68.43%
HSB/HSV328°57.55%96.08%
CMYK0.00%57.55%26.53%
3.92%

Color #F568B4 in popluar number systems.

HEXF568B4
Decimal245104180
Binary11110101110100010110100
Octal365150264

Shades and tints

Shades of #F568B4

#F568B4
(245,104,180)
#DF5FA4
(223,95,164)
#C95694
(201,86,148)
#B34D84
(179,77,132)
#9D4474
(157,68,116)
#873B64
(135,59,100)
#713254
(113,50,84)
#5B2944
(91,41,68)
#452034
(69,32,52)
#2F1724
(47,23,36)
#190E14
(25,14,20)
#000000
(0,0,0)

Tints of #F568B4

#F568B4
(245,104,180)
#F575BA
(245,117,186)
#F582C0
(245,130,192)
#F58FC6
(245,143,198)
#F59CCC
(245,156,204)
#F5A9D2
(245,169,210)
#F5B6D8
(245,182,216)
#F5C3DE
(245,195,222)
#F5D0E4
(245,208,228)
#F5DDEA
(245,221,234)
#F5EAF0
(245,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F568B4 color. Also use rgb(245,104,180) instead hex code.

Text Font Color

.myTextColor { color: #F568B4; }

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

This text font color is #F568B4.


Background Color

.myBgColor { background-color: #F568B4; }

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

This div background color is #F568B4.


Border color

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

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

This div border color is #F568B4.


Opacity

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

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

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

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

This text has shadow with #F568B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F568B4 on black background.


Color preview on white background

This text has color #F568B4 on white background.



Black color preview on #F568B4 background

This text has black color on #F568B4 background.


White color preview on #F568B4 background

This text has white color on #F568B4 background.