Html Css Color HEX #F6172F Torch Red

📋 copy color: '#F6172F'

red 246 ◦ green 23 ◦ blue 47

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

Shades of Torch Red #F6172F

Tints of Torch Red #F6172F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.87%

R = 77.85%
G = 7.28%
B = 14.87%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.81

 K value IS 0.04

RGB Variations

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

Color information

#F6172F (or 0xF6172F) is known color: Torch Red. HEX triplet: F6, 17 and 2F. RGB value is (246,23,47). Sum of RGB (Red+Green+Blue) = 246+23+47=316 (41% of max value = 765). Red value is 246 (96.48% from 255 or 77.85% from 316); Green value is 23 (9.38% from 255 or 7.28% from 316); Blue value is 47 (18.75% from 255 or 14.87% from 316); Max value from RGB is 246 - color contains mainly: red. Hex color #F6172F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F6172F is #09E8D0. Grayscale: #5C5C5C. Windows color (decimal): -649425 or 3086326. OLE color: 3086326.

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

Color convert

RGB 246 23 47 -
CMYK 0 0.91 0.81 0.04
HSL 353.54º 0.93% 0.53% -
HSV(B) 353.54º 0.91% 0.96% -
XYZ 38.83 20.41 4.58 -
YUV 92.41 102.38 237.55 -
System Red Green Blue C M Y K H S L
Decimal 246 23 47 0 0.91 0.81 0.04 353.54 0.93 0.53
Hex F6 17 2F 0 5B 51 4 162 5D 35
Octal 366 27 57 0 133 121 4 542 135 65
Binary 11110110 10111 101111 0 1011011 1010001 100 101100010 1011101 110101

Color Harmonies of #F6172F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6172F

Black with #F6172F

Text Example


Text Example

White with #F6172F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6172F; }

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

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

background-color css

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

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

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

border-color css

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

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

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