COLOR #F6969C

HEX: #F6969C
RGB: (246,150,156)

Color info

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

RGB color model

#F6969C color RGB value is (246,150,156).

  • red value is 246;
  • green value is 150;
  • blue value is 156.
RGB:
(246,150,156)
(96%,59%,61%)

RGB channels and saturation

R 246 of 255 = 96%
G 150 of 255 = 59%
B 156 of 255 = 61%

246
150
156

R + G + B ~ 72%. #F6969C is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 150 + 156 = 552 (100%)
R 246 of 552 ~ 44.57%
G 150 of 552 ~ 27.17%
B 156 of 552 ~ 28.26%

%44.57
%27.17
%28.26

CMYK color model

#F6969C color CMYK value is (0,39,37,4).

  • cyan value is 0.00%
  • magenta value is 39.02%
  • yellow value is 36.59%
  • key color value is 3.53%
CMYK:
(0,39,37,4)
C0M39Y37K4 
(0%,39%,37%,4%)
(0.00/0.39/0.37/0.04)	

CMYK percentages

%0
%39.02
%36.59
%3.53

Codes

Color #F6969C in popluar color models

F6969C
RGB246150156
HSL356°84.21%77.65%
HSB/HSV356°39.02%96.47%
CMYK0.00%39.02%36.59%
3.53%

Color #F6969C in popluar number systems.

HEXF6969C
Decimal246150156
Binary111101101001011010011100
Octal366226234

Shades and tints

Shades of #F6969C

#F6969C
(246,150,156)
#E0898E
(224,137,142)
#CA7C80
(202,124,128)
#B46F72
(180,111,114)
#9E6264
(158,98,100)
#885556
(136,85,86)
#724848
(114,72,72)
#5C3B3A
(92,59,58)
#462E2C
(70,46,44)
#30211E
(48,33,30)
#1A1410
(26,20,16)
#000000
(0,0,0)

Tints of #F6969C

#F6969C
(246,150,156)
#F69FA5
(246,159,165)
#F6A8AE
(246,168,174)
#F6B1B7
(246,177,183)
#F6BAC0
(246,186,192)
#F6C3C9
(246,195,201)
#F6CCD2
(246,204,210)
#F6D5DB
(246,213,219)
#F6DEE4
(246,222,228)
#F6E7ED
(246,231,237)
#F6F0F6
(246,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6969C color. Also use rgb(246,150,156) instead hex code.

Text Font Color

.myTextColor { color: #F6969C; }

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

This text font color is #F6969C.


Background Color

.myBgColor { background-color: #F6969C; }

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

This div background color is #F6969C.


Border color

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

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

This div border color is #F6969C.


Opacity

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

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

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

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

This text has shadow with #F6969C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6969C on black background.


Color preview on white background

This text has color #F6969C on white background.



Black color preview on #F6969C background

This text has black color on #F6969C background.


White color preview on #F6969C background

This text has white color on #F6969C background.