#F60530

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

Shades of Torch Red #F60530

Tints of Torch Red #F60530

Color information

#F60530 (or 0xF60530) is unknown color: approx Torch Red. HEX triplet: F6, 05 and 30. RGB value is (246,5,48). Sum of RGB (Red+Green+Blue) = 246+5+48=299 (39% of max value = 765). Red value is 246 (96.48% from 255 or 82.27% from 299); Green value is 5 (2.34% from 255 or 1.67% from 299); Blue value is 48 (19.14% from 255 or 16.05% from 299); Max value from RGB is 246 - color contains mainly: red. Hex color #F60530 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F60530 is #09FACF. Grayscale: #525252. Windows color (decimal): -654032 or 3147254. OLE color: 3147254.

HSL color Cylindrical-coordinate representation of color #F60530: hue angle of 349.29º degrees, saturation: 0.96, 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 #F60530 is Cyan = 0, Magento = 0.98, Yellow = 0.80 and Black (K on CMYK) = 0.04.

Color convert

RGB246548-
CMYK00.980.800.04
HSL349.29º96.02%49.22%-
HSV(B)349.29º97.97%96.47%-
XYZ38.5919.914.61-
YUV81.96108.84245-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 82.27%
GREEN value IS 5 (2.34% from 255) = 1.67%
BLUE value IS 48 (19.14% from 255) = 16.05%
R=82.27%
G=1.67%
B=16.05%

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
Decimal24654800.980.800.04349.2996.0249.22
HexF653006250415d6031
Octal3665600142120453514061
Binary111101101011100000110001010100001001010111011100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F60530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F60530; }

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

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

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

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

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

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

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

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