COLOR #FA0F3A

HEX: #FA0F3A
RGB: (250,15,58)

Color info

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

RGB color model

#FA0F3A color RGB value is (250,15,58).

  • red value is 250;
  • green value is 15;
  • blue value is 58.
RGB:
(250,15,58)
(98%,6%,23%)

RGB channels and saturation

R 250 of 255 = 98%
G 15 of 255 = 6%
B 58 of 255 = 23%

250
15
58

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

Portions of RGB colors in percentages

R + G + B =
250 + 15 + 58 = 323 (100%)
R 250 of 323 ~ 77.4%
G 15 of 323 ~ 4.64%
B 58 of 323 ~ 17.96%

%77.4
%17.96

CMYK color model

#FA0F3A color CMYK value is (0,94,77,2).

  • cyan value is 0.00%
  • magenta value is 94.00%
  • yellow value is 76.80%
  • key color value is 1.96%
CMYK:
(0,94,77,2)
C0M94Y77K2 
(0%,94%,77%,2%)
(0.00/0.94/0.77/0.02)	

CMYK percentages

%0
%94
%76.8
%1.96

Codes

Color #FA0F3A in popluar color models

FA0F3A
RGB2501558
HSL349°95.92%51.96%
HSB/HSV349°94.00%98.04%
CMYK0.00%94.00%76.80%
1.96%

Color #FA0F3A in popluar number systems.

HEXFA0F3A
Decimal2501558
Binary111110101111111010
Octal3721772

Shades and tints

Shades of #FA0F3A

#FA0F3A
(250,15,58)
#E40E35
(228,14,53)
#CE0D30
(206,13,48)
#B80C2B
(184,12,43)
#A20B26
(162,11,38)
#8C0A21
(140,10,33)
#76091C
(118,9,28)
#600817
(96,8,23)
#4A0712
(74,7,18)
#34060D
(52,6,13)
#1E0508
(30,5,8)
#000000
(0,0,0)

Tints of #FA0F3A

#FA0F3A
(250,15,58)
#FA244B
(250,36,75)
#FA395C
(250,57,92)
#FA4E6D
(250,78,109)
#FA637E
(250,99,126)
#FA788F
(250,120,143)
#FA8DA0
(250,141,160)
#FAA2B1
(250,162,177)
#FAB7C2
(250,183,194)
#FACCD3
(250,204,211)
#FAE1E4
(250,225,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FA0F3A color. Also use rgb(250,15,58) instead hex code.

Text Font Color

.myTextColor { color: #FA0F3A; }

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

This text font color is #FA0F3A.


Background Color

.myBgColor { background-color: #FA0F3A; }

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

This div background color is #FA0F3A.


Border color

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

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

This div border color is #FA0F3A.


Opacity

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

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

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

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

This text has shadow with #FA0F3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FA0F3A on black background.


Color preview on white background

This text has color #FA0F3A on white background.



Black color preview on #FA0F3A background

This text has black color on #FA0F3A background.


White color preview on #FA0F3A background

This text has white color on #FA0F3A background.