#FA104B

Color #FA104B Torch Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Torch Red #FA104B

Tints of Torch Red #FA104B

Color information

#FA104B (or 0xFA104B) is unknown color: approx Torch Red. HEX triplet: FA, 10 and 4B. RGB value is (250,16,75). Sum of RGB (Red+Green+Blue) = 250+16+75=341 (45% of max value = 765). Red value is 250 (98.05% from 255 or 73.31% from 341); Green value is 16 (6.64% from 255 or 4.69% from 341); Blue value is 75 (29.69% from 255 or 21.99% from 341); Max value from RGB is 250 - color contains mainly: red. Hex color #FA104B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA104B is #05EFB4. Grayscale: #5C5C5C. Windows color (decimal): -389045 or 4919546. OLE color: 4919546.

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

Color convert

RGB2501675-
CMYK00.940.70.02
HSL344.87º95.9%52.16%-
HSV(B)344.87º93.6%98.04%-
XYZ40.8821.28.59-
YUV92.69118.02240.2-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 73.31%
GREEN value IS 16 (6.64% from 255) = 4.69%
BLUE value IS 75 (29.69% from 255) = 21.99%
R=73.31%
G=4.69%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.7
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250167500.940.70.02344.8795.952.16
HexFA104B05E4621596034
Octal372201130136106253114064
Binary11111010100001001011010111101000110101010110011100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA104B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA104B; }

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

 H1.HeaderClassName
 {
   color: #FA104B;
 }
 .AnyTagClassName
 {
   color: #FA104B;
 }
</style>
background-color css

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

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

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

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

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

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