#FE1148

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

Shades of Torch Red #FE1148

Tints of Torch Red #FE1148

Color information

#FE1148 (or 0xFE1148) is unknown color: approx Torch Red. HEX triplet: FE, 11 and 48. RGB value is (254,17,72). Sum of RGB (Red+Green+Blue) = 254+17+72=343 (45% of max value = 765). Red value is 254 (99.61% from 255 or 74.05% from 343); Green value is 17 (7.03% from 255 or 4.96% from 343); Blue value is 72 (28.52% from 255 or 20.99% from 343); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1148 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE1148 is #01EEB7. Grayscale: #5E5E5E. Windows color (decimal): -126648 or 4723198. OLE color: 4723198.

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

Color convert

RGB2541772-
CMYK00.930.720.00
HSL346.08º99.16%53.14%-
HSV(B)346.08º93.31%99.61%-
XYZ42.2421.948.14-
YUV94.13115.52242.03-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 74.05%
GREEN value IS 17 (7.03% from 255) = 4.96%
BLUE value IS 72 (28.52% from 255) = 20.99%
R=74.05%
G=4.96%
B=20.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.72
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254177200.930.720.00346.0899.1653.14
HexFE114805D48015a6335
Octal376211100135110053214365
Binary1111111010001100100001011101100100001010110101100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE1148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE1148; }

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

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

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

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

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

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

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

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