COLOR #F65B9C

HEX: #F65B9C
RGB: (246,91,156)

Color info

#F65B9C contains mainly red color. Web safe color of #F65B9C is #FF6699 (or #F69).

RGB color model

#F65B9C color RGB value is (246,91,156).

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

RGB channels and saturation

R 246 of 255 = 96%
G 91 of 255 = 36%
B 156 of 255 = 61%

246
91
156

R + G + B ~ 64%. #F65B9C is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 91 + 156 = 493 (100%)
R 246 of 493 ~ 49.9%
G 91 of 493 ~ 18.46%
B 156 of 493 ~ 31.64%

%49.9
%18.46
%31.64

CMYK color model

#F65B9C color CMYK value is (0,63,37,4).

  • cyan value is 0.00%
  • magenta value is 63.01%
  • yellow value is 36.59%
  • key color value is 3.53%
CMYK:
(0,63,37,4)
C0M63Y37K4 
(0%,63%,37%,4%)
(0.00/0.63/0.37/0.04)	

CMYK percentages

%0
%63.01
%36.59
%3.53

Codes

Color #F65B9C in popluar color models

F65B9C
RGB24691156
HSL335°89.60%66.08%
HSB/HSV335°63.01%96.47%
CMYK0.00%63.01%36.59%
3.53%

Color #F65B9C in popluar number systems.

HEXF65B9C
Decimal24691156
Binary11110110101101110011100
Octal366133234

Shades and tints

Shades of #F65B9C

#F65B9C
(246,91,156)
#E0538E
(224,83,142)
#CA4B80
(202,75,128)
#B44372
(180,67,114)
#9E3B64
(158,59,100)
#883356
(136,51,86)
#722B48
(114,43,72)
#5C233A
(92,35,58)
#461B2C
(70,27,44)
#30131E
(48,19,30)
#1A0B10
(26,11,16)
#000000
(0,0,0)

Tints of #F65B9C

#F65B9C
(246,91,156)
#F669A5
(246,105,165)
#F677AE
(246,119,174)
#F685B7
(246,133,183)
#F693C0
(246,147,192)
#F6A1C9
(246,161,201)
#F6AFD2
(246,175,210)
#F6BDDB
(246,189,219)
#F6CBE4
(246,203,228)
#F6D9ED
(246,217,237)
#F6E7F6
(246,231,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F65B9C; }

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

This text font color is #F65B9C.


Background Color

.myBgColor { background-color: #F65B9C; }

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

This div background color is #F65B9C.


Border color

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

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

This div border color is #F65B9C.


Opacity

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

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

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

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

This text has shadow with #F65B9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F65B9C on black background.


Color preview on white background

This text has color #F65B9C on white background.



Black color preview on #F65B9C background

This text has black color on #F65B9C background.


White color preview on #F65B9C background

This text has white color on #F65B9C background.