Html Css Color HEX #F61F42 Torch Red

📋 copy color: '#F61F42'

red 246 ◦ green 31 ◦ blue 66

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

Shades of Torch Red #F61F42

Tints of Torch Red #F61F42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 19.24%

R = 71.72%
G = 9.04%
B = 19.24%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.73

 K value IS 0.04

RGB Variations

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

Color information

#F61F42 (or 0xF61F42) is known color: Torch Red. HEX triplet: F6, 1F and 42. RGB value is (246,31,66). Sum of RGB (Red+Green+Blue) = 246+31+66=343 (45% of max value = 765). Red value is 246 (96.48% from 255 or 71.72% from 343); Green value is 31 (12.5% from 255 or 9.04% from 343); Blue value is 66 (26.17% from 255 or 19.24% from 343); Max value from RGB is 246 - color contains mainly: red. Hex color #F61F42 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F61F42 is #09E0BD. Grayscale: #636363. Windows color (decimal): -647358 or 4333558. OLE color: 4333558.

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

Color convert

RGB 246 31 66 -
CMYK 0 0.87 0.73 0.04
HSL 350.23º 0.92% 0.54% -
HSV(B) 350.23º 0.87% 0.96% -
XYZ 39.48 20.97 7.12 -
YUV 99.28 109.23 232.65 -
System Red Green Blue C M Y K H S L
Decimal 246 31 66 0 0.87 0.73 0.04 350.23 0.92 0.54
Hex F6 1F 42 0 57 49 4 15E 5C 36
Octal 366 37 102 0 127 111 4 536 134 66
Binary 11110110 11111 1000010 0 1010111 1001001 100 101011110 1011100 110110

Color Harmonies of #F61F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61F42

Black with #F61F42

Text Example


Text Example

White with #F61F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61F42; }

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

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

background-color css

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

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

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

border-color css

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

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

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