COLOR #F61627

HEX: #F61627
RGB: (246,22,39)

Color info

#F61627 contains mainly red color. Web safe color of #F61627 is #FF0033 (or #F03).

RGB color model

#F61627 color RGB value is (246,22,39).

  • red value is 246;
  • green value is 22;
  • blue value is 39.
RGB:
(246,22,39)
(96%,9%,15%)

RGB channels and saturation

R 246 of 255 = 96%
G 22 of 255 = 9%
B 39 of 255 = 15%

246
22
39

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

Portions of RGB colors in percentages

R + G + B =
246 + 22 + 39 = 307 (100%)
R 246 of 307 ~ 80.13%
G 22 of 307 ~ 7.17%
B 39 of 307 ~ 12.7%

%80.13
%12.7

CMYK color model

#F61627 color CMYK value is (0,91,84,4).

  • cyan value is 0.00%
  • magenta value is 91.06%
  • yellow value is 84.15%
  • key color value is 3.53%
CMYK:
(0,91,84,4)
C0M91Y84K4 
(0%,91%,84%,4%)
(0.00/0.91/0.84/0.04)	

CMYK percentages

%0
%91.06
%84.15
%3.53

Codes

Color #F61627 in popluar color models

F61627
RGB2462239
HSL355°92.56%52.55%
HSB/HSV355°91.06%96.47%
CMYK0.00%91.06%84.15%
3.53%

Color #F61627 in popluar number systems.

HEXF61627
Decimal2462239
Binary1111011010110100111
Octal3662647

Shades and tints

Shades of #F61627

#F61627
(246,22,39)
#E01424
(224,20,36)
#CA1221
(202,18,33)
#B4101E
(180,16,30)
#9E0E1B
(158,14,27)
#880C18
(136,12,24)
#720A15
(114,10,21)
#5C0812
(92,8,18)
#46060F
(70,6,15)
#30040C
(48,4,12)
#1A0209
(26,2,9)
#000000
(0,0,0)

Tints of #F61627

#F61627
(246,22,39)
#F62B3A
(246,43,58)
#F6404D
(246,64,77)
#F65560
(246,85,96)
#F66A73
(246,106,115)
#F67F86
(246,127,134)
#F69499
(246,148,153)
#F6A9AC
(246,169,172)
#F6BEBF
(246,190,191)
#F6D3D2
(246,211,210)
#F6E8E5
(246,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F61627 color. Also use rgb(246,22,39) instead hex code.

Text Font Color

.myTextColor { color: #F61627; }

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

This text font color is #F61627.


Background Color

.myBgColor { background-color: #F61627; }

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

This div background color is #F61627.


Border color

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

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

This div border color is #F61627.


Opacity

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

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

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

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

This text has shadow with #F61627 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F61627 on black background.


Color preview on white background

This text has color #F61627 on white background.



Black color preview on #F61627 background

This text has black color on #F61627 background.


White color preview on #F61627 background

This text has white color on #F61627 background.