#FE1149

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

Shades of Torch Red #FE1149

Tints of Torch Red #FE1149

Color information

#FE1149 (or 0xFE1149) is unknown color: approx Torch Red. HEX triplet: FE, 11 and 49. RGB value is (254,17,73). Sum of RGB (Red+Green+Blue) = 254+17+73=344 (45% of max value = 765). Red value is 254 (99.61% from 255 or 73.84% from 344); Green value is 17 (7.03% from 255 or 4.94% from 344); Blue value is 73 (28.91% from 255 or 21.22% from 344); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1149 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE1149 is #01EEB6. Grayscale: #5E5E5E. Windows color (decimal): -126647 or 4788734. OLE color: 4788734.

HSL color Cylindrical-coordinate representation of color #FE1149: hue angle of 345.82º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FE1149 is Cyan = 0, Magento = 0.93, Yellow = 0.71 and Black (K on CMYK) = 0.00.

Color convert

RGB2541773-
CMYK00.930.710.00
HSL345.82º99.16%53.14%-
HSV(B)345.82º93.31%99.61%-
XYZ42.2821.958.31-
YUV94.25116.02241.95-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 73.84%
GREEN value IS 17 (7.03% from 255) = 4.94%
BLUE value IS 73 (28.91% from 255) = 21.22%
R=73.84%
G=4.94%
B=21.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.71
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254177300.930.710.00345.8299.1653.14
HexFE114905D47015a6335
Octal376211110135107053214365
Binary1111111010001100100101011101100011101010110101100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE1149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE1149; }

 p { color: rgb(254,17,73); }

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

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

 a { background-color: rgb(254,17,73); }

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

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

 span { border-color: rgb(254,17,73); }

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