COLOR #F65469

HEX: #F65469
RGB: (246,84,105)

Color info

#F65469 contains mainly red color. Web safe color of #F65469 is #FF6666 (or #F66).

RGB color model

#F65469 color RGB value is (246,84,105).

  • red value is 246;
  • green value is 84;
  • blue value is 105.
RGB:
(246,84,105)
(96%,33%,41%)

RGB channels and saturation

R 246 of 255 = 96%
G 84 of 255 = 33%
B 105 of 255 = 41%

246
84
105

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

Portions of RGB colors in percentages

R + G + B =
246 + 84 + 105 = 435 (100%)
R 246 of 435 ~ 56.55%
G 84 of 435 ~ 19.31%
B 105 of 435 ~ 24.14%

%56.55
%19.31
%24.14

CMYK color model

#F65469 color CMYK value is (0,66,57,4).

  • cyan value is 0.00%
  • magenta value is 65.85%
  • yellow value is 57.32%
  • key color value is 3.53%
CMYK:
(0,66,57,4)
C0M66Y57K4 
(0%,66%,57%,4%)
(0.00/0.66/0.57/0.04)	

CMYK percentages

%0
%65.85
%57.32
%3.53

Codes

Color #F65469 in popluar color models

F65469
RGB24684105
HSL352°90.00%64.71%
HSB/HSV352°65.85%96.47%
CMYK0.00%65.85%57.32%
3.53%

Color #F65469 in popluar number systems.

HEXF65469
Decimal24684105
Binary1111011010101001101001
Octal366124151

Shades and tints

Shades of #F65469

#F65469
(246,84,105)
#E04D60
(224,77,96)
#CA4657
(202,70,87)
#B43F4E
(180,63,78)
#9E3845
(158,56,69)
#88313C
(136,49,60)
#722A33
(114,42,51)
#5C232A
(92,35,42)
#461C21
(70,28,33)
#301518
(48,21,24)
#1A0E0F
(26,14,15)
#000000
(0,0,0)

Tints of #F65469

#F65469
(246,84,105)
#F66376
(246,99,118)
#F67283
(246,114,131)
#F68190
(246,129,144)
#F6909D
(246,144,157)
#F69FAA
(246,159,170)
#F6AEB7
(246,174,183)
#F6BDC4
(246,189,196)
#F6CCD1
(246,204,209)
#F6DBDE
(246,219,222)
#F6EAEB
(246,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F65469 color. Also use rgb(246,84,105) instead hex code.

Text Font Color

.myTextColor { color: #F65469; }

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

This text font color is #F65469.


Background Color

.myBgColor { background-color: #F65469; }

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

This div background color is #F65469.


Border color

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

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

This div border color is #F65469.


Opacity

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

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

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

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

This text has shadow with #F65469 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F65469 on black background.


Color preview on white background

This text has color #F65469 on white background.



Black color preview on #F65469 background

This text has black color on #F65469 background.


White color preview on #F65469 background

This text has white color on #F65469 background.