COLOR #F476F6

HEX: #F476F6
RGB: (244,118,246)

Color info

#F476F6 contains mainly red and blue colors. Web safe color of #F476F6 is #FF66FF (or #F6F).

RGB color model

#F476F6 color RGB value is (244,118,246).

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

RGB channels and saturation

R 244 of 255 = 96%
G 118 of 255 = 46%
B 246 of 255 = 96%

244
118
246

R + G + B ~ 79%. #F476F6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
244 + 118 + 246 = 608 (100%)
R 244 of 608 ~ 40.13%
G 118 of 608 ~ 19.41%
B 246 of 608 ~ 40.46%

%40.13
%19.41
%40.46

CMYK color model

#F476F6 color CMYK value is (1,52,0,4).

  • cyan value is 0.81%
  • magenta value is 52.03%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(1,52,0,4)
C1M52Y0K4 
(1%,52%,0%,4%)
(0.01/0.52/0.00/0.04)	

CMYK percentages

%0.81
%52.03
%0
%3.53

Codes

Color #F476F6 in popluar color models

F476F6
RGB244118246
HSL299°87.67%71.37%
HSB/HSV299°52.03%96.47%
CMYK0.81%52.03%0.00%
3.53%

Color #F476F6 in popluar number systems.

HEXF476F6
Decimal244118246
Binary11110100111011011110110
Octal364166366

Shades and tints

Shades of #F476F6

#F476F6
(244,118,246)
#DE6CE0
(222,108,224)
#C862CA
(200,98,202)
#B258B4
(178,88,180)
#9C4E9E
(156,78,158)
#864488
(134,68,136)
#703A72
(112,58,114)
#5A305C
(90,48,92)
#442646
(68,38,70)
#2E1C30
(46,28,48)
#18121A
(24,18,26)
#000000
(0,0,0)

Tints of #F476F6

#F476F6
(244,118,246)
#F582F6
(245,130,246)
#F68EF6
(246,142,246)
#F79AF6
(247,154,246)
#F8A6F6
(248,166,246)
#F9B2F6
(249,178,246)
#FABEF6
(250,190,246)
#FBCAF6
(251,202,246)
#FCD6F6
(252,214,246)
#FDE2F6
(253,226,246)
#FEEEF6
(254,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F476F6; }

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

This text font color is #F476F6.


Background Color

.myBgColor { background-color: #F476F6; }

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

This div background color is #F476F6.


Border color

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

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

This div border color is #F476F6.


Opacity

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

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

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

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

This text has shadow with #F476F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F476F6 on black background.


Color preview on white background

This text has color #F476F6 on white background.



Black color preview on #F476F6 background

This text has black color on #F476F6 background.


White color preview on #F476F6 background

This text has white color on #F476F6 background.