COLOR #F674F9

HEX: #F674F9
RGB: (246,116,249)

Color info

#F674F9 contains mainly red and blue colors. Web safe color of #F674F9 is #FF66FF (or #F6F).

RGB color model

#F674F9 color RGB value is (246,116,249).

  • red value is 246;
  • green value is 116;
  • blue value is 249.
RGB:
(246,116,249)
(96%,45%,98%)

RGB channels and saturation

R 246 of 255 = 96%
G 116 of 255 = 45%
B 249 of 255 = 98%

246
116
249

R + G + B ~ 80%. #F674F9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 116 + 249 = 611 (100%)
R 246 of 611 ~ 40.26%
G 116 of 611 ~ 18.99%
B 249 of 611 ~ 40.75%

%40.26
%18.99
%40.75

CMYK color model

#F674F9 color CMYK value is (1,53,0,2).

  • cyan value is 1.20%
  • magenta value is 53.41%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(1,53,0,2)
C1M53Y0K2 
(1%,53%,0%,2%)
(0.01/0.53/0.00/0.02)	

CMYK percentages

%1.2
%53.41
%0
%2.35

Codes

Color #F674F9 in popluar color models

F674F9
RGB246116249
HSL299°91.72%71.57%
HSB/HSV299°53.41%97.65%
CMYK1.20%53.41%0.00%
2.35%

Color #F674F9 in popluar number systems.

HEXF674F9
Decimal246116249
Binary11110110111010011111001
Octal366164371

Shades and tints

Shades of #F674F9

#F674F9
(246,116,249)
#E06AE3
(224,106,227)
#CA60CD
(202,96,205)
#B456B7
(180,86,183)
#9E4CA1
(158,76,161)
#88428B
(136,66,139)
#723875
(114,56,117)
#5C2E5F
(92,46,95)
#462449
(70,36,73)
#301A33
(48,26,51)
#1A101D
(26,16,29)
#000000
(0,0,0)

Tints of #F674F9

#F674F9
(246,116,249)
#F680F9
(246,128,249)
#F68CF9
(246,140,249)
#F698F9
(246,152,249)
#F6A4F9
(246,164,249)
#F6B0F9
(246,176,249)
#F6BCF9
(246,188,249)
#F6C8F9
(246,200,249)
#F6D4F9
(246,212,249)
#F6E0F9
(246,224,249)
#F6ECF9
(246,236,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F674F9 color. Also use rgb(246,116,249) instead hex code.

Text Font Color

.myTextColor { color: #F674F9; }

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

This text font color is #F674F9.


Background Color

.myBgColor { background-color: #F674F9; }

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

This div background color is #F674F9.


Border color

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

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

This div border color is #F674F9.


Opacity

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

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

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

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

This text has shadow with #F674F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F674F9 on black background.


Color preview on white background

This text has color #F674F9 on white background.



Black color preview on #F674F9 background

This text has black color on #F674F9 background.


White color preview on #F674F9 background

This text has white color on #F674F9 background.