Html Css Color HEX #F60936 Torch Red

📋 copy color: '#F60936'

red 246 ◦ green 9 ◦ blue 54

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

Shades of Torch Red #F60936

Tints of Torch Red #F60936

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.91%

 BLUE value IS 54 (21.48% from 255) = 17.48%

R = 79.61%
G = 2.91%
B = 17.48%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.78

 K value IS 0.04

RGB Variations

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

Color information

#F60936 (or 0xF60936) is known color: Torch Red. HEX triplet: F6, 09 and 36. RGB value is (246,9,54). Sum of RGB (Red+Green+Blue) = 246+9+54=309 (40% of max value = 765). Red value is 246 (96.48% from 255 or 79.61% from 309); Green value is 9 (3.91% from 255 or 2.91% from 309); Blue value is 54 (21.48% from 255 or 17.48% from 309); Max value from RGB is 246 - color contains mainly: red. Hex color #F60936 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F60936 is #09F6C9. Grayscale: #555555. Windows color (decimal): -653002 or 3541494. OLE color: 3541494.

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

Color convert

RGB 246 9 54 -
CMYK 0 0.96 0.78 0.04
HSL 348.61º 0.93% 0.5% -
HSV(B) 348.61º 0.96% 0.96% -
XYZ 38.77 20.05 5.32 -
YUV 84.99 110.52 242.84 -
System Red Green Blue C M Y K H S L
Decimal 246 9 54 0 0.96 0.78 0.04 348.61 0.93 0.5
Hex F6 9 36 0 60 4E 4 15D 5D 32
Octal 366 11 66 0 140 116 4 535 135 62
Binary 11110110 1001 110110 0 1100000 1001110 100 101011101 1011101 110010

Color Harmonies of #F60936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60936

Black with #F60936

Text Example


Text Example

White with #F60936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60936; }

 p { color: rgb(246,9,54); }

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

background-color css

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

 a { background-color: rgb(246,9,54); }

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

border-color css

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

 span { border-color: rgb(246,9,54); }

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