Html Css Color HEX #F60841 Torch Red

📋 copy color: '#F60841'

red 246 ◦ green 8 ◦ blue 65

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

Shades of Torch Red #F60841

Tints of Torch Red #F60841

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.51%

 BLUE value IS 65 (25.78% from 255) = 20.38%

R = 77.12%
G = 2.51%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.74

 K value IS 0.04

RGB Variations

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

Color information

#F60841 (or 0xF60841) is known color: Torch Red. HEX triplet: F6, 08 and 41. RGB value is (246,8,65). Sum of RGB (Red+Green+Blue) = 246+8+65=319 (42% of max value = 765). Red value is 246 (96.48% from 255 or 77.12% from 319); Green value is 8 (3.52% from 255 or 2.51% from 319); Blue value is 65 (25.78% from 255 or 20.38% from 319); Max value from RGB is 246 - color contains mainly: red. Hex color #F60841 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F60841 is #09F7BE. Grayscale: #555555. Windows color (decimal): -653247 or 4262134. OLE color: 4262134.

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

Color convert

RGB 246 8 65 -
CMYK 0 0.97 0.74 0.04
HSL 345.63º 0.94% 0.5% -
HSV(B) 345.63º 0.97% 0.96% -
XYZ 39.05 20.15 6.83 -
YUV 85.66 116.35 242.37 -
System Red Green Blue C M Y K H S L
Decimal 246 8 65 0 0.97 0.74 0.04 345.63 0.94 0.5
Hex F6 8 41 0 61 4A 4 15A 5E 32
Octal 366 10 101 0 141 112 4 532 136 62
Binary 11110110 1000 1000001 0 1100001 1001010 100 101011010 1011110 110010

Color Harmonies of #F60841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60841

Black with #F60841

Text Example


Text Example

White with #F60841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60841; }

 p { color: rgb(246,8,65); }

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

background-color css

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

 a { background-color: rgb(246,8,65); }

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

border-color css

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

 span { border-color: rgb(246,8,65); }

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