COLOR #F2517F

HEX: #F2517F RGB: (242,81,127)

Color info

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

RGB color model

#F2517F color RGB value is (242,81,127).

RGB: (242,81,127) (95%, 32%, 50%)

RGB channels and saturation

R 242 of 255 = 95%
G 81 of 255 = 32%
B 127 of 255 = 50%

242
81
127

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

Portions of RGB colors in percentages

R + G + B = 242 + 81 + 127 = 450 (100%)
R 242 of 450 ~ 53.78%
G 81 of 450 ~ 18%
B 127 of 450 ~ 28.22'%

%53.78
%18
%28.22

CMYK color model

#F2517F color CMYK value is (0,67,48,5).

  • cyan value is 0.00%
  • magenta value is 66.53%
  • yellow value is 47.52%
  • key color value is 5.10%

CMYK: (0,67,48,5)
C0M67Y48K5 (0%, 67%, 48%, 5%)
(0.00 / 0.67 / 0.48 / 0.05)

CMYK percentages

%0
%66.53
%47.52
%5.1

Codes

Color #F2517F in popluar color models

F2 51 7F
RGB 242 81 127
HSL 343° 86.10% 63.33%
HSB/HSV 343° 66.53% 94.90%
CMYK 0.00% 66.53% 47.52%
5.10%

Color #F2517F in popluar number systems.

HEX F2 51 7F
Decimal 242 81 127
Binary 11110010 1010001 1111111
Octal 362 121 177

Shades and tints

Shades of #F2517F

#F2517F
(242,81,127)
#DC4A74
(220,74,116)
#C64369
(198,67,105)
#B03C5E
(176,60,94)
#9A3553
(154,53,83)
#842E48
(132,46,72)
#6E273D
(110,39,61)
#582032
(88,32,50)
#421927
(66,25,39)
#2C121C
(44,18,28)
#160B11
(22,11,17)
#000000
(0,0,0)

Tints of #F2517F

#F2517F
(242,81,127)
#F3608A
(243,96,138)
#F46F95
(244,111,149)
#F57EA0
(245,126,160)
#F68DAB
(246,141,171)
#F79CB6
(247,156,182)
#F8ABC1
(248,171,193)
#F9BACC
(249,186,204)
#FAC9D7
(250,201,215)
#FBD8E2
(251,216,226)
#FCE7ED
(252,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2517F color. Also use rgb(242,81,127) instead hex code.

Text Font Color

.myTextColor { color: #F2517F; }

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

This text font color is #F2517F.

Background Color

.myBgColor { background-color: #F2517F; }

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

This div background color is #F2517F.

Border color

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

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

This div border color is #F2517F.

Opacity

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

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

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

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

This text has shadow with #F2517F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F2517F.

Preview

Color preview on black background

This text has color #F2517F on black background.


Color preview on white background

This text has color #F2517F on white background.


Black color preview on #F2517F background

This text has black color on #F2517F background.


White color preview on #F2517F background

This text has white color on #F2517F background.


Related colors

Complementary color

Complementary color for #hex is #0DAE80.


I love getcolorcode.com

Triadic colors

1 #7FF251 and #517FF2 with #F2517F are triadic colors.

2 #7F51F2 and #51F27F with #F2517F are triadic colors.