COLOR #F00669

HEX: #F00669
RGB: (240,6,105)

Color info

#F00669 contains mainly red color. Web safe color of #F00669 is #FF0066 (or #F06).

RGB color model

#F00669 color RGB value is (240,6,105).

  • red value is 240;
  • green value is 6;
  • blue value is 105.
RGB:
(240,6,105)
(94%,2%,41%)

RGB channels and saturation

R 240 of 255 = 94%
G 6 of 255 = 2%
B 105 of 255 = 41%

240
6
105

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

Portions of RGB colors in percentages

R + G + B =
240 + 6 + 105 = 351 (100%)
R 240 of 351 ~ 68.38%
G 6 of 351 ~ 1.71%
B 105 of 351 ~ 29.91%

%68.38
%29.91

CMYK color model

#F00669 color CMYK value is (0,98,56,6).

  • cyan value is 0.00%
  • magenta value is 97.50%
  • yellow value is 56.25%
  • key color value is 5.88%
CMYK:
(0,98,56,6)
C0M98Y56K6 
(0%,98%,56%,6%)
(0.00/0.98/0.56/0.06)	

CMYK percentages

%0
%97.5
%56.25
%5.88

Codes

Color #F00669 in popluar color models

F00669
RGB2406105
HSL335°95.12%48.24%
HSB/HSV335°97.50%94.12%
CMYK0.00%97.50%56.25%
5.88%

Color #F00669 in popluar number systems.

HEXF00669
Decimal2406105
Binary111100001101101001
Octal3606151

Shades and tints

Shades of #F00669

#F00669
(240,6,105)
#DB0660
(219,6,96)
#C60657
(198,6,87)
#B1064E
(177,6,78)
#9C0645
(156,6,69)
#87063C
(135,6,60)
#720633
(114,6,51)
#5D062A
(93,6,42)
#480621
(72,6,33)
#330618
(51,6,24)
#1E060F
(30,6,15)
#000000
(0,0,0)

Tints of #F00669

#F00669
(240,6,105)
#F11C76
(241,28,118)
#F23283
(242,50,131)
#F34890
(243,72,144)
#F45E9D
(244,94,157)
#F574AA
(245,116,170)
#F68AB7
(246,138,183)
#F7A0C4
(247,160,196)
#F8B6D1
(248,182,209)
#F9CCDE
(249,204,222)
#FAE2EB
(250,226,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F00669 color. Also use rgb(240,6,105) instead hex code.

Text Font Color

.myTextColor { color: #F00669; }

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

This text font color is #F00669.


Background Color

.myBgColor { background-color: #F00669; }

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

This div background color is #F00669.


Border color

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

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

This div border color is #F00669.


Opacity

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

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

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

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

This text has shadow with #F00669 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F00669 on black background.


Color preview on white background

This text has color #F00669 on white background.



Black color preview on #F00669 background

This text has black color on #F00669 background.


White color preview on #F00669 background

This text has white color on #F00669 background.