Html Css Color HEX #F60746 Torch Red

📋 copy color: '#F60746'

red 246 ◦ green 7 ◦ blue 70

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

Shades of Torch Red #F60746

Tints of Torch Red #F60746

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 21.67%

R = 76.16%
G = 2.17%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.72

 K value IS 0.04

RGB Variations

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

Color information

#F60746 (or 0xF60746) is known color: Torch Red. HEX triplet: F6, 07 and 46. RGB value is (246,7,70). Sum of RGB (Red+Green+Blue) = 246+7+70=323 (42% of max value = 765). Red value is 246 (96.48% from 255 or 76.16% from 323); Green value is 7 (3.12% from 255 or 2.17% from 323); Blue value is 70 (27.73% from 255 or 21.67% from 323); Max value from RGB is 246 - color contains mainly: red. Hex color #F60746 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F60746 is #09F8B9. Grayscale: #555555. Windows color (decimal): -653498 or 4589558. OLE color: 4589558.

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

Color convert

RGB 246 7 70 -
CMYK 0 0.97 0.72 0.04
HSL 344.18º 0.94% 0.5% -
HSV(B) 344.18º 0.97% 0.96% -
XYZ 39.19 20.19 7.63 -
YUV 85.64 119.18 242.38 -
System Red Green Blue C M Y K H S L
Decimal 246 7 70 0 0.97 0.72 0.04 344.18 0.94 0.5
Hex F6 7 46 0 61 48 4 158 5E 32
Octal 366 7 106 0 141 110 4 530 136 62
Binary 11110110 111 1000110 0 1100001 1001000 100 101011000 1011110 110010

Color Harmonies of #F60746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60746

Black with #F60746

Text Example


Text Example

White with #F60746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60746; }

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

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

background-color css

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

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

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

border-color css

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

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

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