Html Css Color HEX #F6073D Torch Red

📋 copy color: '#F6073D'

red 246 ◦ green 7 ◦ blue 61

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

Shades of Torch Red #F6073D

Tints of Torch Red #F6073D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.43%

R = 78.34%
G = 2.23%
B = 19.43%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.75

 K value IS 0.04

RGB Variations

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

Color information

#F6073D (or 0xF6073D) is known color: Torch Red. HEX triplet: F6, 07 and 3D. RGB value is (246,7,61). Sum of RGB (Red+Green+Blue) = 246+7+61=314 (41% of max value = 765). Red value is 246 (96.48% from 255 or 78.34% from 314); Green value is 7 (3.12% from 255 or 2.23% from 314); Blue value is 61 (24.22% from 255 or 19.43% from 314); Max value from RGB is 246 - color contains mainly: red. Hex color #F6073D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F6073D is #09F8C2. Grayscale: #545454. Windows color (decimal): -653507 or 3999734. OLE color: 3999734.

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

Color convert

RGB 246 7 61 -
CMYK 0 0.97 0.75 0.04
HSL 346.44º 0.94% 0.5% -
HSV(B) 346.44º 0.97% 0.96% -
XYZ 38.92 20.08 6.24 -
YUV 84.62 114.68 243.11 -
System Red Green Blue C M Y K H S L
Decimal 246 7 61 0 0.97 0.75 0.04 346.44 0.94 0.5
Hex F6 7 3D 0 61 4B 4 15A 5E 32
Octal 366 7 75 0 141 113 4 532 136 62
Binary 11110110 111 111101 0 1100001 1001011 100 101011010 1011110 110010

Color Harmonies of #F6073D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6073D

Black with #F6073D

Text Example


Text Example

White with #F6073D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6073D; }

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

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

background-color css

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

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

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

border-color css

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

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

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