COLOR #F56681

HEX: #F56681
RGB: (245,102,129)

Color info

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

RGB color model

#F56681 color RGB value is (245,102,129).

  • red value is 245;
  • green value is 102;
  • blue value is 129.
RGB:
(245,102,129)
(96%,40%,51%)

RGB channels and saturation

R 245 of 255 = 96%
G 102 of 255 = 40%
B 129 of 255 = 51%

245
102
129

R + G + B ~ 62%. #F56681 is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 102 + 129 = 476 (100%)
R 245 of 476 ~ 51.47%
G 102 of 476 ~ 21.43%
B 129 of 476 ~ 27.1%

%51.47
%21.43
%27.1

CMYK color model

#F56681 color CMYK value is (0,58,47,4).

  • cyan value is 0.00%
  • magenta value is 58.37%
  • yellow value is 47.35%
  • key color value is 3.92%
CMYK:
(0,58,47,4)
C0M58Y47K4 
(0%,58%,47%,4%)
(0.00/0.58/0.47/0.04)	

CMYK percentages

%0
%58.37
%47.35
%3.92

Codes

Color #F56681 in popluar color models

F56681
RGB245102129
HSL349°87.73%68.04%
HSB/HSV349°58.37%96.08%
CMYK0.00%58.37%47.35%
3.92%

Color #F56681 in popluar number systems.

HEXF56681
Decimal245102129
Binary11110101110011010000001
Octal365146201

Shades and tints

Shades of #F56681

#F56681
(245,102,129)
#DF5D76
(223,93,118)
#C9546B
(201,84,107)
#B34B60
(179,75,96)
#9D4255
(157,66,85)
#87394A
(135,57,74)
#71303F
(113,48,63)
#5B2734
(91,39,52)
#451E29
(69,30,41)
#2F151E
(47,21,30)
#190C13
(25,12,19)
#000000
(0,0,0)

Tints of #F56681

#F56681
(245,102,129)
#F5738C
(245,115,140)
#F58097
(245,128,151)
#F58DA2
(245,141,162)
#F59AAD
(245,154,173)
#F5A7B8
(245,167,184)
#F5B4C3
(245,180,195)
#F5C1CE
(245,193,206)
#F5CED9
(245,206,217)
#F5DBE4
(245,219,228)
#F5E8EF
(245,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F56681 color. Also use rgb(245,102,129) instead hex code.

Text Font Color

.myTextColor { color: #F56681; }

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

This text font color is #F56681.


Background Color

.myBgColor { background-color: #F56681; }

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

This div background color is #F56681.


Border color

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

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

This div border color is #F56681.


Opacity

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

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

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

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

This text has shadow with #F56681 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F56681 on black background.


Color preview on white background

This text has color #F56681 on white background.



Black color preview on #F56681 background

This text has black color on #F56681 background.


White color preview on #F56681 background

This text has white color on #F56681 background.