COLOR #F17ACE

HEX: #F17ACE
RGB: (241,122,206)

Renk bilgisi

#F17ACE contains mainly red and blue colors. #F17ACE ‘ nin web güvenlik rengi #FF66CC (ya da #F6C) dir.

RGB renk modeli

#F17ACE color RGB value is (241,122,206).

  • kırmız ton 241;
  • yeşil ton 122;
  • mavi ton 206.
RGB:
(241,122,206)
(95%,48%,81%)

RGB bağlantıları ve doygunluk

R 241 of 255 = 95%
G 122 of 255 = 48%
B 206 of 255 = 81%

241
122
206

R + G + B ~ 75%. #F17ACE is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
241 + 122 + 206 = 569 (100%)
R 241 of 569 ~ 42.36%
G 122 of 569 ~ 21.44%
B 206 of 569 ~ 36.2%

%42.36
%21.44
%36.2

CMYK RENK MODELİ

#F17ACE rengi CMYK tonu (0,49,15,5).

  • camgöbeği tonu 0.00%
  • eflatun tonu 49.38%
  • sarı tonu 14.52%
  • ana renk tonu 5.49%
CMYK:
(0,49,15,5)
C0M49Y15K5 
(0%,49%,15%,5%)
(0.00/0.49/0.15/0.05)	

CMYK yüzdeleri

%0
%49.38
%14.52
%5.49

Codes

Color #F17ACE in popluar color models

F17ACE
RGB241122206
HSL318°80.95%71.18%
HSB/HSV318°49.38%94.51%
CMYK0.00%49.38%14.52%
5.49%

Color #F17ACE in popluar number systems.

HEXF17ACE
Decimal241122206
Binary11110001111101011001110
Octal361172316

Shades and tints

Shades of #F17ACE

#F17ACE
(241,122,206)
#DC6FBC
(220,111,188)
#C764AA
(199,100,170)
#B25998
(178,89,152)
#9D4E86
(157,78,134)
#884374
(136,67,116)
#733862
(115,56,98)
#5E2D50
(94,45,80)
#49223E
(73,34,62)
#34172C
(52,23,44)
#1F0C1A
(31,12,26)
#000000
(0,0,0)

Tints of #F17ACE

#F17ACE
(241,122,206)
#F286D2
(242,134,210)
#F392D6
(243,146,214)
#F49EDA
(244,158,218)
#F5AADE
(245,170,222)
#F6B6E2
(246,182,226)
#F7C2E6
(247,194,230)
#F8CEEA
(248,206,234)
#F9DAEE
(249,218,238)
#FAE6F2
(250,230,242)
#FBF2F6
(251,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F17ACE color. Also use rgb(241,122,206) instead hex code.

Text Font Color

.myTextColor { color: #F17ACE; }

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

This text font color is #F17ACE.


Background Color

.myBgColor { background-color: #F17ACE; }

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

This div background color is #F17ACE.


Border color

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

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

This div border color is #F17ACE.


Opacity

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

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

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

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

This text has shadow with #F17ACE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F17ACE on black background.


Color preview on white background

This text has color #F17ACE on white background.



Black color preview on #F17ACE background

This text has black color on #F17ACE background.


White color preview on #F17ACE background

This text has white color on #F17ACE background.