#FA0439

Color #FA0439 Torch Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Torch Red #FA0439

Tints of Torch Red #FA0439

Color information

#FA0439 (or 0xFA0439) is unknown color: approx Torch Red. HEX triplet: FA, 04 and 39. RGB value is (250,4,57). Sum of RGB (Red+Green+Blue) = 250+4+57=311 (41% of max value = 765). Red value is 250 (98.05% from 255 or 80.39% from 311); Green value is 4 (1.95% from 255 or 1.29% from 311); Blue value is 57 (22.66% from 255 or 18.33% from 311); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0439 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA0439 is #05FBC6. Grayscale: #535353. Windows color (decimal): -392135 or 3736826. OLE color: 3736826.

HSL color Cylindrical-coordinate representation of color #FA0439: hue angle of 347.07º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FA0439 is Cyan = 0, Magento = 0.98, Yellow = 0.77 and Black (K on CMYK) = 0.02.

Color convert

RGB250457-
CMYK00.980.770.02
HSL347.07º96.85%49.8%-
HSV(B)347.07º98.4%98.04%-
XYZ40.2120.715.75-
YUV83.6113246.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 250 (98.05% from 255) = 80.39%
GREEN value IS 4 (1.95% from 255) = 1.29%
BLUE value IS 57 (22.66% from 255) = 18.33%
R=80.39%
G=1.29%
B=18.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.77
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25045700.980.770.02347.0796.8549.8
HexFA4390624D215b6132
Octal3724710142115253314162
Binary11111010100111001011000101001101101010110111100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA0439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA0439; }

 p { color: rgb(250,4,57); }

 H1.HeaderClassName
 {
   color: #FA0439;
 }
 .AnyTagClassName
 {
   color: #FA0439;
 }
</style>
background-color css

<style>
 a { background-color: #FA0439; }

 a { background-color: rgb(250,4,57); }

 div.DivClassName
 {
   background-color: #FA0439;
 }
 .BgClassName
 {
   background-color: #FA0439;
 }
</style>
border-color css

<style>
 span { border-color: #FA0439; }

 span { border-color: rgb(250,4,57); }

 td.TdClassName
 {
   border-color: #FA0439;
 }
 .TagClassName
 {
   border-color: #FA0439;
 }
</style>