#f60630

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

Shades of Torch Red #F60630

Tints of Torch Red #F60630

Color information

#F60630 (or 0xF60630) is unknown color: approx Torch Red. HEX triplet: F6, 06 and 30. RGB value is (246,6,48). Sum of RGB (Red+Green+Blue) = 246+6+48=300 (39% of max value = 765). Red value is 246 (96.48% from 255 or 82% from 300); Green value is 6 (2.73% from 255 or 2% from 300); Blue value is 48 (19.14% from 255 or 16% from 300); Max value from RGB is 246 - color contains mainly: red. Hex color #F60630 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F60630 is #09F9CF. Grayscale: #525252. Windows color (decimal): -653776 or 3147510. OLE color: 3147510.

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

Color convert

RGB246648-
CMYK00.980.800.04
HSL349.5º95.24%49.41%-
HSV(B)349.5º97.56%96.47%-
XYZ38.619.944.61-
YUV82.55108.51244.58-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 82%
GREEN value IS 6 (2.73% from 255) = 2%
BLUE value IS 48 (19.14% from 255) = 16%
R=82%
G=2%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.80
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24664800.980.800.04349.595.2449.41
HexF663006250415e5f31
Octal3666600142120453613761
Binary111101101101100000110001010100001001010111101011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f60630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f60630; }

 p { color: rgb(246,6,48); }

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

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

 a { background-color: rgb(246,6,48); }

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

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

 span { border-color: rgb(246,6,48); }

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