#F61D42

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

Shades of Torch Red #F61D42

Tints of Torch Red #F61D42

Color information

#F61D42 (or 0xF61D42) is unknown color: approx Torch Red. HEX triplet: F6, 1D and 42. RGB value is (246,29,66). Sum of RGB (Red+Green+Blue) = 246+29+66=341 (45% of max value = 765). Red value is 246 (96.48% from 255 or 72.14% from 341); Green value is 29 (11.72% from 255 or 8.50% from 341); Blue value is 66 (26.17% from 255 or 19.35% from 341); Max value from RGB is 246 - color contains mainly: red. Hex color #F61D42 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F61D42 is #09E2BD. Grayscale: #626262. Windows color (decimal): -647870 or 4333046. OLE color: 4333046.

HSL color Cylindrical-coordinate representation of color #F61D42: hue angle of 349.77º 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 #F61D42 is Cyan = 0, Magento = 0.88, Yellow = 0.73 and Black (K on CMYK) = 0.04.

Color convert

RGB2462966-
CMYK00.880.730.04
HSL349.77º92.34%53.92%-
HSV(B)349.77º88.21%96.47%-
XYZ39.4320.867.1-
YUV98.1109.89233.49-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 72.14%
GREEN value IS 29 (11.72% from 255) = 8.50%
BLUE value IS 66 (26.17% from 255) = 19.35%
R=72.14%
G=8.50%
B=19.35%

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
Decimal246296600.880.730.04349.7792.3453.92
HexF61D4205849415e5c36
Octal366351020130111453613466
Binary111101101110110000100101100010010011001010111101011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F61D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F61D42; }

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

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

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

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

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

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

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

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