COLOR #F61035

HEX: #F61035
RGB: (246,16,53)

Color info

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

RGB color model

#F61035 color RGB value is (246,16,53).

  • red value is 246;
  • green value is 16;
  • blue value is 53.
RGB:
(246,16,53)
(96%,6%,21%)

RGB channels and saturation

R 246 of 255 = 96%
G 16 of 255 = 6%
B 53 of 255 = 21%

246
16
53

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

Portions of RGB colors in percentages

R + G + B =
246 + 16 + 53 = 315 (100%)
R 246 of 315 ~ 78.1%
G 16 of 315 ~ 5.08%
B 53 of 315 ~ 16.83%

%78.1
%16.83

CMYK color model

#F61035 color CMYK value is (0,93,78,4).

  • cyan value is 0.00%
  • magenta value is 93.50%
  • yellow value is 78.46%
  • key color value is 3.53%
CMYK:
(0,93,78,4)
C0M93Y78K4 
(0%,93%,78%,4%)
(0.00/0.93/0.78/0.04)	

CMYK percentages

%0
%93.5
%78.46
%3.53

Codes

Color #F61035 in popluar color models

F61035
RGB2461653
HSL350°92.74%51.37%
HSB/HSV350°93.50%96.47%
CMYK0.00%93.50%78.46%
3.53%

Color #F61035 in popluar number systems.

HEXF61035
Decimal2461653
Binary1111011010000110101
Octal3662065

Shades and tints

Shades of #F61035

#F61035
(246,16,53)
#E00F31
(224,15,49)
#CA0E2D
(202,14,45)
#B40D29
(180,13,41)
#9E0C25
(158,12,37)
#880B21
(136,11,33)
#720A1D
(114,10,29)
#5C0919
(92,9,25)
#460815
(70,8,21)
#300711
(48,7,17)
#1A060D
(26,6,13)
#000000
(0,0,0)

Tints of #F61035

#F61035
(246,16,53)
#F62547
(246,37,71)
#F63A59
(246,58,89)
#F64F6B
(246,79,107)
#F6647D
(246,100,125)
#F6798F
(246,121,143)
#F68EA1
(246,142,161)
#F6A3B3
(246,163,179)
#F6B8C5
(246,184,197)
#F6CDD7
(246,205,215)
#F6E2E9
(246,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F61035 color. Also use rgb(246,16,53) instead hex code.

Text Font Color

.myTextColor { color: #F61035; }

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

This text font color is #F61035.


Background Color

.myBgColor { background-color: #F61035; }

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

This div background color is #F61035.


Border color

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

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

This div border color is #F61035.


Opacity

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

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

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

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

This text has shadow with #F61035 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F61035 on black background.


Color preview on white background

This text has color #F61035 on white background.



Black color preview on #F61035 background

This text has black color on #F61035 background.


White color preview on #F61035 background

This text has white color on #F61035 background.