Html Css Color HEX #FA104A Torch Red

📋 copy color: '#FA104A'

red 250 ◦ green 16 ◦ blue 74

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

Shades of Torch Red #FA104A

Tints of Torch Red #FA104A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.71%

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

R = 73.53%
G = 4.71%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#FA104A (or 0xFA104A) is known color: Torch Red. HEX triplet: FA, 10 and 4A. RGB value is (250,16,74). Sum of RGB (Red+Green+Blue) = 250+16+74=340 (45% of max value = 765). Red value is 250 (98.05% from 255 or 73.53% from 340); Green value is 16 (6.64% from 255 or 4.71% from 340); Blue value is 74 (29.30% from 255 or 21.76% from 340); Max value from RGB is 250 - color contains mainly: red. Hex color #FA104A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA104A is #05EFB5. Grayscale: #5C5C5C. Windows color (decimal): -389046 or 4854010. OLE color: 4854010.

HSL color Cylindrical-coordinate representation of color #FA104A: hue angle of 345.13º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FA104A is Cyan = 0, Magento = 0.94, Yellow = 0.70 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 16 74 -
CMYK 0 0.94 0.70 0.02
HSL 345.13º 0.96% 0.52% -
HSV(B) 345.13º 0.94% 0.98% -
XYZ 40.85 21.19 8.42 -
YUV 92.58 117.52 240.28 -
System Red Green Blue C M Y K H S L
Decimal 250 16 74 0 0.94 0.70 0.02 345.13 0.96 0.52
Hex FA 10 4A 0 5E 46 2 159 60 34
Octal 372 20 112 0 136 106 2 531 140 64
Binary 11111010 10000 1001010 0 1011110 1000110 10 101011001 1100000 110100

Color Harmonies of #FA104A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA104A

Black with #FA104A

Text Example


Text Example

White with #FA104A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA104A; }

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

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

background-color css

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

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

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

border-color css

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

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

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