COLOR #F476BD

HEX: #F476BD
RGB: (244,118,189)

Color info

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

RGB color model

#F476BD color RGB value is (244,118,189).

  • red value is 244;
  • green value is 118;
  • blue value is 189.
RGB:
(244,118,189)
(96%,46%,74%)

RGB channels and saturation

R 244 of 255 = 96%
G 118 of 255 = 46%
B 189 of 255 = 74%

244
118
189

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

Portions of RGB colors in percentages

R + G + B =
244 + 118 + 189 = 551 (100%)
R 244 of 551 ~ 44.28%
G 118 of 551 ~ 21.42%
B 189 of 551 ~ 34.3%

%44.28
%21.42
%34.3

CMYK color model

#F476BD color CMYK value is (0,52,23,4).

  • cyan value is 0.00%
  • magenta value is 51.64%
  • yellow value is 22.54%
  • key color value is 4.31%
CMYK:
(0,52,23,4)
C0M52Y23K4 
(0%,52%,23%,4%)
(0.00/0.52/0.23/0.04)	

CMYK percentages

%0
%51.64
%22.54
%4.31

Codes

Color #F476BD in popluar color models

F476BD
RGB244118189
HSL326°85.14%70.98%
HSB/HSV326°51.64%95.69%
CMYK0.00%51.64%22.54%
4.31%

Color #F476BD in popluar number systems.

HEXF476BD
Decimal244118189
Binary11110100111011010111101
Octal364166275

Shades and tints

Shades of #F476BD

#F476BD
(244,118,189)
#DE6CAC
(222,108,172)
#C8629B
(200,98,155)
#B2588A
(178,88,138)
#9C4E79
(156,78,121)
#864468
(134,68,104)
#703A57
(112,58,87)
#5A3046
(90,48,70)
#442635
(68,38,53)
#2E1C24
(46,28,36)
#181213
(24,18,19)
#000000
(0,0,0)

Tints of #F476BD

#F476BD
(244,118,189)
#F582C3
(245,130,195)
#F68EC9
(246,142,201)
#F79ACF
(247,154,207)
#F8A6D5
(248,166,213)
#F9B2DB
(249,178,219)
#FABEE1
(250,190,225)
#FBCAE7
(251,202,231)
#FCD6ED
(252,214,237)
#FDE2F3
(253,226,243)
#FEEEF9
(254,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F476BD color. Also use rgb(244,118,189) instead hex code.

Text Font Color

.myTextColor { color: #F476BD; }

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

This text font color is #F476BD.


Background Color

.myBgColor { background-color: #F476BD; }

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

This div background color is #F476BD.


Border color

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

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

This div border color is #F476BD.


Opacity

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

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

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

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

This text has shadow with #F476BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F476BD on black background.


Color preview on white background

This text has color #F476BD on white background.



Black color preview on #F476BD background

This text has black color on #F476BD background.


White color preview on #F476BD background

This text has white color on #F476BD background.