Html Css Color HEX #F61F3C Torch Red

📋 copy color: '#F61F3C'

red 246 ◦ green 31 ◦ blue 60

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

Shades of Torch Red #F61F3C

Tints of Torch Red #F61F3C

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.2%

 BLUE value IS 60 (23.83% from 255) = 17.8%

R = 73%
G = 9.2%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.76

 K value IS 0.04

RGB Variations

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

Color information

#F61F3C (or 0xF61F3C) is known color: Torch Red. HEX triplet: F6, 1F and 3C. RGB value is (246,31,60). Sum of RGB (Red+Green+Blue) = 246+31+60=337 (44% of max value = 765). Red value is 246 (96.48% from 255 or 73.00% from 337); Green value is 31 (12.5% from 255 or 9.20% from 337); Blue value is 60 (23.83% from 255 or 17.80% from 337); Max value from RGB is 246 - color contains mainly: red. Hex color #F61F3C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F61F3C is #09E0C3. Grayscale: #626262. Windows color (decimal): -647364 or 3940342. OLE color: 3940342.

HSL color Cylindrical-coordinate representation of color #F61F3C: hue angle of 351.91º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F61F3C is Cyan = 0, Magento = 0.87, Yellow = 0.76 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 31 60 -
CMYK 0 0.87 0.76 0.04
HSL 351.91º 0.92% 0.54% -
HSV(B) 351.91º 0.87% 0.96% -
XYZ 39.31 20.9 6.24 -
YUV 98.59 106.23 233.14 -
System Red Green Blue C M Y K H S L
Decimal 246 31 60 0 0.87 0.76 0.04 351.91 0.92 0.54
Hex F6 1F 3C 0 57 4C 4 160 5C 36
Octal 366 37 74 0 127 114 4 540 134 66
Binary 11110110 11111 111100 0 1010111 1001100 100 101100000 1011100 110110

Color Harmonies of #F61F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61F3C

Black with #F61F3C

Text Example


Text Example

White with #F61F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61F3C; }

 p { color: rgb(246,31,60); }

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

background-color css

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

 a { background-color: rgb(246,31,60); }

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

border-color css

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

 span { border-color: rgb(246,31,60); }

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