COLOR #F56872

HEX: #F56872 RGB: (245,104,114)

Color info

#F56872 contains mainly red color. Web safe color of #F56872 is #FF6666 (or #F66).

RGB color model

#F56872 color RGB value is (245,104,114).

RGB: (245,104,114) (96%, 41%, 45%)

RGB channels and saturation

R 245 of 255 = 96%
G 104 of 255 = 41%
B 114 of 255 = 45%

245
104
114

R + G + B ~ 61%. #F56872 is quite light color.

Portions of RGB colors in percentages

R + G + B = 245 + 104 + 114 = 463 (100%)
R 245 of 463 ~ 52.92%
G 104 of 463 ~ 22.46%
B 114 of 463 ~ 24.62'%

%52.92
%22.46
%24.62

CMYK color model

#F56872 color CMYK value is (0,58,53,4).

  • cyan value is 0.00%
  • magenta value is 57.55%
  • yellow value is 53.47%
  • key color value is 3.92%
CMYK: (0,58,53,4) C0M58Y53K4 (0%,58%,53%,4%) (0.00/0.58/0.53/0.04) 

CMYK percentages

%0
%57.55
%53.47
%3.92

Codes

Color #F56872 in popluar color models

F5 68 72
RGB 245 104 114
HSL 356° 87.58% 68.43%
HSB/HSV 356° 57.55% 96.08%
CMYK 0.00% 57.55% 53.47%
3.92%

Color #F56872 in popluar number systems.

HEX F5 68 72
Decimal 245 104 114
Binary 11110101 1101000 1110010
Octal 365 150 162

Shades and tints

Shades of #F56872

#F56872
(245,104,114)
#DF5F68
(223,95,104)
#C9565E
(201,86,94)
#B34D54
(179,77,84)
#9D444A
(157,68,74)
#873B40
(135,59,64)
#713236
(113,50,54)
#5B292C
(91,41,44)
#452022
(69,32,34)
#2F1718
(47,23,24)
#190E0E
(25,14,14)
#000000
(0,0,0)

Tints of #F56872

#F56872
(245,104,114)
#F5757E
(245,117,126)
#F5828A
(245,130,138)
#F58F96
(245,143,150)
#F59CA2
(245,156,162)
#F5A9AE
(245,169,174)
#F5B6BA
(245,182,186)
#F5C3C6
(245,195,198)
#F5D0D2
(245,208,210)
#F5DDDE
(245,221,222)
#F5EAEA
(245,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F56872; }

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

This text font color is #F56872.

Background Color

.myBgColor { background-color: #F56872; }

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

This div background color is #F56872.

Border color

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

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

This div border color is #F56872.

Opacity

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

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

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

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

This text has shadow with #F56872 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F56872.

Preview

Color preview on black background

This text has color #F56872 on black background.


Color preview on white background

This text has color #F56872 on white background.


Black color preview on #F56872 background

This text has black color on #F56872 background.


White color preview on #F56872 background

This text has white color on #F56872 background.


Related colors

Complementary color

Complementary color for #hex is #0A978D.


I love getcolorcode.com

Triadic colors

1 #72F568 and #6872F5 with #F56872 are triadic colors.

2 #7268F5 and #68F572 with #F56872 are triadic colors.