COLOR #F63B52

HEX: #F63B52
RGB: (246,59,82)

Color info

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

RGB color model

#F63B52 color RGB value is (246,59,82).

  • red value is 246;
  • green value is 59;
  • blue value is 82.
RGB:
(246,59,82)
(96%,23%,32%)

RGB channels and saturation

R 246 of 255 = 96%
G 59 of 255 = 23%
B 82 of 255 = 32%

246
59
82

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

Portions of RGB colors in percentages

R + G + B =
246 + 59 + 82 = 387 (100%)
R 246 of 387 ~ 63.57%
G 59 of 387 ~ 15.25%
B 82 of 387 ~ 21.19%

%63.57
%15.25
%21.19

CMYK color model

#F63B52 color CMYK value is (0,76,67,4).

  • cyan value is 0.00%
  • magenta value is 76.02%
  • yellow value is 66.67%
  • key color value is 3.53%
CMYK:
(0,76,67,4)
C0M76Y67K4 
(0%,76%,67%,4%)
(0.00/0.76/0.67/0.04)	

CMYK percentages

%0
%76.02
%66.67
%3.53

Codes

Color #F63B52 in popluar color models

F63B52
RGB2465982
HSL353°91.22%59.80%
HSB/HSV353°76.02%96.47%
CMYK0.00%76.02%66.67%
3.53%

Color #F63B52 in popluar number systems.

HEXF63B52
Decimal2465982
Binary111101101110111010010
Octal36673122

Shades and tints

Shades of #F63B52

#F63B52
(246,59,82)
#E0364B
(224,54,75)
#CA3144
(202,49,68)
#B42C3D
(180,44,61)
#9E2736
(158,39,54)
#88222F
(136,34,47)
#721D28
(114,29,40)
#5C1821
(92,24,33)
#46131A
(70,19,26)
#300E13
(48,14,19)
#1A090C
(26,9,12)
#000000
(0,0,0)

Tints of #F63B52

#F63B52
(246,59,82)
#F64C61
(246,76,97)
#F65D70
(246,93,112)
#F66E7F
(246,110,127)
#F67F8E
(246,127,142)
#F6909D
(246,144,157)
#F6A1AC
(246,161,172)
#F6B2BB
(246,178,187)
#F6C3CA
(246,195,202)
#F6D4D9
(246,212,217)
#F6E5E8
(246,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F63B52 color. Also use rgb(246,59,82) instead hex code.

Text Font Color

.myTextColor { color: #F63B52; }

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

This text font color is #F63B52.


Background Color

.myBgColor { background-color: #F63B52; }

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

This div background color is #F63B52.


Border color

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

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

This div border color is #F63B52.


Opacity

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

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

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

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

This text has shadow with #F63B52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F63B52 on black background.


Color preview on white background

This text has color #F63B52 on white background.



Black color preview on #F63B52 background

This text has black color on #F63B52 background.


White color preview on #F63B52 background

This text has white color on #F63B52 background.