COLOR #F63035

HEX: #F63035
RGB: (246,48,53)

Color info

#F63035 contains mainly red color. Web safe color of #F63035 is #FF3333 (or #F33).

RGB color model

#F63035 color RGB value is (246,48,53).

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

RGB channels and saturation

R 246 of 255 = 96%
G 48 of 255 = 19%
B 53 of 255 = 21%

246
48
53

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

Portions of RGB colors in percentages

R + G + B =
246 + 48 + 53 = 347 (100%)
R 246 of 347 ~ 70.89%
G 48 of 347 ~ 13.83%
B 53 of 347 ~ 15.27%

%70.89
%13.83
%15.27

CMYK color model

#F63035 color CMYK value is (0,80,78,4).

  • cyan value is 0.00%
  • magenta value is 80.49%
  • yellow value is 78.46%
  • key color value is 3.53%
CMYK:
(0,80,78,4)
C0M80Y78K4 
(0%,80%,78%,4%)
(0.00/0.80/0.78/0.04)	

CMYK percentages

%0
%80.49
%78.46
%3.53

Codes

Color #F63035 in popluar color models

F63035
RGB2464853
HSL358°91.67%57.65%
HSB/HSV358°80.49%96.47%
CMYK0.00%80.49%78.46%
3.53%

Color #F63035 in popluar number systems.

HEXF63035
Decimal2464853
Binary11110110110000110101
Octal3666065

Shades and tints

Shades of #F63035

#F63035
(246,48,53)
#E02C31
(224,44,49)
#CA282D
(202,40,45)
#B42429
(180,36,41)
#9E2025
(158,32,37)
#881C21
(136,28,33)
#72181D
(114,24,29)
#5C1419
(92,20,25)
#461015
(70,16,21)
#300C11
(48,12,17)
#1A080D
(26,8,13)
#000000
(0,0,0)

Tints of #F63035

#F63035
(246,48,53)
#F64247
(246,66,71)
#F65459
(246,84,89)
#F6666B
(246,102,107)
#F6787D
(246,120,125)
#F68A8F
(246,138,143)
#F69CA1
(246,156,161)
#F6AEB3
(246,174,179)
#F6C0C5
(246,192,197)
#F6D2D7
(246,210,215)
#F6E4E9
(246,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F63035; }

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

This text font color is #F63035.


Background Color

.myBgColor { background-color: #F63035; }

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

This div background color is #F63035.


Border color

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

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

This div border color is #F63035.


Opacity

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

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

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

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

This text has shadow with #F63035 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F63035 on black background.


Color preview on white background

This text has color #F63035 on white background.



Black color preview on #F63035 background

This text has black color on #F63035 background.


White color preview on #F63035 background

This text has white color on #F63035 background.