Html Css Color HEX #F60344 Torch Red

📋 copy color: '#F60344'

red 246 ◦ green 3 ◦ blue 68

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

Shades of Torch Red #F60344

Tints of Torch Red #F60344

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 21.45%

R = 77.6%
G = 0.95%
B = 21.45%

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

#F60344 (or 0xF60344) is known color: Torch Red. HEX triplet: F6, 03 and 44. RGB value is (246,3,68). Sum of RGB (Red+Green+Blue) = 246+3+68=317 (41% of max value = 765). Red value is 246 (96.48% from 255 or 77.60% from 317); Green value is 3 (1.56% from 255 or 0.95% from 317); Blue value is 68 (26.95% from 255 or 21.45% from 317); Max value from RGB is 246 - color contains mainly: red. Hex color #F60344 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F60344 is #09FCBB. Grayscale: #535353. Windows color (decimal): -654524 or 4457462. OLE color: 4457462.

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

Color convert

RGB 246 3 68 -
CMYK 0 0.99 0.72 0.04
HSL 343.95º 0.98% 0.49% -
HSV(B) 343.95º 0.99% 0.96% -
XYZ 39.08 20.08 7.28 -
YUV 83.07 119.51 244.21 -
System Red Green Blue C M Y K H S L
Decimal 246 3 68 0 0.99 0.72 0.04 343.95 0.98 0.49
Hex F6 3 44 0 63 48 4 158 62 31
Octal 366 3 104 0 143 110 4 530 142 61
Binary 11110110 11 1000100 0 1100011 1001000 100 101011000 1100010 110001

Color Harmonies of #F60344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60344

Black with #F60344

Text Example


Text Example

White with #F60344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60344; }

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

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

background-color css

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

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

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

border-color css

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

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

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