COLOR #F206A0

HEX: #F206A0
RGB: (242,6,160)

Color info

#F206A0 contains mainly red color. Web safe color of #F206A0 is #FF0099 (or #F09).

RGB color model

#F206A0 color RGB value is (242,6,160).

  • red value is 242;
  • green value is 6;
  • blue value is 160.
RGB:
(242,6,160)
(95%,2%,63%)

RGB channels and saturation

R 242 of 255 = 95%
G 6 of 255 = 2%
B 160 of 255 = 63%

242
6
160

R + G + B ~ 53%. #F206A0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
242 + 6 + 160 = 408 (100%)
R 242 of 408 ~ 59.31%
G 6 of 408 ~ 1.47%
B 160 of 408 ~ 39.22%

%59.31
%39.22

CMYK color model

#F206A0 color CMYK value is (0,98,34,5).

  • cyan value is 0.00%
  • magenta value is 97.52%
  • yellow value is 33.88%
  • key color value is 5.10%
CMYK:
(0,98,34,5)
C0M98Y34K5 
(0%,98%,34%,5%)
(0.00/0.98/0.34/0.05)	

CMYK percentages

%0
%97.52
%33.88
%5.1

Codes

Color #F206A0 in popluar color models

F206A0
RGB2426160
HSL321°95.16%48.63%
HSB/HSV321°97.52%94.90%
CMYK0.00%97.52%33.88%
5.10%

Color #F206A0 in popluar number systems.

HEXF206A0
Decimal2426160
Binary1111001011010100000
Octal3626240

Shades and tints

Shades of #F206A0

#F206A0
(242,6,160)
#DC0692
(220,6,146)
#C60684
(198,6,132)
#B00676
(176,6,118)
#9A0668
(154,6,104)
#84065A
(132,6,90)
#6E064C
(110,6,76)
#58063E
(88,6,62)
#420630
(66,6,48)
#2C0622
(44,6,34)
#160614
(22,6,20)
#000000
(0,0,0)

Tints of #F206A0

#F206A0
(242,6,160)
#F31CA8
(243,28,168)
#F432B0
(244,50,176)
#F548B8
(245,72,184)
#F65EC0
(246,94,192)
#F774C8
(247,116,200)
#F88AD0
(248,138,208)
#F9A0D8
(249,160,216)
#FAB6E0
(250,182,224)
#FBCCE8
(251,204,232)
#FCE2F0
(252,226,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F206A0 color. Also use rgb(242,6,160) instead hex code.

Text Font Color

.myTextColor { color: #F206A0; }

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

This text font color is #F206A0.


Background Color

.myBgColor { background-color: #F206A0; }

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

This div background color is #F206A0.


Border color

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

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

This div border color is #F206A0.


Opacity

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

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

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

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

This text has shadow with #F206A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F206A0 on black background.


Color preview on white background

This text has color #F206A0 on white background.



Black color preview on #F206A0 background

This text has black color on #F206A0 background.


White color preview on #F206A0 background

This text has white color on #F206A0 background.