Html Css Color HEX #F60D41 Torch Red

📋 copy color: '#F60D41'

red 246 ◦ green 13 ◦ blue 65

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

Shades of Torch Red #F60D41

Tints of Torch Red #F60D41

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.01%

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

R = 75.93%
G = 4.01%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.74

 K value IS 0.04

RGB Variations

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

Color information

#F60D41 (or 0xF60D41) is known color: Torch Red. HEX triplet: F6, 0D and 41. RGB value is (246,13,65). Sum of RGB (Red+Green+Blue) = 246+13+65=324 (42% of max value = 765). Red value is 246 (96.48% from 255 or 75.93% from 324); Green value is 13 (5.47% from 255 or 4.01% from 324); Blue value is 65 (25.78% from 255 or 20.06% from 324); Max value from RGB is 246 - color contains mainly: red. Hex color #F60D41 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F60D41 is #09F2BE. Grayscale: #585858. Windows color (decimal): -651967 or 4263414. OLE color: 4263414.

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

Color convert

RGB 246 13 65 -
CMYK 0 0.95 0.74 0.04
HSL 346.61º 0.93% 0.51% -
HSV(B) 346.61º 0.95% 0.96% -
XYZ 39.1 20.26 6.85 -
YUV 88.6 114.69 240.27 -
System Red Green Blue C M Y K H S L
Decimal 246 13 65 0 0.95 0.74 0.04 346.61 0.93 0.51
Hex F6 D 41 0 5F 4A 4 15B 5D 33
Octal 366 15 101 0 137 112 4 533 135 63
Binary 11110110 1101 1000001 0 1011111 1001010 100 101011011 1011101 110011

Color Harmonies of #F60D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60D41

Black with #F60D41

Text Example


Text Example

White with #F60D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60D41; }

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

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

background-color css

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

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

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

border-color css

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

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

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