COLOR #F17DBB

HEX: #F17DBB
RGB: (241,125,187)

Color info

#F17DBB contains mainly red and blue colors. Web safe color of #F17DBB is #FF66CC (or #F6C).

RGB color model

#F17DBB color RGB value is (241,125,187).

  • red value is 241;
  • green value is 125;
  • blue value is 187.
RGB:
(241,125,187)
(95%,49%,73%)

RGB channels and saturation

R 241 of 255 = 95%
G 125 of 255 = 49%
B 187 of 255 = 73%

241
125
187

R + G + B ~ 72%. #F17DBB is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 125 + 187 = 553 (100%)
R 241 of 553 ~ 43.58%
G 125 of 553 ~ 22.6%
B 187 of 553 ~ 33.82%

%43.58
%22.6
%33.82

CMYK color model

#F17DBB color CMYK value is (0,48,22,5).

  • cyan value is 0.00%
  • magenta value is 48.13%
  • yellow value is 22.41%
  • key color value is 5.49%
CMYK:
(0,48,22,5)
C0M48Y22K5 
(0%,48%,22%,5%)
(0.00/0.48/0.22/0.05)	

CMYK percentages

%0
%48.13
%22.41
%5.49

Codes

Color #F17DBB in popluar color models

F17DBB
RGB241125187
HSL328°80.56%71.76%
HSB/HSV328°48.13%94.51%
CMYK0.00%48.13%22.41%
5.49%

Color #F17DBB in popluar number systems.

HEXF17DBB
Decimal241125187
Binary11110001111110110111011
Octal361175273

Shades and tints

Shades of #F17DBB

#F17DBB
(241,125,187)
#DC72AA
(220,114,170)
#C76799
(199,103,153)
#B25C88
(178,92,136)
#9D5177
(157,81,119)
#884666
(136,70,102)
#733B55
(115,59,85)
#5E3044
(94,48,68)
#492533
(73,37,51)
#341A22
(52,26,34)
#1F0F11
(31,15,17)
#000000
(0,0,0)

Tints of #F17DBB

#F17DBB
(241,125,187)
#F288C1
(242,136,193)
#F393C7
(243,147,199)
#F49ECD
(244,158,205)
#F5A9D3
(245,169,211)
#F6B4D9
(246,180,217)
#F7BFDF
(247,191,223)
#F8CAE5
(248,202,229)
#F9D5EB
(249,213,235)
#FAE0F1
(250,224,241)
#FBEBF7
(251,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F17DBB color. Also use rgb(241,125,187) instead hex code.

Text Font Color

.myTextColor { color: #F17DBB; }

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

This text font color is #F17DBB.


Background Color

.myBgColor { background-color: #F17DBB; }

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

This div background color is #F17DBB.


Border color

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

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

This div border color is #F17DBB.


Opacity

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

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

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

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

This text has shadow with #F17DBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F17DBB on black background.


Color preview on white background

This text has color #F17DBB on white background.



Black color preview on #F17DBB background

This text has black color on #F17DBB background.


White color preview on #F17DBB background

This text has white color on #F17DBB background.