Html Css Color HEX #F61346 Torch Red

📋 copy color: '#F61346'

red 246 ◦ green 19 ◦ blue 70

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

Shades of Torch Red #F61346

Tints of Torch Red #F61346

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.67%

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

R = 73.43%
G = 5.67%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.72

 K value IS 0.04

RGB Variations

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

Color information

#F61346 (or 0xF61346) is known color: Torch Red. HEX triplet: F6, 13 and 46. RGB value is (246,19,70). Sum of RGB (Red+Green+Blue) = 246+19+70=335 (44% of max value = 765). Red value is 246 (96.48% from 255 or 73.43% from 335); Green value is 19 (7.81% from 255 or 5.67% from 335); Blue value is 70 (27.73% from 255 or 20.90% from 335); Max value from RGB is 246 - color contains mainly: red. Hex color #F61346 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F61346 is #09ECB9. Grayscale: #5C5C5C. Windows color (decimal): -650426 or 4592630. OLE color: 4592630.

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

Color convert

RGB 246 19 70 -
CMYK 0 0.92 0.72 0.04
HSL 346.52º 0.93% 0.52% -
HSV(B) 346.52º 0.92% 0.96% -
XYZ 39.34 20.5 7.68 -
YUV 92.69 115.21 237.35 -
System Red Green Blue C M Y K H S L
Decimal 246 19 70 0 0.92 0.72 0.04 346.52 0.93 0.52
Hex F6 13 46 0 5C 48 4 15B 5D 34
Octal 366 23 106 0 134 110 4 533 135 64
Binary 11110110 10011 1000110 0 1011100 1001000 100 101011011 1011101 110100

Color Harmonies of #F61346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61346

Black with #F61346

Text Example


Text Example

White with #F61346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61346; }

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

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

background-color css

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

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

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

border-color css

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

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

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