Html Css Color HEX #F9194A Torch Red

📋 copy color: '#F9194A'

red 249 ◦ green 25 ◦ blue 74

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

Shades of Torch Red #F9194A

Tints of Torch Red #F9194A

RGB

 RED value IS 249 (97.66% from 255) = 71.55%

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

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

R = 71.55%
G = 7.18%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#F9194A (or 0xF9194A) is known color: Torch Red. HEX triplet: F9, 19 and 4A. RGB value is (249,25,74). Sum of RGB (Red+Green+Blue) = 249+25+74=348 (46% of max value = 765). Red value is 249 (97.66% from 255 or 71.55% from 348); Green value is 25 (10.16% from 255 or 7.18% from 348); Blue value is 74 (29.30% from 255 or 21.26% from 348); Max value from RGB is 249 - color contains mainly: red. Hex color #F9194A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F9194A is #06E6B5. Grayscale: #616161. Windows color (decimal): -452278 or 4856313. OLE color: 4856313.

HSL color Cylindrical-coordinate representation of color #F9194A: hue angle of 346.88º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F9194A is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 25 74 -
CMYK 0 0.90 0.70 0.02
HSL 346.88º 0.95% 0.54% -
HSV(B) 346.88º 0.9% 0.98% -
XYZ 40.65 21.33 8.45 -
YUV 97.56 114.71 236.02 -
System Red Green Blue C M Y K H S L
Decimal 249 25 74 0 0.90 0.70 0.02 346.88 0.95 0.54
Hex F9 19 4A 0 5A 46 2 15B 5F 36
Octal 371 31 112 0 132 106 2 533 137 66
Binary 11111001 11001 1001010 0 1011010 1000110 10 101011011 1011111 110110

Color Harmonies of #F9194A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9194A

Black with #F9194A

Text Example


Text Example

White with #F9194A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9194A; }

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

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

background-color css

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

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

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

border-color css

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

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

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