Html Css Color HEX #F7194A Torch Red

📋 copy color: '#F7194A'

red 247 ◦ green 25 ◦ blue 74

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

Shades of Torch Red #F7194A

Tints of Torch Red #F7194A

RGB

 RED value IS 247 (96.88% from 255) = 71.39%

 GREEN value IS 25 (10.16% from 255) = 7.23%

 BLUE value IS 74 (29.3% from 255) = 21.39%

R = 71.39%
G = 7.23%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.70

 K value IS 0.03

RGB Variations

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

Color information

#F7194A (or 0xF7194A) is known color: Torch Red. HEX triplet: F7, 19 and 4A. RGB value is (247,25,74). Sum of RGB (Red+Green+Blue) = 247+25+74=346 (45% of max value = 765). Red value is 247 (96.88% from 255 or 71.39% from 346); Green value is 25 (10.16% from 255 or 7.23% from 346); Blue value is 74 (29.30% from 255 or 21.39% from 346); Max value from RGB is 247 - color contains mainly: red. Hex color #F7194A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7194A is #08E6B5. Grayscale: #606060. Windows color (decimal): -583350 or 4856311. OLE color: 4856311.

HSL color Cylindrical-coordinate representation of color #F7194A: hue angle of 346.76º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F7194A is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 25 74 -
CMYK 0 0.90 0.70 0.03
HSL 346.76º 0.93% 0.53% -
HSV(B) 346.76º 0.9% 0.97% -
XYZ 39.94 20.96 8.42 -
YUV 96.96 115.05 235.02 -
System Red Green Blue C M Y K H S L
Decimal 247 25 74 0 0.90 0.70 0.03 346.76 0.93 0.53
Hex F7 19 4A 0 5A 46 3 15B 5D 35
Octal 367 31 112 0 132 106 3 533 135 65
Binary 11110111 11001 1001010 0 1011010 1000110 11 101011011 1011101 110101

Color Harmonies of #F7194A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7194A

Black with #F7194A

Text Example


Text Example

White with #F7194A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7194A; }

 p { color: rgb(247,25,74); }

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

background-color css

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

 a { background-color: rgb(247,25,74); }

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

border-color css

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

 span { border-color: rgb(247,25,74); }

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