Html Css Color HEX #F60729 Torch Red

📋 copy color: '#F60729'

red 246 ◦ green 7 ◦ blue 41

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

Shades of Torch Red #F60729

Tints of Torch Red #F60729

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.38%

 BLUE value IS 41 (16.41% from 255) = 13.95%

R = 83.67%
G = 2.38%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.83

 K value IS 0.04

RGB Variations

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

Color information

#F60729 (or 0xF60729) is known color: Torch Red. HEX triplet: F6, 07 and 29. RGB value is (246,7,41). Sum of RGB (Red+Green+Blue) = 246+7+41=294 (38% of max value = 765). Red value is 246 (96.48% from 255 or 83.67% from 294); Green value is 7 (3.12% from 255 or 2.38% from 294); Blue value is 41 (16.41% from 255 or 13.95% from 294); Max value from RGB is 246 - color contains mainly: red. Hex color #F60729 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F60729 is #09F8D6. Grayscale: #525252. Windows color (decimal): -653527 or 2689014. OLE color: 2689014.

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

Color convert

RGB 246 7 41 -
CMYK 0 0.97 0.83 0.04
HSL 351.46º 0.94% 0.5% -
HSV(B) 351.46º 0.97% 0.96% -
XYZ 38.48 19.9 3.91 -
YUV 82.34 104.68 244.74 -
System Red Green Blue C M Y K H S L
Decimal 246 7 41 0 0.97 0.83 0.04 351.46 0.94 0.5
Hex F6 7 29 0 61 53 4 15F 5E 32
Octal 366 7 51 0 141 123 4 537 136 62
Binary 11110110 111 101001 0 1100001 1010011 100 101011111 1011110 110010

Color Harmonies of #F60729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60729

Black with #F60729

Text Example


Text Example

White with #F60729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60729; }

 p { color: rgb(246,7,41); }

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

background-color css

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

 a { background-color: rgb(246,7,41); }

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

border-color css

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

 span { border-color: rgb(246,7,41); }

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