Html Css Color HEX #F60A39 Torch Red

📋 copy color: '#F60A39'

red 246 ◦ green 10 ◦ blue 57

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

Shades of Torch Red #F60A39

Tints of Torch Red #F60A39

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.19%

 BLUE value IS 57 (22.66% from 255) = 18.21%

R = 78.59%
G = 3.19%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.77

 K value IS 0.04

RGB Variations

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

Color information

#F60A39 (or 0xF60A39) is known color: Torch Red. HEX triplet: F6, 0A and 39. RGB value is (246,10,57). Sum of RGB (Red+Green+Blue) = 246+10+57=313 (41% of max value = 765). Red value is 246 (96.48% from 255 or 78.59% from 313); Green value is 10 (4.30% from 255 or 3.19% from 313); Blue value is 57 (22.66% from 255 or 18.21% from 313); Max value from RGB is 246 - color contains mainly: red. Hex color #F60A39 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F60A39 is #09F5C6. Grayscale: #555555. Windows color (decimal): -652743 or 3738358. OLE color: 3738358.

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

Color convert

RGB 246 10 57 -
CMYK 0 0.96 0.77 0.04
HSL 348.05º 0.93% 0.5% -
HSV(B) 348.05º 0.96% 0.96% -
XYZ 38.85 20.11 5.7 -
YUV 85.92 111.69 242.18 -
System Red Green Blue C M Y K H S L
Decimal 246 10 57 0 0.96 0.77 0.04 348.05 0.93 0.5
Hex F6 A 39 0 60 4D 4 15C 5D 32
Octal 366 12 71 0 140 115 4 534 135 62
Binary 11110110 1010 111001 0 1100000 1001101 100 101011100 1011101 110010

Color Harmonies of #F60A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60A39

Black with #F60A39

Text Example


Text Example

White with #F60A39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60A39; }

 p { color: rgb(246,10,57); }

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

background-color css

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

 a { background-color: rgb(246,10,57); }

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

border-color css

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

 span { border-color: rgb(246,10,57); }

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