COLOR #F83443

HEX: #F83443
RGB: (248,52,67)

Color info

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

RGB color model

#F83443 color RGB value is (248,52,67).

  • red value is 248;
  • green value is 52;
  • blue value is 67.
RGB:
(248,52,67)
(97%,20%,26%)

RGB channels and saturation

R 248 of 255 = 97%
G 52 of 255 = 20%
B 67 of 255 = 26%

248
52
67

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

Portions of RGB colors in percentages

R + G + B =
248 + 52 + 67 = 367 (100%)
R 248 of 367 ~ 67.57%
G 52 of 367 ~ 14.17%
B 67 of 367 ~ 18.26%

%67.57
%14.17
%18.26

CMYK color model

#F83443 color CMYK value is (0,79,73,3).

  • cyan value is 0.00%
  • magenta value is 79.03%
  • yellow value is 72.98%
  • key color value is 2.75%
CMYK:
(0,79,73,3)
C0M79Y73K3 
(0%,79%,73%,3%)
(0.00/0.79/0.73/0.03)	

CMYK percentages

%0
%79.03
%72.98
%2.75

Codes

Color #F83443 in popluar color models

F83443
RGB2485267
HSL355°93.33%58.82%
HSB/HSV355°79.03%97.25%
CMYK0.00%79.03%72.98%
2.75%

Color #F83443 in popluar number systems.

HEXF83443
Decimal2485267
Binary111110001101001000011
Octal37064103

Shades and tints

Shades of #F83443

#F83443
(248,52,67)
#E2303D
(226,48,61)
#CC2C37
(204,44,55)
#B62831
(182,40,49)
#A0242B
(160,36,43)
#8A2025
(138,32,37)
#741C1F
(116,28,31)
#5E1819
(94,24,25)
#481413
(72,20,19)
#32100D
(50,16,13)
#1C0C07
(28,12,7)
#000000
(0,0,0)

Tints of #F83443

#F83443
(248,52,67)
#F84654
(248,70,84)
#F85865
(248,88,101)
#F86A76
(248,106,118)
#F87C87
(248,124,135)
#F88E98
(248,142,152)
#F8A0A9
(248,160,169)
#F8B2BA
(248,178,186)
#F8C4CB
(248,196,203)
#F8D6DC
(248,214,220)
#F8E8ED
(248,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F83443 color. Also use rgb(248,52,67) instead hex code.

Text Font Color

.myTextColor { color: #F83443; }

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

This text font color is #F83443.


Background Color

.myBgColor { background-color: #F83443; }

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

This div background color is #F83443.


Border color

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

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

This div border color is #F83443.


Opacity

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

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

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

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

This text has shadow with #F83443 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F83443 on black background.


Color preview on white background

This text has color #F83443 on white background.



Black color preview on #F83443 background

This text has black color on #F83443 background.


White color preview on #F83443 background

This text has white color on #F83443 background.