#F60342

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

Shades of Torch Red #F60342

Tints of Torch Red #F60342

Color information

#F60342 (or 0xF60342) is unknown color: approx Torch Red. HEX triplet: F6, 03 and 42. RGB value is (246,3,66). Sum of RGB (Red+Green+Blue) = 246+3+66=315 (41% of max value = 765). Red value is 246 (96.48% from 255 or 78.10% from 315); Green value is 3 (1.56% from 255 or 0.95% from 315); Blue value is 66 (26.17% from 255 or 20.95% from 315); Max value from RGB is 246 - color contains mainly: red. Hex color #F60342 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F60342 is #09FCBD. Grayscale: #525252. Windows color (decimal): -654526 or 4326390. OLE color: 4326390.

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

Color convert

RGB246366-
CMYK00.990.730.04
HSL344.44º97.59%48.82%-
HSV(B)344.44º98.78%96.47%-
XYZ39.0220.056.97-
YUV82.84118.51244.38-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 78.10%
GREEN value IS 3 (1.56% from 255) = 0.95%
BLUE value IS 66 (26.17% from 255) = 20.95%
R=78.10%
G=0.95%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.73
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24636600.990.730.04344.4497.5948.82
HexF63420634941586231
Octal36631020143111453014261
Binary111101101110000100110001110010011001010110001100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F60342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F60342; }

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

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

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

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

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

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

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

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