COLOR #F5388B

HEX: #F5388B RGB: (245,56,139)

Color info

#F5388B contains mainly red color. Web safe color of #F5388B is #FF3399 (or #F39).

RGB color model

#F5388B color RGB value is (245,56,139).

RGB: (245,56,139) (96%, 22%, 55%)

RGB channels and saturation

R 245 of 255 = 96%
G 56 of 255 = 22%
B 139 of 255 = 55%

245
56
139

R + G + B ~ 58%. #F5388B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 245 + 56 + 139 = 440 (100%)
R 245 of 440 ~ 55.68%
G 56 of 440 ~ 12.73%
B 139 of 440 ~ 31.59'%

%55.68
%12.73
%31.59

CMYK color model

#F5388B color CMYK value is (0,77,43,4).

  • cyan value is 0.00%
  • magenta value is 77.14%
  • yellow value is 43.27%
  • key color value is 3.92%

CMYK: (0,77,43,4)
C0M77Y43K4 (0%, 77%, 43%, 4%)
(0.00 / 0.77 / 0.43 / 0.04)

CMYK percentages

%0
%77.14
%43.27
%3.92

Codes

Color #F5388B in popluar color models

F5 38 8B
RGB 245 56 139
HSL 334° 90.43% 59.02%
HSB/HSV 334° 77.14% 96.08%
CMYK 0.00% 77.14% 43.27%
3.92%

Color #F5388B in popluar number systems.

HEX F5 38 8B
Decimal 245 56 139
Binary 11110101 111000 10001011
Octal 365 70 213

Shades and tints

Shades of #F5388B

#F5388B
(245,56,139)
#DF337F
(223,51,127)
#C92E73
(201,46,115)
#B32967
(179,41,103)
#9D245B
(157,36,91)
#871F4F
(135,31,79)
#711A43
(113,26,67)
#5B1537
(91,21,55)
#45102B
(69,16,43)
#2F0B1F
(47,11,31)
#190613
(25,6,19)
#000000
(0,0,0)

Tints of #F5388B

#F5388B
(245,56,139)
#F54A95
(245,74,149)
#F55C9F
(245,92,159)
#F56EA9
(245,110,169)
#F580B3
(245,128,179)
#F592BD
(245,146,189)
#F5A4C7
(245,164,199)
#F5B6D1
(245,182,209)
#F5C8DB
(245,200,219)
#F5DAE5
(245,218,229)
#F5ECEF
(245,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5388B color. Also use rgb(245,56,139) instead hex code.

Text Font Color

.myTextColor { color: #F5388B; }

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

This text font color is #F5388B.

Background Color

.myBgColor { background-color: #F5388B; }

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

This div background color is #F5388B.

Border color

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

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

This div border color is #F5388B.

Opacity

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

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

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

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

This text has shadow with #F5388B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5388B.

Preview

Color preview on black background

This text has color #F5388B on black background.


Color preview on white background

This text has color #F5388B on white background.


Black color preview on #F5388B background

This text has black color on #F5388B background.


White color preview on #F5388B background

This text has white color on #F5388B background.


Related colors

Complementary color

Complementary color for #hex is #0AC774.


I love getcolorcode.com

Triadic colors

1 #8BF538 and #388BF5 with #F5388B are triadic colors.

2 #8B38F5 and #38F58B with #F5388B are triadic colors.