Html Css Color HEX #FA024A Torch Red

📋 copy color: '#FA024A'

red 250 ◦ green 2 ◦ blue 74

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

Shades of Torch Red #FA024A

Tints of Torch Red #FA024A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.61%

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

R = 76.69%
G = 0.61%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#FA024A (or 0xFA024A) is known color: Torch Red. HEX triplet: FA, 02 and 4A. RGB value is (250,2,74). Sum of RGB (Red+Green+Blue) = 250+2+74=326 (43% of max value = 765). Red value is 250 (98.05% from 255 or 76.69% from 326); Green value is 2 (1.17% from 255 or 0.61% from 326); Blue value is 74 (29.30% from 255 or 22.70% from 326); Max value from RGB is 250 - color contains mainly: red. Hex color #FA024A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA024A is #05FDB5. Grayscale: #545454. Windows color (decimal): -392630 or 4850426. OLE color: 4850426.

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

Color convert

RGB 250 2 74 -
CMYK 0 0.99 0.70 0.02
HSL 342.58º 0.98% 0.49% -
HSV(B) 342.58º 0.99% 0.98% -
XYZ 40.68 20.86 8.36 -
YUV 84.36 122.16 246.15 -
System Red Green Blue C M Y K H S L
Decimal 250 2 74 0 0.99 0.70 0.02 342.58 0.98 0.49
Hex FA 2 4A 0 63 46 2 157 62 31
Octal 372 2 112 0 143 106 2 527 142 61
Binary 11111010 10 1001010 0 1100011 1000110 10 101010111 1100010 110001

Color Harmonies of #FA024A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA024A

Black with #FA024A

Text Example


Text Example

White with #FA024A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA024A; }

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

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

background-color css

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

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

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

border-color css

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

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

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