Html Css Color HEX #FA0146 Torch Red

📋 copy color: '#FA0146'

red 250 ◦ green 1 ◦ blue 70

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

Shades of Torch Red #FA0146

Tints of Torch Red #FA0146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 21.81%

R = 77.88%
G = 0.31%
B = 21.81%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#FA0146 (or 0xFA0146) is known color: Torch Red. HEX triplet: FA, 01 and 46. RGB value is (250,1,70). Sum of RGB (Red+Green+Blue) = 250+1+70=321 (42% of max value = 765). Red value is 250 (98.05% from 255 or 77.88% from 321); Green value is 1 (0.78% from 255 or 0.31% from 321); Blue value is 70 (27.73% from 255 or 21.81% from 321); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0146 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA0146 is #05FEB9. Grayscale: #535353. Windows color (decimal): -392890 or 4588026. OLE color: 4588026.

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

Color convert

RGB 250 1 70 -
CMYK 0 1.00 0.72 0.02
HSL 343.37º 0.99% 0.49% -
HSV(B) 343.37º 1% 0.98% -
XYZ 40.54 20.79 7.67 -
YUV 83.32 120.49 246.89 -
System Red Green Blue C M Y K H S L
Decimal 250 1 70 0 1.00 0.72 0.02 343.37 0.99 0.49
Hex FA 1 46 0 64 48 2 157 63 31
Octal 372 1 106 0 144 110 2 527 143 61
Binary 11111010 1 1000110 0 1100100 1001000 10 101010111 1100011 110001

Color Harmonies of #FA0146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0146

Black with #FA0146

Text Example


Text Example

White with #FA0146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0146; }

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

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

background-color css

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

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

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

border-color css

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

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

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