COLOR #F17F94

HEX: #F17F94
RGB: (241,127,148)

Renk bilgisi

#F17F94 contains mainly red color. #F17F94 ‘ nin web güvenlik rengi #FF6699 (ya da #F69) dir.

RGB renk modeli

#F17F94 color RGB value is (241,127,148).

  • kırmız ton 241;
  • yeşil ton 127;
  • mavi ton 148.
RGB:
(241,127,148)
(95%,50%,58%)

RGB bağlantıları ve doygunluk

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

241
127
148

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

Yüzdelerle RGB renk parçaları

R + G + B =
241 + 127 + 148 = 516 (100%)
R 241 of 516 ~ 46.71%
G 127 of 516 ~ 24.61%
B 148 of 516 ~ 28.68%

%46.71
%24.61
%28.68

CMYK RENK MODELİ

#F17F94 rengi CMYK tonu (0,47,39,5).

  • camgöbeği tonu 0.00%
  • eflatun tonu 47.30%
  • sarı tonu 38.59%
  • ana renk tonu 5.49%
CMYK:
(0,47,39,5)
C0M47Y39K5 
(0%,47%,39%,5%)
(0.00/0.47/0.39/0.05)	

CMYK yüzdeleri

%0
%47.3
%38.59
%5.49

Codes

Color #F17F94 in popluar color models

F17F94
RGB241127148
HSL349°80.28%72.16%
HSB/HSV349°47.30%94.51%
CMYK0.00%47.30%38.59%
5.49%

Color #F17F94 in popluar number systems.

HEXF17F94
Decimal241127148
Binary11110001111111110010100
Octal361177224

Shades and tints

Shades of #F17F94

#F17F94
(241,127,148)
#DC7487
(220,116,135)
#C7697A
(199,105,122)
#B25E6D
(178,94,109)
#9D5360
(157,83,96)
#884853
(136,72,83)
#733D46
(115,61,70)
#5E3239
(94,50,57)
#49272C
(73,39,44)
#341C1F
(52,28,31)
#1F1112
(31,17,18)
#000000
(0,0,0)

Tints of #F17F94

#F17F94
(241,127,148)
#F28A9D
(242,138,157)
#F395A6
(243,149,166)
#F4A0AF
(244,160,175)
#F5ABB8
(245,171,184)
#F6B6C1
(246,182,193)
#F7C1CA
(247,193,202)
#F8CCD3
(248,204,211)
#F9D7DC
(249,215,220)
#FAE2E5
(250,226,229)
#FBEDEE
(251,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F17F94; }

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

This text font color is #F17F94.


Background Color

.myBgColor { background-color: #F17F94; }

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

This div background color is #F17F94.


Border color

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

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

This div border color is #F17F94.


Opacity

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

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

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

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

This text has shadow with #F17F94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F17F94 on black background.


Color preview on white background

This text has color #F17F94 on white background.



Black color preview on #F17F94 background

This text has black color on #F17F94 background.


White color preview on #F17F94 background

This text has white color on #F17F94 background.