#F61D43

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

Shades of Torch Red #F61D43

Tints of Torch Red #F61D43

Color information

#F61D43 (or 0xF61D43) is unknown color: approx Torch Red. HEX triplet: F6, 1D and 43. RGB value is (246,29,67). Sum of RGB (Red+Green+Blue) = 246+29+67=342 (45% of max value = 765). Red value is 246 (96.48% from 255 or 71.93% from 342); Green value is 29 (11.72% from 255 or 8.48% from 342); Blue value is 67 (26.56% from 255 or 19.59% from 342); Max value from RGB is 246 - color contains mainly: red. Hex color #F61D43 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F61D43 is #09E2BC. Grayscale: #626262. Windows color (decimal): -647869 or 4398582. OLE color: 4398582.

HSL color Cylindrical-coordinate representation of color #F61D43: hue angle of 349.49º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F61D43 is Cyan = 0, Magento = 0.88, Yellow = 0.73 and Black (K on CMYK) = 0.04.

Color convert

RGB2462967-
CMYK00.880.730.04
HSL349.49º92.34%53.92%-
HSV(B)349.49º88.21%96.47%-
XYZ39.4620.887.26-
YUV98.22110.39233.41-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 71.93%
GREEN value IS 29 (11.72% from 255) = 8.48%
BLUE value IS 67 (26.56% from 255) = 19.59%
R=71.93%
G=8.48%
B=19.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.73
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal246296700.880.730.04349.4992.3453.92
HexF61D4305849415d5c36
Octal366351030130111453513466
Binary111101101110110000110101100010010011001010111011011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F61D43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F61D43; }

 p { color: rgb(246,29,67); }

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

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

 a { background-color: rgb(246,29,67); }

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

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

 span { border-color: rgb(246,29,67); }

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