COLOR #F17CAA

HEX: #F17CAA
RGB: (241,124,170)

Color info

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

RGB color model

#F17CAA color RGB value is (241,124,170).

  • red value is 241;
  • green value is 124;
  • blue value is 170.
RGB:
(241,124,170)
(95%,49%,67%)

RGB channels and saturation

R 241 of 255 = 95%
G 124 of 255 = 49%
B 170 of 255 = 67%

241
124
170

R + G + B ~ 70%. #F17CAA is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 124 + 170 = 535 (100%)
R 241 of 535 ~ 45.05%
G 124 of 535 ~ 23.18%
B 170 of 535 ~ 31.78%

%45.05
%23.18
%31.78

CMYK color model

#F17CAA color CMYK value is (0,49,29,5).

  • cyan value is 0.00%
  • magenta value is 48.55%
  • yellow value is 29.46%
  • key color value is 5.49%
CMYK:
(0,49,29,5)
C0M49Y29K5 
(0%,49%,29%,5%)
(0.00/0.49/0.29/0.05)	

CMYK percentages

%0
%48.55
%29.46
%5.49

Codes

Color #F17CAA in popluar color models

F17CAA
RGB241124170
HSL336°80.69%71.57%
HSB/HSV336°48.55%94.51%
CMYK0.00%48.55%29.46%
5.49%

Color #F17CAA in popluar number systems.

HEXF17CAA
Decimal241124170
Binary11110001111110010101010
Octal361174252

Shades and tints

Shades of #F17CAA

#F17CAA
(241,124,170)
#DC719B
(220,113,155)
#C7668C
(199,102,140)
#B25B7D
(178,91,125)
#9D506E
(157,80,110)
#88455F
(136,69,95)
#733A50
(115,58,80)
#5E2F41
(94,47,65)
#492432
(73,36,50)
#341923
(52,25,35)
#1F0E14
(31,14,20)
#000000
(0,0,0)

Tints of #F17CAA

#F17CAA
(241,124,170)
#F287B1
(242,135,177)
#F392B8
(243,146,184)
#F49DBF
(244,157,191)
#F5A8C6
(245,168,198)
#F6B3CD
(246,179,205)
#F7BED4
(247,190,212)
#F8C9DB
(248,201,219)
#F9D4E2
(249,212,226)
#FADFE9
(250,223,233)
#FBEAF0
(251,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F17CAA color. Also use rgb(241,124,170) instead hex code.

Text Font Color

.myTextColor { color: #F17CAA; }

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

This text font color is #F17CAA.


Background Color

.myBgColor { background-color: #F17CAA; }

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

This div background color is #F17CAA.


Border color

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

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

This div border color is #F17CAA.


Opacity

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

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

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

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

This text has shadow with #F17CAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F17CAA on black background.


Color preview on white background

This text has color #F17CAA on white background.



Black color preview on #F17CAA background

This text has black color on #F17CAA background.


White color preview on #F17CAA background

This text has white color on #F17CAA background.