#FE104E

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

Shades of Torch Red #FE104E

Tints of Torch Red #FE104E

Color information

#FE104E (or 0xFE104E) is unknown color: approx Torch Red. HEX triplet: FE, 10 and 4E. RGB value is (254,16,78). Sum of RGB (Red+Green+Blue) = 254+16+78=348 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.99% from 348); Green value is 16 (6.64% from 255 or 4.60% from 348); Blue value is 78 (30.86% from 255 or 22.41% from 348); Max value from RGB is 254 - color contains mainly: red. Hex color #FE104E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE104E is #01EFB1. Grayscale: #5E5E5E. Windows color (decimal): -126898 or 5116158. OLE color: 5116158.

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

Color convert

RGB2541678-
CMYK00.940.690.00
HSL344.37º99.17%52.94%-
HSV(B)344.37º93.7%99.61%-
XYZ42.4321.999.22-
YUV94.23118.85241.96-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 72.99%
GREEN value IS 16 (6.64% from 255) = 4.60%
BLUE value IS 78 (30.86% from 255) = 22.41%
R=72.99%
G=4.60%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.69
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254167800.940.690.00344.3799.1752.94
HexFE104E05E4501586335
Octal376201160136105053014365
Binary1111111010000100111001011110100010101010110001100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE104E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE104E; }

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

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

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

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

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

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

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

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