Html Css Color HEX #F9194C Torch Red

📋 copy color: '#F9194C'

red 249 ◦ green 25 ◦ blue 76

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

Shades of Torch Red #F9194C

Tints of Torch Red #F9194C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 21.71%

R = 71.14%
G = 7.14%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#F9194C (or 0xF9194C) is known color: Torch Red. HEX triplet: F9, 19 and 4C. RGB value is (249,25,76). Sum of RGB (Red+Green+Blue) = 249+25+76=350 (46% of max value = 765). Red value is 249 (97.66% from 255 or 71.14% from 350); Green value is 25 (10.16% from 255 or 7.14% from 350); Blue value is 76 (30.08% from 255 or 21.71% from 350); Max value from RGB is 249 - color contains mainly: red. Hex color #F9194C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F9194C is #06E6B3. Grayscale: #616161. Windows color (decimal): -452276 or 4987385. OLE color: 4987385.

HSL color Cylindrical-coordinate representation of color #F9194C: hue angle of 346.34º 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 #F9194C is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 25 76 -
CMYK 0 0.90 0.69 0.02
HSL 346.34º 0.95% 0.54% -
HSV(B) 346.34º 0.9% 0.98% -
XYZ 40.72 21.36 8.81 -
YUV 97.79 115.71 235.85 -
System Red Green Blue C M Y K H S L
Decimal 249 25 76 0 0.90 0.69 0.02 346.34 0.95 0.54
Hex F9 19 4C 0 5A 45 2 15A 5F 36
Octal 371 31 114 0 132 105 2 532 137 66
Binary 11111001 11001 1001100 0 1011010 1000101 10 101011010 1011111 110110

Color Harmonies of #F9194C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9194C

Black with #F9194C

Text Example


Text Example

White with #F9194C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9194C; }

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

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

background-color css

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

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

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

border-color css

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

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

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