#F60F33

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

Shades of Torch Red #F60F33

Tints of Torch Red #F60F33

Color information

#F60F33 (or 0xF60F33) is unknown color: approx Torch Red. HEX triplet: F6, 0F and 33. RGB value is (246,15,51). Sum of RGB (Red+Green+Blue) = 246+15+51=312 (41% of max value = 765). Red value is 246 (96.48% from 255 or 78.85% from 312); Green value is 15 (6.25% from 255 or 4.81% from 312); Blue value is 51 (20.31% from 255 or 16.35% from 312); Max value from RGB is 246 - color contains mainly: red. Hex color #F60F33 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F60F33 is #09F0CC. Grayscale: #585858. Windows color (decimal): -651469 or 3346422. OLE color: 3346422.

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

Color convert

RGB2461551-
CMYK00.940.790.04
HSL350.65º92.77%51.18%-
HSV(B)350.65º93.9%96.47%-
XYZ38.7720.174.98-
YUV88.17107.03240.57-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 78.85%
GREEN value IS 15 (6.25% from 255) = 4.81%
BLUE value IS 51 (20.31% from 255) = 16.35%
R=78.85%
G=4.81%
B=16.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.79
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal246155100.940.790.04350.6592.7751.18
HexF6F3305E4F415f5d33
Octal36617630136117453713563
Binary1111011011111100110101111010011111001010111111011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F60F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F60F33; }

 p { color: rgb(246,15,51); }

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

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

 a { background-color: rgb(246,15,51); }

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

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

 span { border-color: rgb(246,15,51); }

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