Html Css Color HEX #F61745 Torch Red

📋 copy color: '#F61745'

red 246 ◦ green 23 ◦ blue 69

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

Shades of Torch Red #F61745

Tints of Torch Red #F61745

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.8%

 BLUE value IS 69 (27.34% from 255) = 20.41%

R = 72.78%
G = 6.8%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.72

 K value IS 0.04

RGB Variations

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

Color information

#F61745 (or 0xF61745) is known color: Torch Red. HEX triplet: F6, 17 and 45. RGB value is (246,23,69). Sum of RGB (Red+Green+Blue) = 246+23+69=338 (44% of max value = 765). Red value is 246 (96.48% from 255 or 72.78% from 338); Green value is 23 (9.38% from 255 or 6.80% from 338); Blue value is 69 (27.34% from 255 or 20.41% from 338); Max value from RGB is 246 - color contains mainly: red. Hex color #F61745 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F61745 is #09E8BA. Grayscale: #5E5E5E. Windows color (decimal): -649403 or 4528118. OLE color: 4528118.

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

Color convert

RGB 246 23 69 -
CMYK 0 0.91 0.72 0.04
HSL 347.62º 0.93% 0.53% -
HSV(B) 347.62º 0.91% 0.96% -
XYZ 39.39 20.64 7.54 -
YUV 94.92 113.38 235.76 -
System Red Green Blue C M Y K H S L
Decimal 246 23 69 0 0.91 0.72 0.04 347.62 0.93 0.53
Hex F6 17 45 0 5B 48 4 15C 5D 35
Octal 366 27 105 0 133 110 4 534 135 65
Binary 11110110 10111 1000101 0 1011011 1001000 100 101011100 1011101 110101

Color Harmonies of #F61745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61745

Black with #F61745

Text Example


Text Example

White with #F61745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61745; }

 p { color: rgb(246,23,69); }

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

background-color css

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

 a { background-color: rgb(246,23,69); }

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

border-color css

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

 span { border-color: rgb(246,23,69); }

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