COLOR #F57BC3

HEX: #F57BC3 RGB: (245,123,195)

Color info

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

RGB color model

#F57BC3 color RGB value is (245,123,195).

RGB: (245,123,195) (96%, 48%, 76%)

RGB channels and saturation

R 245 of 255 = 96%
G 123 of 255 = 48%
B 195 of 255 = 76%

245
123
195

R + G + B ~ 73%. #F57BC3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 245 + 123 + 195 = 563 (100%)
R 245 of 563 ~ 43.52%
G 123 of 563 ~ 21.85%
B 195 of 563 ~ 34.64'%

%43.52
%21.85
%34.64

CMYK color model

#F57BC3 color CMYK value is (0,50,20,4).

  • cyan value is 0.00%
  • magenta value is 49.80%
  • yellow value is 20.41%
  • key color value is 3.92%

CMYK: (0,50,20,4)
C0M50Y20K4 (0%, 50%, 20%, 4%)
(0.00 / 0.50 / 0.20 / 0.04)

CMYK percentages

%0
%49.8
%20.41
%3.92

Codes

Color #F57BC3 in popluar color models

F5 7B C3
RGB 245 123 195
HSL 325° 85.92% 72.16%
HSB/HSV 325° 49.80% 96.08%
CMYK 0.00% 49.80% 20.41%
3.92%

Color #F57BC3 in popluar number systems.

HEX F5 7B C3
Decimal 245 123 195
Binary 11110101 1111011 11000011
Octal 365 173 303

Shades and tints

Shades of #F57BC3

#F57BC3
(245,123,195)
#DF70B2
(223,112,178)
#C965A1
(201,101,161)
#B35A90
(179,90,144)
#9D4F7F
(157,79,127)
#87446E
(135,68,110)
#71395D
(113,57,93)
#5B2E4C
(91,46,76)
#45233B
(69,35,59)
#2F182A
(47,24,42)
#190D19
(25,13,25)
#000000
(0,0,0)

Tints of #F57BC3

#F57BC3
(245,123,195)
#F587C8
(245,135,200)
#F593CD
(245,147,205)
#F59FD2
(245,159,210)
#F5ABD7
(245,171,215)
#F5B7DC
(245,183,220)
#F5C3E1
(245,195,225)
#F5CFE6
(245,207,230)
#F5DBEB
(245,219,235)
#F5E7F0
(245,231,240)
#F5F3F5
(245,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F57BC3 color. Also use rgb(245,123,195) instead hex code.

Text Font Color

.myTextColor { color: #F57BC3; }

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

This text font color is #F57BC3.

Background Color

.myBgColor { background-color: #F57BC3; }

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

This div background color is #F57BC3.

Border color

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

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

This div border color is #F57BC3.

Opacity

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

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

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

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

This text has shadow with #F57BC3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F57BC3.

Preview

Color preview on black background

This text has color #F57BC3 on black background.


Color preview on white background

This text has color #F57BC3 on white background.


Black color preview on #F57BC3 background

This text has black color on #F57BC3 background.


White color preview on #F57BC3 background

This text has white color on #F57BC3 background.


Related colors

Complementary color

Complementary color for #hex is #0A843C.


I love getcolorcode.com

Triadic colors

1 #C3F57B and #7BC3F5 with #F57BC3 are triadic colors.

2 #C37BF5 and #7BF5C3 with #F57BC3 are triadic colors.