COLOR #F6417E

HEX: #F6417E
RGB: (246,65,126)

Color info

#F6417E contains mainly red color. Web safe color of #F6417E is #FF3366 (or #F36).

RGB color model

#F6417E color RGB value is (246,65,126).

  • red value is 246;
  • green value is 65;
  • blue value is 126.
RGB:
(246,65,126)
(96%,25%,49%)

RGB channels and saturation

R 246 of 255 = 96%
G 65 of 255 = 25%
B 126 of 255 = 49%

246
65
126

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

Portions of RGB colors in percentages

R + G + B =
246 + 65 + 126 = 437 (100%)
R 246 of 437 ~ 56.29%
G 65 of 437 ~ 14.87%
B 126 of 437 ~ 28.83%

%56.29
%14.87
%28.83

CMYK color model

#F6417E color CMYK value is (0,74,49,4).

  • cyan value is 0.00%
  • magenta value is 73.58%
  • yellow value is 48.78%
  • key color value is 3.53%
CMYK:
(0,74,49,4)
C0M74Y49K4 
(0%,74%,49%,4%)
(0.00/0.74/0.49/0.04)	

CMYK percentages

%0
%73.58
%48.78
%3.53

Codes

Color #F6417E in popluar color models

F6417E
RGB24665126
HSL340°90.95%60.98%
HSB/HSV340°73.58%96.47%
CMYK0.00%73.58%48.78%
3.53%

Color #F6417E in popluar number systems.

HEXF6417E
Decimal24665126
Binary1111011010000011111110
Octal366101176

Shades and tints

Shades of #F6417E

#F6417E
(246,65,126)
#E03C73
(224,60,115)
#CA3768
(202,55,104)
#B4325D
(180,50,93)
#9E2D52
(158,45,82)
#882847
(136,40,71)
#72233C
(114,35,60)
#5C1E31
(92,30,49)
#461926
(70,25,38)
#30141B
(48,20,27)
#1A0F10
(26,15,16)
#000000
(0,0,0)

Tints of #F6417E

#F6417E
(246,65,126)
#F65289
(246,82,137)
#F66394
(246,99,148)
#F6749F
(246,116,159)
#F685AA
(246,133,170)
#F696B5
(246,150,181)
#F6A7C0
(246,167,192)
#F6B8CB
(246,184,203)
#F6C9D6
(246,201,214)
#F6DAE1
(246,218,225)
#F6EBEC
(246,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6417E color. Also use rgb(246,65,126) instead hex code.

Text Font Color

.myTextColor { color: #F6417E; }

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

This text font color is #F6417E.


Background Color

.myBgColor { background-color: #F6417E; }

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

This div background color is #F6417E.


Border color

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

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

This div border color is #F6417E.


Opacity

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

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

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

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

This text has shadow with #F6417E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6417E on black background.


Color preview on white background

This text has color #F6417E on white background.



Black color preview on #F6417E background

This text has black color on #F6417E background.


White color preview on #F6417E background

This text has white color on #F6417E background.