Html Css Color HEX #F60516 Torch Red

📋 copy color: '#F60516'

red 246 ◦ green 5 ◦ blue 22

#F60516
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Torch Red #F60516

Tints of Torch Red #F60516

RGB

 RED value IS 246 (96.48% from 255) = 90.11%

 GREEN value IS 5 (2.34% from 255) = 1.83%

 BLUE value IS 22 (8.98% from 255) = 8.06%

R = 90.11%
G = 1.83%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#F60516 (or 0xF60516) is known color: Torch Red. HEX triplet: F6, 05 and 16. RGB value is (246,5,22). Sum of RGB (Red+Green+Blue) = 246+5+22=273 (36% of max value = 765). Red value is 246 (96.48% from 255 or 90.11% from 273); Green value is 5 (2.34% from 255 or 1.83% from 273); Blue value is 22 (8.98% from 255 or 8.06% from 273); Max value from RGB is 246 - color contains mainly: red. Hex color #F60516 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F60516 is #09FAE9. Grayscale: #4F4F4F. Windows color (decimal): -654058 or 1443318. OLE color: 1443318.

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

Color convert

RGB 246 5 22 -
CMYK 0 0.98 0.91 0.04
HSL 355.77º 0.96% 0.49% -
HSV(B) 355.77º 0.98% 0.96% -
XYZ 38.21 19.76 2.56 -
YUV 79 95.84 247.12 -
System Red Green Blue C M Y K H S L
Decimal 246 5 22 0 0.98 0.91 0.04 355.77 0.96 0.49
Hex F6 5 16 0 62 5B 4 164 60 31
Octal 366 5 26 0 142 133 4 544 140 61
Binary 11110110 101 10110 0 1100010 1011011 100 101100100 1100000 110001

Color Harmonies of #F60516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60516

Black with #F60516

Text Example


Text Example

White with #F60516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60516; }

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

 H1.HeaderClassName
 {
   color: #F60516;
 }
 .AnyTagClassName
 {
   color: #F60516;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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