#F61543

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

Shades of Torch Red #F61543

Tints of Torch Red #F61543

Color information

#F61543 (or 0xF61543) is unknown color: approx Torch Red. HEX triplet: F6, 15 and 43. RGB value is (246,21,67). Sum of RGB (Red+Green+Blue) = 246+21+67=334 (44% of max value = 765). Red value is 246 (96.48% from 255 or 73.65% from 334); Green value is 21 (8.59% from 255 or 6.29% from 334); Blue value is 67 (26.56% from 255 or 20.06% from 334); Max value from RGB is 246 - color contains mainly: red. Hex color #F61543 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F61543 is #09EABC. Grayscale: #5D5D5D. Windows color (decimal): -649917 or 4396534. OLE color: 4396534.

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

Color convert

RGB2462167-
CMYK00.910.730.04
HSL347.73º92.59%52.35%-
HSV(B)347.73º91.46%96.47%-
XYZ39.2920.537.2-
YUV93.52113.04236.76-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 73.65%
GREEN value IS 21 (8.59% from 255) = 6.29%
BLUE value IS 67 (26.56% from 255) = 20.06%
R=73.65%
G=6.29%
B=20.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.73
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal246216700.910.730.04347.7392.5952.35
HexF6154305B49415c5d34
Octal366251030133111453413564
Binary111101101010110000110101101110010011001010111001011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F61543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F61543; }

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

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

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

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

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

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

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

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