Html Css Color HEX #F60340 Torch Red

📋 copy color: '#F60340'

red 246 ◦ green 3 ◦ blue 64

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

Shades of Torch Red #F60340

Tints of Torch Red #F60340

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 20.45%

R = 78.59%
G = 0.96%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.74

 K value IS 0.04

RGB Variations

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

Color information

#F60340 (or 0xF60340) is known color: Torch Red. HEX triplet: F6, 03 and 40. RGB value is (246,3,64). Sum of RGB (Red+Green+Blue) = 246+3+64=313 (41% of max value = 765). Red value is 246 (96.48% from 255 or 78.59% from 313); Green value is 3 (1.56% from 255 or 0.96% from 313); Blue value is 64 (25.39% from 255 or 20.45% from 313); Max value from RGB is 246 - color contains mainly: red. Hex color #F60340 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F60340 is #09FCBF. Grayscale: #525252. Windows color (decimal): -654528 or 4195318. OLE color: 4195318.

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

Color convert

RGB 246 3 64 -
CMYK 0 0.99 0.74 0.04
HSL 344.94º 0.98% 0.49% -
HSV(B) 344.94º 0.99% 0.96% -
XYZ 38.96 20.03 6.66 -
YUV 82.61 117.51 244.54 -
System Red Green Blue C M Y K H S L
Decimal 246 3 64 0 0.99 0.74 0.04 344.94 0.98 0.49
Hex F6 3 40 0 63 4A 4 159 62 31
Octal 366 3 100 0 143 112 4 531 142 61
Binary 11110110 11 1000000 0 1100011 1001010 100 101011001 1100010 110001

Color Harmonies of #F60340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60340

Black with #F60340

Text Example


Text Example

White with #F60340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60340; }

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

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

background-color css

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

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

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

border-color css

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

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

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