Html Css Color HEX #FA194A Torch Red

📋 copy color: '#FA194A'

red 250 ◦ green 25 ◦ blue 74

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

Shades of Torch Red #FA194A

Tints of Torch Red #FA194A

RGB

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

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

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

R = 71.63%
G = 7.16%
B = 21.2%

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

#FA194A (or 0xFA194A) is known color: Torch Red. HEX triplet: FA, 19 and 4A. RGB value is (250,25,74). Sum of RGB (Red+Green+Blue) = 250+25+74=349 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.63% from 349); Green value is 25 (10.16% from 255 or 7.16% from 349); Blue value is 74 (29.30% from 255 or 21.20% from 349); Max value from RGB is 250 - color contains mainly: red. Hex color #FA194A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA194A is #05E6B5. Grayscale: #616161. Windows color (decimal): -386742 or 4856314. OLE color: 4856314.

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

Color convert

RGB 250 25 74 -
CMYK 0 0.9 0.70 0.02
HSL 346.93º 0.96% 0.54% -
HSV(B) 346.93º 0.9% 0.98% -
XYZ 41.01 21.51 8.47 -
YUV 97.86 114.54 236.52 -
System Red Green Blue C M Y K H S L
Decimal 250 25 74 0 0.9 0.70 0.02 346.93 0.96 0.54
Hex FA 19 4A 0 5A 46 2 15B 60 36
Octal 372 31 112 0 132 106 2 533 140 66
Binary 11111010 11001 1001010 0 1011010 1000110 10 101011011 1100000 110110

Color Harmonies of #FA194A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA194A

Black with #FA194A

Text Example


Text Example

White with #FA194A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA194A; }

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

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

background-color css

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

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

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

border-color css

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

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

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