#FA1143

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

Shades of Torch Red #FA1143

Tints of Torch Red #FA1143

Color information

#FA1143 (or 0xFA1143) is unknown color: approx Torch Red. HEX triplet: FA, 11 and 43. RGB value is (250,17,67). Sum of RGB (Red+Green+Blue) = 250+17+67=334 (44% of max value = 765). Red value is 250 (98.05% from 255 or 74.85% from 334); Green value is 17 (7.03% from 255 or 5.09% from 334); Blue value is 67 (26.56% from 255 or 20.06% from 334); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1143 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA1143 is #05EEBC. Grayscale: #5C5C5C. Windows color (decimal): -388797 or 4395514. OLE color: 4395514.

HSL color Cylindrical-coordinate representation of color #FA1143: hue angle of 347.12º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FA1143 is Cyan = 0, Magento = 0.93, Yellow = 0.73 and Black (K on CMYK) = 0.02.

Color convert

RGB2501767-
CMYK00.930.730.02
HSL347.12º95.88%52.35%-
HSV(B)347.12º93.2%98.04%-
XYZ40.6421.137.25-
YUV92.37113.69240.43-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 74.85%
GREEN value IS 17 (7.03% from 255) = 5.09%
BLUE value IS 67 (26.56% from 255) = 20.06%
R=74.85%
G=5.09%
B=20.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.73
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250176700.930.730.02347.1295.8852.35
HexFA114305D49215b6034
Octal372211030135111253314064
Binary11111010100011000011010111011001001101010110111100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA1143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA1143; }

 p { color: rgb(250,17,67); }

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

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

 a { background-color: rgb(250,17,67); }

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

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

 span { border-color: rgb(250,17,67); }

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