COLOR #F6909A

HEX: #F6909A RGB: (246,144,154)

Color info

#F6909A contains mainly red color. Web safe color of #F6909A is #FF9999 (or #F99).

RGB color model

#F6909A color RGB value is (246,144,154).

RGB: (246,144,154) (96%, 56%, 60%)

RGB channels and saturation

R 246 of 255 = 96%
G 144 of 255 = 56%
B 154 of 255 = 60%

246
144
154

R + G + B ~ 71%. #F6909A is quite light color.

Portions of RGB colors in percentages

R + G + B = 246 + 144 + 154 = 544 (100%)
R 246 of 544 ~ 45.22%
G 144 of 544 ~ 26.47%
B 154 of 544 ~ 28.31'%

%45.22
%26.47
%28.31

CMYK color model

#F6909A color CMYK value is (0,41,37,4).

  • cyan value is 0.00%
  • magenta value is 41.46%
  • yellow value is 37.40%
  • key color value is 3.53%

CMYK: (0,41,37,4)
C0M41Y37K4 (0%, 41%, 37%, 4%)
(0.00 / 0.41 / 0.37 / 0.04)

CMYK percentages

%0
%41.46
%37.4
%3.53

Codes

Color #F6909A in popluar color models

F6 90 9A
RGB 246 144 154
HSL 354° 85.00% 76.47%
HSB/HSV 354° 41.46% 96.47%
CMYK 0.00% 41.46% 37.40%
3.53%

Color #F6909A in popluar number systems.

HEX F6 90 9A
Decimal 246 144 154
Binary 11110110 10010000 10011010
Octal 366 220 232

Shades and tints

Shades of #F6909A

#F6909A
(246,144,154)
#E0838C
(224,131,140)
#CA767E
(202,118,126)
#B46970
(180,105,112)
#9E5C62
(158,92,98)
#884F54
(136,79,84)
#724246
(114,66,70)
#5C3538
(92,53,56)
#46282A
(70,40,42)
#301B1C
(48,27,28)
#1A0E0E
(26,14,14)
#000000
(0,0,0)

Tints of #F6909A

#F6909A
(246,144,154)
#F69AA3
(246,154,163)
#F6A4AC
(246,164,172)
#F6AEB5
(246,174,181)
#F6B8BE
(246,184,190)
#F6C2C7
(246,194,199)
#F6CCD0
(246,204,208)
#F6D6D9
(246,214,217)
#F6E0E2
(246,224,226)
#F6EAEB
(246,234,235)
#F6F4F4
(246,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6909A color. Also use rgb(246,144,154) instead hex code.

Text Font Color

.myTextColor { color: #F6909A; }

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

This text font color is #F6909A.

Background Color

.myBgColor { background-color: #F6909A; }

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

This div background color is #F6909A.

Border color

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

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

This div border color is #F6909A.

Opacity

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

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

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

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

This text has shadow with #F6909A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6909A.

Preview

Color preview on black background

This text has color #F6909A on black background.


Color preview on white background

This text has color #F6909A on white background.


Black color preview on #F6909A background

This text has black color on #F6909A background.


White color preview on #F6909A background

This text has white color on #F6909A background.


Related colors

Complementary color

Complementary color for #hex is #096F65.


I love getcolorcode.com

Triadic colors

1 #9AF690 and #909AF6 with #F6909A are triadic colors.

2 #9A90F6 and #90F69A with #F6909A are triadic colors.