COLOR #F55288

HEX: #F55288 RGB: (245,82,136)

Color info

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

RGB color model

#F55288 color RGB value is (245,82,136).

RGB: (245,82,136) (96%, 32%, 53%)

RGB channels and saturation

R 245 of 255 = 96%
G 82 of 255 = 32%
B 136 of 255 = 53%

245
82
136

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

Portions of RGB colors in percentages

R + G + B = 245 + 82 + 136 = 463 (100%)
R 245 of 463 ~ 52.92%
G 82 of 463 ~ 17.71%
B 136 of 463 ~ 29.37'%

%52.92
%17.71
%29.37

CMYK color model

#F55288 color CMYK value is (0,67,44,4).

  • cyan value is 0.00%
  • magenta value is 66.53%
  • yellow value is 44.49%
  • key color value is 3.92%

CMYK: (0,67,44,4)
C0M67Y44K4 (0%, 67%, 44%, 4%)
(0.00 / 0.67 / 0.44 / 0.04)

CMYK percentages

%0
%66.53
%44.49
%3.92

Codes

Color #F55288 in popluar color models

F5 52 88
RGB 245 82 136
HSL 340° 89.07% 64.12%
HSB/HSV 340° 66.53% 96.08%
CMYK 0.00% 66.53% 44.49%
3.92%

Color #F55288 in popluar number systems.

HEX F5 52 88
Decimal 245 82 136
Binary 11110101 1010010 10001000
Octal 365 122 210

Shades and tints

Shades of #F55288

#F55288
(245,82,136)
#DF4B7C
(223,75,124)
#C94470
(201,68,112)
#B33D64
(179,61,100)
#9D3658
(157,54,88)
#872F4C
(135,47,76)
#712840
(113,40,64)
#5B2134
(91,33,52)
#451A28
(69,26,40)
#2F131C
(47,19,28)
#190C10
(25,12,16)
#000000
(0,0,0)

Tints of #F55288

#F55288
(245,82,136)
#F56192
(245,97,146)
#F5709C
(245,112,156)
#F57FA6
(245,127,166)
#F58EB0
(245,142,176)
#F59DBA
(245,157,186)
#F5ACC4
(245,172,196)
#F5BBCE
(245,187,206)
#F5CAD8
(245,202,216)
#F5D9E2
(245,217,226)
#F5E8EC
(245,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F55288 color. Also use rgb(245,82,136) instead hex code.

Text Font Color

.myTextColor { color: #F55288; }

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

This text font color is #F55288.

Background Color

.myBgColor { background-color: #F55288; }

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

This div background color is #F55288.

Border color

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

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

This div border color is #F55288.

Opacity

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

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

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

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

This text has shadow with #F55288 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F55288.

Preview

Color preview on black background

This text has color #F55288 on black background.


Color preview on white background

This text has color #F55288 on white background.


Black color preview on #F55288 background

This text has black color on #F55288 background.


White color preview on #F55288 background

This text has white color on #F55288 background.


Related colors

Complementary color

Complementary color for #hex is #0AAD77.


I love getcolorcode.com

Triadic colors

1 #88F552 and #5288F5 with #F55288 are triadic colors.

2 #8852F5 and #52F588 with #F55288 are triadic colors.