COLOR #F09FF6

HEX: #F09FF6 RGB: (240,159,246)

Color info

#F09FF6 contains mainly red and blue colors. Web safe color of #F09FF6 is #FF99FF (or #F9F).

RGB color model

#F09FF6 color RGB value is (240,159,246).

RGB: (240,159,246) (94%, 62%, 96%)

RGB channels and saturation

R 240 of 255 = 94%
G 159 of 255 = 62%
B 246 of 255 = 96%

240
159
246

R + G + B ~ 84%. #F09FF6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 240 + 159 + 246 = 645 (100%)
R 240 of 645 ~ 37.21%
G 159 of 645 ~ 24.65%
B 246 of 645 ~ 38.14'%

%37.21
%24.65
%38.14

CMYK color model

#F09FF6 color CMYK value is (2,35,0,4).

  • cyan value is 2.44%
  • magenta value is 35.37%
  • yellow value is 0.00%
  • key color value is 3.53%

CMYK: (2,35,0,4)
C2M35Y0K4 (2%, 35%, 0%, 4%)
(0.02 / 0.35 / 0.00 / 0.04)

CMYK percentages

%2.44
%35.37
%0
%3.53

Codes

Color #F09FF6 in popluar color models

F0 9F F6
RGB 240 159 246
HSL 296° 82.86% 79.41%
HSB/HSV 296° 35.37% 96.47%
CMYK 2.44% 35.37% 0.00%
3.53%

Color #F09FF6 in popluar number systems.

HEX F0 9F F6
Decimal 240 159 246
Binary 11110000 10011111 11110110
Octal 360 237 366

Shades and tints

Shades of #F09FF6

#F09FF6
(240,159,246)
#DB91E0
(219,145,224)
#C683CA
(198,131,202)
#B175B4
(177,117,180)
#9C679E
(156,103,158)
#875988
(135,89,136)
#724B72
(114,75,114)
#5D3D5C
(93,61,92)
#482F46
(72,47,70)
#332130
(51,33,48)
#1E131A
(30,19,26)
#000000
(0,0,0)

Tints of #F09FF6

#F09FF6
(240,159,246)
#F1A7F6
(241,167,246)
#F2AFF6
(242,175,246)
#F3B7F6
(243,183,246)
#F4BFF6
(244,191,246)
#F5C7F6
(245,199,246)
#F6CFF6
(246,207,246)
#F7D7F6
(247,215,246)
#F8DFF6
(248,223,246)
#F9E7F6
(249,231,246)
#FAEFF6
(250,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F09FF6 color. Also use rgb(240,159,246) instead hex code.

Text Font Color

.myTextColor { color: #F09FF6; }

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

This text font color is #F09FF6.

Background Color

.myBgColor { background-color: #F09FF6; }

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

This div background color is #F09FF6.

Border color

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

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

This div border color is #F09FF6.

Opacity

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

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

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

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

This text has shadow with #F09FF6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F09FF6.

Preview

Color preview on black background

This text has color #F09FF6 on black background.


Color preview on white background

This text has color #F09FF6 on white background.


Black color preview on #F09FF6 background

This text has black color on #F09FF6 background.


White color preview on #F09FF6 background

This text has white color on #F09FF6 background.


Related colors

Complementary color

Complementary color for #hex is #0F6009.


I love getcolorcode.com

Triadic colors

1 #F6F09F and #9FF6F0 with #F09FF6 are triadic colors.

2 #F69FF0 and #9FF0F6 with #F09FF6 are triadic colors.