COLOR #F6919A

HEX: #F6919A RGB: (246,145,154)

Color info

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

RGB color model

#F6919A color RGB value is (246,145,154).

RGB: (246,145,154) (96%, 57%, 60%)

RGB channels and saturation

R 246 of 255 = 96%
G 145 of 255 = 57%
B 154 of 255 = 60%

246
145
154

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

Portions of RGB colors in percentages

R + G + B = 246 + 145 + 154 = 545 (100%)
R 246 of 545 ~ 45.14%
G 145 of 545 ~ 26.61%
B 154 of 545 ~ 28.26'%

%45.14
%26.61
%28.26

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 41.06%
  • 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.06
%37.4
%3.53

Codes

Color #F6919A in popluar color models

F6 91 9A
RGB 246 145 154
HSL 355° 84.87% 76.67%
HSB/HSV 355° 41.06% 96.47%
CMYK 0.00% 41.06% 37.40%
3.53%

Color #F6919A in popluar number systems.

HEX F6 91 9A
Decimal 246 145 154
Binary 11110110 10010001 10011010
Octal 366 221 232

Shades and tints

Shades of #F6919A

#F6919A
(246,145,154)
#E0848C
(224,132,140)
#CA777E
(202,119,126)
#B46A70
(180,106,112)
#9E5D62
(158,93,98)
#885054
(136,80,84)
#724346
(114,67,70)
#5C3638
(92,54,56)
#46292A
(70,41,42)
#301C1C
(48,28,28)
#1A0F0E
(26,15,14)
#000000
(0,0,0)

Tints of #F6919A

#F6919A
(246,145,154)
#F69BA3
(246,155,163)
#F6A5AC
(246,165,172)
#F6AFB5
(246,175,181)
#F6B9BE
(246,185,190)
#F6C3C7
(246,195,199)
#F6CDD0
(246,205,208)
#F6D7D9
(246,215,217)
#F6E1E2
(246,225,226)
#F6EBEB
(246,235,235)
#F6F5F4
(246,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6919A; }

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

This text font color is #F6919A.

Background Color

.myBgColor { background-color: #F6919A; }

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

This div background color is #F6919A.

Border color

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

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

This div border color is #F6919A.

Opacity

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

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

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

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

This text has shadow with #F6919A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6919A.

Preview

Color preview on black background

This text has color #F6919A on black background.


Color preview on white background

This text has color #F6919A on white background.


Black color preview on #F6919A background

This text has black color on #F6919A background.


White color preview on #F6919A background

This text has white color on #F6919A background.


Related colors

Complementary color

Complementary color for #hex is #096E65.


I love getcolorcode.com

Triadic colors

1 #9AF691 and #919AF6 with #F6919A are triadic colors.

2 #9A91F6 and #91F69A with #F6919A are triadic colors.