Html Css Color HEX #FA194C Torch Red

📋 copy color: '#FA194C'

red 250 ◦ green 25 ◦ blue 76

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

Shades of Torch Red #FA194C

Tints of Torch Red #FA194C

RGB

 RED value IS 250 (98.05% from 255) = 71.23%

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

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

R = 71.23%
G = 7.12%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#FA194C (or 0xFA194C) is known color: Torch Red. HEX triplet: FA, 19 and 4C. RGB value is (250,25,76). Sum of RGB (Red+Green+Blue) = 250+25+76=351 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.23% from 351); Green value is 25 (10.16% from 255 or 7.12% from 351); Blue value is 76 (30.08% from 255 or 21.65% from 351); Max value from RGB is 250 - color contains mainly: red. Hex color #FA194C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA194C is #05E6B3. Grayscale: #626262. Windows color (decimal): -386740 or 4987386. OLE color: 4987386.

HSL color Cylindrical-coordinate representation of color #FA194C: hue angle of 346.4º degrees, saturation: 0.96, 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 #FA194C is Cyan = 0, Magento = 0.9, Yellow = 0.70 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 25 76 -
CMYK 0 0.9 0.70 0.02
HSL 346.4º 0.96% 0.54% -
HSV(B) 346.4º 0.9% 0.98% -
XYZ 41.08 21.54 8.83 -
YUV 98.09 115.54 236.35 -
System Red Green Blue C M Y K H S L
Decimal 250 25 76 0 0.9 0.70 0.02 346.4 0.96 0.54
Hex FA 19 4C 0 5A 46 2 15A 60 36
Octal 372 31 114 0 132 106 2 532 140 66
Binary 11111010 11001 1001100 0 1011010 1000110 10 101011010 1100000 110110

Color Harmonies of #FA194C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA194C

Black with #FA194C

Text Example


Text Example

White with #FA194C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA194C; }

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

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

background-color css

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

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

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

border-color css

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

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

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