Html Css Color HEX #F61A32 Torch Red

📋 copy color: '#F61A32'

red 246 ◦ green 26 ◦ blue 50

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

Shades of Torch Red #F61A32

Tints of Torch Red #F61A32

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.07%

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

R = 76.4%
G = 8.07%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#F61A32 (or 0xF61A32) is known color: Torch Red. HEX triplet: F6, 1A and 32. RGB value is (246,26,50). Sum of RGB (Red+Green+Blue) = 246+26+50=322 (42% of max value = 765). Red value is 246 (96.48% from 255 or 76.40% from 322); Green value is 26 (10.55% from 255 or 8.07% from 322); Blue value is 50 (19.92% from 255 or 15.53% from 322); Max value from RGB is 246 - color contains mainly: red. Hex color #F61A32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F61A32 is #09E5CD. Grayscale: #5E5E5E. Windows color (decimal): -648654 or 3283702. OLE color: 3283702.

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

Color convert

RGB 246 26 50 -
CMYK 0 0.89 0.80 0.04
HSL 353.45º 0.92% 0.53% -
HSV(B) 353.45º 0.89% 0.96% -
XYZ 38.95 20.56 4.93 -
YUV 94.52 102.89 236.05 -
System Red Green Blue C M Y K H S L
Decimal 246 26 50 0 0.89 0.80 0.04 353.45 0.92 0.53
Hex F6 1A 32 0 59 50 4 161 5C 35
Octal 366 32 62 0 131 120 4 541 134 65
Binary 11110110 11010 110010 0 1011001 1010000 100 101100001 1011100 110101

Color Harmonies of #F61A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61A32

Black with #F61A32

Text Example


Text Example

White with #F61A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61A32; }

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

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

background-color css

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

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

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

border-color css

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

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

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