COLOR #F568B6

HEX: #F568B6
RGB: (245,104,182)

Color info

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

RGB color model

#F568B6 color RGB value is (245,104,182).

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

RGB channels and saturation

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

245
104
182

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

Portions of RGB colors in percentages

R + G + B =
245 + 104 + 182 = 531 (100%)
R 245 of 531 ~ 46.14%
G 104 of 531 ~ 19.59%
B 182 of 531 ~ 34.27%

%46.14
%19.59
%34.27

CMYK color model

#F568B6 color CMYK value is (0,58,26,4).

  • cyan value is 0.00%
  • magenta value is 57.55%
  • yellow value is 25.71%
  • key color value is 3.92%
CMYK:
(0,58,26,4)
C0M58Y26K4 
(0%,58%,26%,4%)
(0.00/0.58/0.26/0.04)	

CMYK percentages

%0
%57.55
%25.71
%3.92

Codes

Color #F568B6 in popluar color models

F568B6
RGB245104182
HSL327°87.58%68.43%
HSB/HSV327°57.55%96.08%
CMYK0.00%57.55%25.71%
3.92%

Color #F568B6 in popluar number systems.

HEXF568B6
Decimal245104182
Binary11110101110100010110110
Octal365150266

Shades and tints

Shades of #F568B6

#F568B6
(245,104,182)
#DF5FA6
(223,95,166)
#C95696
(201,86,150)
#B34D86
(179,77,134)
#9D4476
(157,68,118)
#873B66
(135,59,102)
#713256
(113,50,86)
#5B2946
(91,41,70)
#452036
(69,32,54)
#2F1726
(47,23,38)
#190E16
(25,14,22)
#000000
(0,0,0)

Tints of #F568B6

#F568B6
(245,104,182)
#F575BC
(245,117,188)
#F582C2
(245,130,194)
#F58FC8
(245,143,200)
#F59CCE
(245,156,206)
#F5A9D4
(245,169,212)
#F5B6DA
(245,182,218)
#F5C3E0
(245,195,224)
#F5D0E6
(245,208,230)
#F5DDEC
(245,221,236)
#F5EAF2
(245,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F568B6; }

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

This text font color is #F568B6.


Background Color

.myBgColor { background-color: #F568B6; }

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

This div background color is #F568B6.


Border color

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

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

This div border color is #F568B6.


Opacity

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

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

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

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

This text has shadow with #F568B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F568B6 on black background.


Color preview on white background

This text has color #F568B6 on white background.



Black color preview on #F568B6 background

This text has black color on #F568B6 background.


White color preview on #F568B6 background

This text has white color on #F568B6 background.