COLOR #F61634

HEX: #F61634
RGB: (246,22,52)

Color info

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

RGB color model

#F61634 color RGB value is (246,22,52).

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

RGB channels and saturation

R 246 of 255 = 96%
G 22 of 255 = 9%
B 52 of 255 = 20%

246
22
52

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

Portions of RGB colors in percentages

R + G + B =
246 + 22 + 52 = 320 (100%)
R 246 of 320 ~ 76.88%
G 22 of 320 ~ 6.88%
B 52 of 320 ~ 16.25%

%76.88
%16.25

CMYK color model

#F61634 color CMYK value is (0,91,79,4).

  • cyan value is 0.00%
  • magenta value is 91.06%
  • yellow value is 78.86%
  • key color value is 3.53%
CMYK:
(0,91,79,4)
C0M91Y79K4 
(0%,91%,79%,4%)
(0.00/0.91/0.79/0.04)	

CMYK percentages

%0
%91.06
%78.86
%3.53

Codes

Color #F61634 in popluar color models

F61634
RGB2462252
HSL352°92.56%52.55%
HSB/HSV352°91.06%96.47%
CMYK0.00%91.06%78.86%
3.53%

Color #F61634 in popluar number systems.

HEXF61634
Decimal2462252
Binary1111011010110110100
Octal3662664

Shades and tints

Shades of #F61634

#F61634
(246,22,52)
#E01430
(224,20,48)
#CA122C
(202,18,44)
#B41028
(180,16,40)
#9E0E24
(158,14,36)
#880C20
(136,12,32)
#720A1C
(114,10,28)
#5C0818
(92,8,24)
#460614
(70,6,20)
#300410
(48,4,16)
#1A020C
(26,2,12)
#000000
(0,0,0)

Tints of #F61634

#F61634
(246,22,52)
#F62B46
(246,43,70)
#F64058
(246,64,88)
#F6556A
(246,85,106)
#F66A7C
(246,106,124)
#F67F8E
(246,127,142)
#F694A0
(246,148,160)
#F6A9B2
(246,169,178)
#F6BEC4
(246,190,196)
#F6D3D6
(246,211,214)
#F6E8E8
(246,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F61634; }

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

This text font color is #F61634.


Background Color

.myBgColor { background-color: #F61634; }

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

This div background color is #F61634.


Border color

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

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

This div border color is #F61634.


Opacity

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

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

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

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

This text has shadow with #F61634 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F61634 on black background.


Color preview on white background

This text has color #F61634 on white background.



Black color preview on #F61634 background

This text has black color on #F61634 background.


White color preview on #F61634 background

This text has white color on #F61634 background.