COLOR #F51D8C

HEX: #F51D8C RGB: (245,29,140)

Color info

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

RGB color model

#F51D8C color RGB value is (245,29,140).

RGB: (245,29,140) (96%, 11%, 55%)

RGB channels and saturation

R 245 of 255 = 96%
G 29 of 255 = 11%
B 140 of 255 = 55%

245
29
140

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

Portions of RGB colors in percentages

R + G + B = 245 + 29 + 140 = 414 (100%)
R 245 of 414 ~ 59.18%
G 29 of 414 ~ 7%
B 140 of 414 ~ 33.82'%

%59.18
%33.82

CMYK color model

#F51D8C color CMYK value is (0,88,43,4).

  • cyan value is 0.00%
  • magenta value is 88.16%
  • yellow value is 42.86%
  • key color value is 3.92%

CMYK: (0,88,43,4)
C0M88Y43K4 (0%, 88%, 43%, 4%)
(0.00 / 0.88 / 0.43 / 0.04)

CMYK percentages

%0
%88.16
%42.86
%3.92

Codes

Color #F51D8C in popluar color models

F5 1D 8C
RGB 245 29 140
HSL 329° 91.53% 53.73%
HSB/HSV 329° 88.16% 96.08%
CMYK 0.00% 88.16% 42.86%
3.92%

Color #F51D8C in popluar number systems.

HEX F5 1D 8C
Decimal 245 29 140
Binary 11110101 11101 10001100
Octal 365 35 214

Shades and tints

Shades of #F51D8C

#F51D8C
(245,29,140)
#DF1B80
(223,27,128)
#C91974
(201,25,116)
#B31768
(179,23,104)
#9D155C
(157,21,92)
#871350
(135,19,80)
#711144
(113,17,68)
#5B0F38
(91,15,56)
#450D2C
(69,13,44)
#2F0B20
(47,11,32)
#190914
(25,9,20)
#000000
(0,0,0)

Tints of #F51D8C

#F51D8C
(245,29,140)
#F53196
(245,49,150)
#F545A0
(245,69,160)
#F559AA
(245,89,170)
#F56DB4
(245,109,180)
#F581BE
(245,129,190)
#F595C8
(245,149,200)
#F5A9D2
(245,169,210)
#F5BDDC
(245,189,220)
#F5D1E6
(245,209,230)
#F5E5F0
(245,229,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F51D8C color. Also use rgb(245,29,140) instead hex code.

Text Font Color

.myTextColor { color: #F51D8C; }

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

This text font color is #F51D8C.

Background Color

.myBgColor { background-color: #F51D8C; }

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

This div background color is #F51D8C.

Border color

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

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

This div border color is #F51D8C.

Opacity

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

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

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

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

This text has shadow with #F51D8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F51D8C.

Preview

Color preview on black background

This text has color #F51D8C on black background.


Color preview on white background

This text has color #F51D8C on white background.


Black color preview on #F51D8C background

This text has black color on #F51D8C background.


White color preview on #F51D8C background

This text has white color on #F51D8C background.


Related colors

Complementary color

Complementary color for #hex is #0AE273.


I love getcolorcode.com

Triadic colors

1 #8CF51D and #1D8CF5 with #F51D8C are triadic colors.

2 #8C1DF5 and #1DF58C with #F51D8C are triadic colors.