COLOR #F83A4A

HEX: #F83A4A
RGB: (248,58,74)

Color info

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

RGB color model

#F83A4A color RGB value is (248,58,74).

  • red value is 248;
  • green value is 58;
  • blue value is 74.
RGB:
(248,58,74)
(97%,23%,29%)

RGB channels and saturation

R 248 of 255 = 97%
G 58 of 255 = 23%
B 74 of 255 = 29%

248
58
74

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

Portions of RGB colors in percentages

R + G + B =
248 + 58 + 74 = 380 (100%)
R 248 of 380 ~ 65.26%
G 58 of 380 ~ 15.26%
B 74 of 380 ~ 19.47%

%65.26
%15.26
%19.47

CMYK color model

#F83A4A color CMYK value is (0,77,70,3).

  • cyan value is 0.00%
  • magenta value is 76.61%
  • yellow value is 70.16%
  • key color value is 2.75%
CMYK:
(0,77,70,3)
C0M77Y70K3 
(0%,77%,70%,3%)
(0.00/0.77/0.70/0.03)	

CMYK percentages

%0
%76.61
%70.16
%2.75

Codes

Color #F83A4A in popluar color models

F83A4A
RGB2485874
HSL355°93.14%60.00%
HSB/HSV355°76.61%97.25%
CMYK0.00%76.61%70.16%
2.75%

Color #F83A4A in popluar number systems.

HEXF83A4A
Decimal2485874
Binary111110001110101001010
Octal37072112

Shades and tints

Shades of #F83A4A

#F83A4A
(248,58,74)
#E23544
(226,53,68)
#CC303E
(204,48,62)
#B62B38
(182,43,56)
#A02632
(160,38,50)
#8A212C
(138,33,44)
#741C26
(116,28,38)
#5E1720
(94,23,32)
#48121A
(72,18,26)
#320D14
(50,13,20)
#1C080E
(28,8,14)
#000000
(0,0,0)

Tints of #F83A4A

#F83A4A
(248,58,74)
#F84B5A
(248,75,90)
#F85C6A
(248,92,106)
#F86D7A
(248,109,122)
#F87E8A
(248,126,138)
#F88F9A
(248,143,154)
#F8A0AA
(248,160,170)
#F8B1BA
(248,177,186)
#F8C2CA
(248,194,202)
#F8D3DA
(248,211,218)
#F8E4EA
(248,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F83A4A color. Also use rgb(248,58,74) instead hex code.

Text Font Color

.myTextColor { color: #F83A4A; }

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

This text font color is #F83A4A.


Background Color

.myBgColor { background-color: #F83A4A; }

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

This div background color is #F83A4A.


Border color

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

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

This div border color is #F83A4A.


Opacity

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

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

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

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

This text has shadow with #F83A4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F83A4A on black background.


Color preview on white background

This text has color #F83A4A on white background.



Black color preview on #F83A4A background

This text has black color on #F83A4A background.


White color preview on #F83A4A background

This text has white color on #F83A4A background.