#FE1050

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

Shades of Torch Red #FE1050

Tints of Torch Red #FE1050

Color information

#FE1050 (or 0xFE1050) is unknown color: approx Torch Red. HEX triplet: FE, 10 and 50. RGB value is (254,16,80). Sum of RGB (Red+Green+Blue) = 254+16+80=350 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.57% from 350); Green value is 16 (6.64% from 255 or 4.57% from 350); Blue value is 80 (31.64% from 255 or 22.86% from 350); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1050 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE1050 is #01EFAF. Grayscale: #5E5E5E. Windows color (decimal): -126896 or 5247230. OLE color: 5247230.

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

Color convert

RGB2541680-
CMYK00.940.690.00
HSL343.87º99.17%52.94%-
HSV(B)343.87º93.7%99.61%-
XYZ42.5122.029.6-
YUV94.46119.85241.8-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 72.57%
GREEN value IS 16 (6.64% from 255) = 4.57%
BLUE value IS 80 (31.64% from 255) = 22.86%
R=72.57%
G=4.57%
B=22.86%

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
Decimal254168000.940.690.00343.8799.1752.94
HexFE105005E4501586335
Octal376201200136105053014365
Binary1111111010000101000001011110100010101010110001100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE1050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE1050; }

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

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

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

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

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

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

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

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