Html Css Color HEX #F60346 Torch Red

📋 copy color: '#F60346'

red 246 ◦ green 3 ◦ blue 70

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

Shades of Torch Red #F60346

Tints of Torch Red #F60346

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.94%

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

R = 77.12%
G = 0.94%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.72

 K value IS 0.04

RGB Variations

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

Color information

#F60346 (or 0xF60346) is known color: Torch Red. HEX triplet: F6, 03 and 46. RGB value is (246,3,70). Sum of RGB (Red+Green+Blue) = 246+3+70=319 (42% of max value = 765). Red value is 246 (96.48% from 255 or 77.12% from 319); Green value is 3 (1.56% from 255 or 0.94% from 319); Blue value is 70 (27.73% from 255 or 21.94% from 319); Max value from RGB is 246 - color contains mainly: red. Hex color #F60346 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F60346 is #09FCB9. Grayscale: #535353. Windows color (decimal): -654522 or 4588534. OLE color: 4588534.

HSL color Cylindrical-coordinate representation of color #F60346: hue angle of 343.46º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F60346 is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 3 70 -
CMYK 0 0.99 0.72 0.04
HSL 343.46º 0.98% 0.49% -
HSV(B) 343.46º 0.99% 0.96% -
XYZ 39.14 20.1 7.61 -
YUV 83.3 120.51 244.05 -
System Red Green Blue C M Y K H S L
Decimal 246 3 70 0 0.99 0.72 0.04 343.46 0.98 0.49
Hex F6 3 46 0 63 48 4 157 62 31
Octal 366 3 106 0 143 110 4 527 142 61
Binary 11110110 11 1000110 0 1100011 1001000 100 101010111 1100010 110001

Color Harmonies of #F60346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60346

Black with #F60346

Text Example


Text Example

White with #F60346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60346; }

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

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

background-color css

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

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

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

border-color css

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

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

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