#FA1142

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

Shades of Torch Red #FA1142

Tints of Torch Red #FA1142

Color information

#FA1142 (or 0xFA1142) is unknown color: approx Torch Red. HEX triplet: FA, 11 and 42. RGB value is (250,17,66). Sum of RGB (Red+Green+Blue) = 250+17+66=333 (44% of max value = 765). Red value is 250 (98.05% from 255 or 75.08% from 333); Green value is 17 (7.03% from 255 or 5.11% from 333); Blue value is 66 (26.17% from 255 or 19.82% from 333); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1142 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA1142 is #05EEBD. Grayscale: #5C5C5C. Windows color (decimal): -388798 or 4329978. OLE color: 4329978.

HSL color Cylindrical-coordinate representation of color #FA1142: hue angle of 347.38º 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 #FA1142 is Cyan = 0, Magento = 0.93, Yellow = 0.74 and Black (K on CMYK) = 0.02.

Color convert

RGB2501766-
CMYK00.930.740.02
HSL347.38º95.88%52.35%-
HSV(B)347.38º93.2%98.04%-
XYZ40.6121.127.09-
YUV92.25113.19240.52-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 75.08%
GREEN value IS 17 (7.03% from 255) = 5.11%
BLUE value IS 66 (26.17% from 255) = 19.82%
R=75.08%
G=5.11%
B=19.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.74
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250176600.930.740.02347.3895.8852.35
HexFA114205D4A215b6034
Octal372211020135112253314064
Binary11111010100011000010010111011001010101010110111100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA1142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA1142; }

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

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

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

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

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

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

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

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