COLOR #F17F93

HEX: #F17F93 RGB: (241,127,147)

Color info

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

RGB color model

#F17F93 color RGB value is (241,127,147).

RGB: (241,127,147) (95%, 50%, 58%)

RGB channels and saturation

R 241 of 255 = 95%
G 127 of 255 = 50%
B 147 of 255 = 58%

241
127
147

R + G + B ~ 68%. #F17F93 is quite light color.

Portions of RGB colors in percentages

R + G + B = 241 + 127 + 147 = 515 (100%)
R 241 of 515 ~ 46.8%
G 127 of 515 ~ 24.66%
B 147 of 515 ~ 28.54'%

%46.8
%24.66
%28.54

CMYK color model

#F17F93 color CMYK value is (0,47,39,5).

  • cyan value is 0.00%
  • magenta value is 47.30%
  • yellow value is 39.00%
  • key color value is 5.49%

CMYK: (0,47,39,5)
C0M47Y39K5 (0%, 47%, 39%, 5%)
(0.00 / 0.47 / 0.39 / 0.05)

CMYK percentages

%0
%47.3
%39
%5.49

Codes

Color #F17F93 in popluar color models

F1 7F 93
RGB 241 127 147
HSL 349° 80.28% 72.16%
HSB/HSV 349° 47.30% 94.51%
CMYK 0.00% 47.30% 39.00%
5.49%

Color #F17F93 in popluar number systems.

HEX F1 7F 93
Decimal 241 127 147
Binary 11110001 1111111 10010011
Octal 361 177 223

Shades and tints

Shades of #F17F93

#F17F93
(241,127,147)
#DC7486
(220,116,134)
#C76979
(199,105,121)
#B25E6C
(178,94,108)
#9D535F
(157,83,95)
#884852
(136,72,82)
#733D45
(115,61,69)
#5E3238
(94,50,56)
#49272B
(73,39,43)
#341C1E
(52,28,30)
#1F1111
(31,17,17)
#000000
(0,0,0)

Tints of #F17F93

#F17F93
(241,127,147)
#F28A9C
(242,138,156)
#F395A5
(243,149,165)
#F4A0AE
(244,160,174)
#F5ABB7
(245,171,183)
#F6B6C0
(246,182,192)
#F7C1C9
(247,193,201)
#F8CCD2
(248,204,210)
#F9D7DB
(249,215,219)
#FAE2E4
(250,226,228)
#FBEDED
(251,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F17F93 color. Also use rgb(241,127,147) instead hex code.

Text Font Color

.myTextColor { color: #F17F93; }

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

This text font color is #F17F93.

Background Color

.myBgColor { background-color: #F17F93; }

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

This div background color is #F17F93.

Border color

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

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

This div border color is #F17F93.

Opacity

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

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

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

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

This text has shadow with #F17F93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F17F93.

Preview

Color preview on black background

This text has color #F17F93 on black background.


Color preview on white background

This text has color #F17F93 on white background.


Black color preview on #F17F93 background

This text has black color on #F17F93 background.


White color preview on #F17F93 background

This text has white color on #F17F93 background.


Related colors

Complementary color

Complementary color for #hex is #0E806C.


I love getcolorcode.com

Triadic colors

1 #93F17F and #7F93F1 with #F17F93 are triadic colors.

2 #937FF1 and #7FF193 with #F17F93 are triadic colors.