COLOR #F06CE9

HEX: #F06CE9 RGB: (240,108,233)

Color info

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

RGB color model

#F06CE9 color RGB value is (240,108,233).

RGB: (240,108,233) (94%, 42%, 91%)

RGB channels and saturation

R 240 of 255 = 94%
G 108 of 255 = 42%
B 233 of 255 = 91%

240
108
233

R + G + B ~ 76%. #F06CE9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 240 + 108 + 233 = 581 (100%)
R 240 of 581 ~ 41.31%
G 108 of 581 ~ 18.59%
B 233 of 581 ~ 40.1'%

%41.31
%18.59
%40.1

CMYK color model

#F06CE9 color CMYK value is (0,55,3,6).

  • cyan value is 0.00%
  • magenta value is 55.00%
  • yellow value is 2.92%
  • key color value is 5.88%

CMYK: (0,55,3,6)
C0M55Y3K6 (0%, 55%, 3%, 6%)
(0.00 / 0.55 / 0.03 / 0.06)

CMYK percentages

%0
%55
%2.92
%5.88

Codes

Color #F06CE9 in popluar color models

F0 6C E9
RGB 240 108 233
HSL 303° 81.48% 68.24%
HSB/HSV 303° 55.00% 94.12%
CMYK 0.00% 55.00% 2.92%
5.88%

Color #F06CE9 in popluar number systems.

HEX F0 6C E9
Decimal 240 108 233
Binary 11110000 1101100 11101001
Octal 360 154 351

Shades and tints

Shades of #F06CE9

#F06CE9
(240,108,233)
#DB63D4
(219,99,212)
#C65ABF
(198,90,191)
#B151AA
(177,81,170)
#9C4895
(156,72,149)
#873F80
(135,63,128)
#72366B
(114,54,107)
#5D2D56
(93,45,86)
#482441
(72,36,65)
#331B2C
(51,27,44)
#1E1217
(30,18,23)
#000000
(0,0,0)

Tints of #F06CE9

#F06CE9
(240,108,233)
#F179EB
(241,121,235)
#F286ED
(242,134,237)
#F393EF
(243,147,239)
#F4A0F1
(244,160,241)
#F5ADF3
(245,173,243)
#F6BAF5
(246,186,245)
#F7C7F7
(247,199,247)
#F8D4F9
(248,212,249)
#F9E1FB
(249,225,251)
#FAEEFD
(250,238,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F06CE9 color. Also use rgb(240,108,233) instead hex code.

Text Font Color

.myTextColor { color: #F06CE9; }

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

This text font color is #F06CE9.

Background Color

.myBgColor { background-color: #F06CE9; }

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

This div background color is #F06CE9.

Border color

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

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

This div border color is #F06CE9.

Opacity

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

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

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

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

This text has shadow with #F06CE9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F06CE9.

Preview

Color preview on black background

This text has color #F06CE9 on black background.


Color preview on white background

This text has color #F06CE9 on white background.


Black color preview on #F06CE9 background

This text has black color on #F06CE9 background.


White color preview on #F06CE9 background

This text has white color on #F06CE9 background.


Related colors

Complementary color

Complementary color for #hex is #0F9316.


I love getcolorcode.com

Triadic colors

1 #E9F06C and #6CE9F0 with #F06CE9 are triadic colors.

2 #E96CF0 and #6CF0E9 with #F06CE9 are triadic colors.