COLOR #F63461

HEX: #F63461
RGB: (246,52,97)

Color info

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

RGB color model

#F63461 color RGB value is (246,52,97).

  • red value is 246;
  • green value is 52;
  • blue value is 97.
RGB:
(246,52,97)
(96%,20%,38%)

RGB channels and saturation

R 246 of 255 = 96%
G 52 of 255 = 20%
B 97 of 255 = 38%

246
52
97

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

Portions of RGB colors in percentages

R + G + B =
246 + 52 + 97 = 395 (100%)
R 246 of 395 ~ 62.28%
G 52 of 395 ~ 13.16%
B 97 of 395 ~ 24.56%

%62.28
%13.16
%24.56

CMYK color model

#F63461 color CMYK value is (0,79,61,4).

  • cyan value is 0.00%
  • magenta value is 78.86%
  • yellow value is 60.57%
  • key color value is 3.53%
CMYK:
(0,79,61,4)
C0M79Y61K4 
(0%,79%,61%,4%)
(0.00/0.79/0.61/0.04)	

CMYK percentages

%0
%78.86
%60.57
%3.53

Codes

Color #F63461 in popluar color models

F63461
RGB2465297
HSL346°91.51%58.43%
HSB/HSV346°78.86%96.47%
CMYK0.00%78.86%60.57%
3.53%

Color #F63461 in popluar number systems.

HEXF63461
Decimal2465297
Binary111101101101001100001
Octal36664141

Shades and tints

Shades of #F63461

#F63461
(246,52,97)
#E03059
(224,48,89)
#CA2C51
(202,44,81)
#B42849
(180,40,73)
#9E2441
(158,36,65)
#882039
(136,32,57)
#721C31
(114,28,49)
#5C1829
(92,24,41)
#461421
(70,20,33)
#301019
(48,16,25)
#1A0C11
(26,12,17)
#000000
(0,0,0)

Tints of #F63461

#F63461
(246,52,97)
#F6466F
(246,70,111)
#F6587D
(246,88,125)
#F66A8B
(246,106,139)
#F67C99
(246,124,153)
#F68EA7
(246,142,167)
#F6A0B5
(246,160,181)
#F6B2C3
(246,178,195)
#F6C4D1
(246,196,209)
#F6D6DF
(246,214,223)
#F6E8ED
(246,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F63461 color. Also use rgb(246,52,97) instead hex code.

Text Font Color

.myTextColor { color: #F63461; }

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

This text font color is #F63461.


Background Color

.myBgColor { background-color: #F63461; }

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

This div background color is #F63461.


Border color

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

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

This div border color is #F63461.


Opacity

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

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

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

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

This text has shadow with #F63461 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F63461 on black background.


Color preview on white background

This text has color #F63461 on white background.



Black color preview on #F63461 background

This text has black color on #F63461 background.


White color preview on #F63461 background

This text has white color on #F63461 background.