Html Css Color HEX #FA012A Torch Red

📋 copy color: '#FA012A'

red 250 ◦ green 1 ◦ blue 42

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

Shades of Torch Red #FA012A

Tints of Torch Red #FA012A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.34%

 BLUE value IS 42 (16.8% from 255) = 14.33%

R = 85.32%
G = 0.34%
B = 14.33%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FA012A (or 0xFA012A) is known color: Torch Red. HEX triplet: FA, 01 and 2A. RGB value is (250,1,42). Sum of RGB (Red+Green+Blue) = 250+1+42=293 (38% of max value = 765). Red value is 250 (98.05% from 255 or 85.32% from 293); Green value is 1 (0.78% from 255 or 0.34% from 293); Blue value is 42 (16.80% from 255 or 14.33% from 293); Max value from RGB is 250 - color contains mainly: red. Hex color #FA012A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA012A is #05FED5. Grayscale: #505050. Windows color (decimal): -392918 or 2753018. OLE color: 2753018.

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

Color convert

RGB 250 1 42 -
CMYK 0 1.00 0.83 0.02
HSL 350.12º 0.99% 0.49% -
HSV(B) 350.12º 1% 0.98% -
XYZ 39.85 20.51 4.05 -
YUV 80.13 106.49 249.17 -
System Red Green Blue C M Y K H S L
Decimal 250 1 42 0 1.00 0.83 0.02 350.12 0.99 0.49
Hex FA 1 2A 0 64 53 2 15E 63 31
Octal 372 1 52 0 144 123 2 536 143 61
Binary 11111010 1 101010 0 1100100 1010011 10 101011110 1100011 110001

Color Harmonies of #FA012A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA012A

Black with #FA012A

Text Example


Text Example

White with #FA012A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA012A; }

 p { color: rgb(250,1,42); }

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

background-color css

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

 a { background-color: rgb(250,1,42); }

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

border-color css

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

 span { border-color: rgb(250,1,42); }

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