#FE1049

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

Shades of Torch Red #FE1049

Tints of Torch Red #FE1049

Color information

#FE1049 (or 0xFE1049) is unknown color: approx Torch Red. HEX triplet: FE, 10 and 49. RGB value is (254,16,73). Sum of RGB (Red+Green+Blue) = 254+16+73=343 (45% of max value = 765). Red value is 254 (99.61% from 255 or 74.05% from 343); Green value is 16 (6.64% from 255 or 4.66% from 343); Blue value is 73 (28.91% from 255 or 21.28% from 343); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1049 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE1049 is #01EFB6. Grayscale: #5D5D5D. Windows color (decimal): -126903 or 4788478. OLE color: 4788478.

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

Color convert

RGB2541673-
CMYK00.940.710.00
HSL345.63º99.17%52.94%-
HSV(B)345.63º93.7%99.61%-
XYZ42.2621.928.31-
YUV93.66116.35242.37-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 74.05%
GREEN value IS 16 (6.64% from 255) = 4.66%
BLUE value IS 73 (28.91% from 255) = 21.28%
R=74.05%
G=4.66%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.71
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254167300.940.710.00345.6399.1752.94
HexFE104905E47015a6335
Octal376201110136107053214365
Binary1111111010000100100101011110100011101010110101100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE1049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE1049; }

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

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

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

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

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

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

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

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