Html Css Color HEX #FA1A40 Torch Red

📋 copy color: '#FA1A40'

red 250 ◦ green 26 ◦ blue 64

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

Shades of Torch Red #FA1A40

Tints of Torch Red #FA1A40

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.65%

 BLUE value IS 64 (25.39% from 255) = 18.82%

R = 73.53%
G = 7.65%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FA1A40 (or 0xFA1A40) is known color: Torch Red. HEX triplet: FA, 1A and 40. RGB value is (250,26,64). Sum of RGB (Red+Green+Blue) = 250+26+64=340 (45% of max value = 765). Red value is 250 (98.05% from 255 or 73.53% from 340); Green value is 26 (10.55% from 255 or 7.65% from 340); Blue value is 64 (25.39% from 255 or 18.82% from 340); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1A40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA1A40 is #05E5BF. Grayscale: #616161. Windows color (decimal): -386496 or 4201210. OLE color: 4201210.

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

Color convert

RGB 250 26 64 -
CMYK 0 0.90 0.74 0.02
HSL 349.82º 0.96% 0.54% -
HSV(B) 349.82º 0.9% 0.98% -
XYZ 40.72 21.43 6.84 -
YUV 97.31 109.21 236.91 -
System Red Green Blue C M Y K H S L
Decimal 250 26 64 0 0.90 0.74 0.02 349.82 0.96 0.54
Hex FA 1A 40 0 5A 4A 2 15E 60 36
Octal 372 32 100 0 132 112 2 536 140 66
Binary 11111010 11010 1000000 0 1011010 1001010 10 101011110 1100000 110110

Color Harmonies of #FA1A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1A40

Black with #FA1A40

Text Example


Text Example

White with #FA1A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1A40; }

 p { color: rgb(250,26,64); }

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

background-color css

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

 a { background-color: rgb(250,26,64); }

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

border-color css

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

 span { border-color: rgb(250,26,64); }

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