Html Css Color HEX #F61F32 Torch Red

📋 copy color: '#F61F32'

red 246 ◦ green 31 ◦ blue 50

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

Shades of Torch Red #F61F32

Tints of Torch Red #F61F32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 15.29%

R = 75.23%
G = 9.48%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#F61F32 (or 0xF61F32) is known color: Torch Red. HEX triplet: F6, 1F and 32. RGB value is (246,31,50). Sum of RGB (Red+Green+Blue) = 246+31+50=327 (43% of max value = 765). Red value is 246 (96.48% from 255 or 75.23% from 327); Green value is 31 (12.5% from 255 or 9.48% from 327); Blue value is 50 (19.92% from 255 or 15.29% from 327); Max value from RGB is 246 - color contains mainly: red. Hex color #F61F32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F61F32 is #09E0CD. Grayscale: #616161. Windows color (decimal): -647374 or 3284982. OLE color: 3284982.

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

Color convert

RGB 246 31 50 -
CMYK 0 0.87 0.80 0.04
HSL 354.7º 0.92% 0.54% -
HSV(B) 354.7º 0.87% 0.96% -
XYZ 39.07 20.8 4.97 -
YUV 97.45 101.23 233.96 -
System Red Green Blue C M Y K H S L
Decimal 246 31 50 0 0.87 0.80 0.04 354.7 0.92 0.54
Hex F6 1F 32 0 57 50 4 163 5C 36
Octal 366 37 62 0 127 120 4 543 134 66
Binary 11110110 11111 110010 0 1010111 1010000 100 101100011 1011100 110110

Color Harmonies of #F61F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61F32

Black with #F61F32

Text Example


Text Example

White with #F61F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61F32; }

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

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

background-color css

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

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

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

border-color css

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

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

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