COLOR #F06FA2

HEX: #F06FA2 RGB: (240,111,162)

Color info

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

RGB color model

#F06FA2 color RGB value is (240,111,162).

RGB: (240,111,162) (94%, 44%, 64%)

RGB channels and saturation

R 240 of 255 = 94%
G 111 of 255 = 44%
B 162 of 255 = 64%

240
111
162

R + G + B ~ 67%. #F06FA2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 240 + 111 + 162 = 513 (100%)
R 240 of 513 ~ 46.78%
G 111 of 513 ~ 21.64%
B 162 of 513 ~ 31.58'%

%46.78
%21.64
%31.58

CMYK color model

#F06FA2 color CMYK value is (0,54,33,6).

  • cyan value is 0.00%
  • magenta value is 53.75%
  • yellow value is 32.50%
  • key color value is 5.88%

CMYK: (0,54,33,6)
C0M54Y33K6 (0%, 54%, 33%, 6%)
(0.00 / 0.54 / 0.33 / 0.06)

CMYK percentages

%0
%53.75
%32.5
%5.88

Codes

Color #F06FA2 in popluar color models

F0 6F A2
RGB 240 111 162
HSL 336° 81.13% 68.82%
HSB/HSV 336° 53.75% 94.12%
CMYK 0.00% 53.75% 32.50%
5.88%

Color #F06FA2 in popluar number systems.

HEX F0 6F A2
Decimal 240 111 162
Binary 11110000 1101111 10100010
Octal 360 157 242

Shades and tints

Shades of #F06FA2

#F06FA2
(240,111,162)
#DB6594
(219,101,148)
#C65B86
(198,91,134)
#B15178
(177,81,120)
#9C476A
(156,71,106)
#873D5C
(135,61,92)
#72334E
(114,51,78)
#5D2940
(93,41,64)
#481F32
(72,31,50)
#331524
(51,21,36)
#1E0B16
(30,11,22)
#000000
(0,0,0)

Tints of #F06FA2

#F06FA2
(240,111,162)
#F17CAA
(241,124,170)
#F289B2
(242,137,178)
#F396BA
(243,150,186)
#F4A3C2
(244,163,194)
#F5B0CA
(245,176,202)
#F6BDD2
(246,189,210)
#F7CADA
(247,202,218)
#F8D7E2
(248,215,226)
#F9E4EA
(249,228,234)
#FAF1F2
(250,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F06FA2 color. Also use rgb(240,111,162) instead hex code.

Text Font Color

.myTextColor { color: #F06FA2; }

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

This text font color is #F06FA2.

Background Color

.myBgColor { background-color: #F06FA2; }

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

This div background color is #F06FA2.

Border color

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

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

This div border color is #F06FA2.

Opacity

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

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

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

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

This text has shadow with #F06FA2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F06FA2.

Preview

Color preview on black background

This text has color #F06FA2 on black background.


Color preview on white background

This text has color #F06FA2 on white background.


Black color preview on #F06FA2 background

This text has black color on #F06FA2 background.


White color preview on #F06FA2 background

This text has white color on #F06FA2 background.


Related colors

Complementary color

Complementary color for #hex is #0F905D.


I love getcolorcode.com

Triadic colors

1 #A2F06F and #6FA2F0 with #F06FA2 are triadic colors.

2 #A26FF0 and #6FF0A2 with #F06FA2 are triadic colors.