#fa0c47

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

Shades of Torch Red #FA0C47

Tints of Torch Red #FA0C47

Color information

#FA0C47 (or 0xFA0C47) is unknown color: approx Torch Red. HEX triplet: FA, 0C and 47. RGB value is (250,12,71). Sum of RGB (Red+Green+Blue) = 250+12+71=333 (44% of max value = 765). Red value is 250 (98.05% from 255 or 75.08% from 333); Green value is 12 (5.08% from 255 or 3.60% from 333); Blue value is 71 (28.12% from 255 or 21.32% from 333); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0C47 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA0C47 is #05F3B8. Grayscale: #595959. Windows color (decimal): -390073 or 4656378. OLE color: 4656378.

HSL color Cylindrical-coordinate representation of color #FA0C47: hue angle of 345.13º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FA0C47 is Cyan = 0, Magento = 0.95, Yellow = 0.72 and Black (K on CMYK) = 0.02.

Color convert

RGB2501271-
CMYK00.950.720.02
HSL345.13º95.97%51.37%-
HSV(B)345.13º95.2%98.04%-
XYZ40.6921.047.88-
YUV89.89117.35242.2-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 75.08%
GREEN value IS 12 (5.08% from 255) = 3.60%
BLUE value IS 71 (28.12% from 255) = 21.32%
R=75.08%
G=3.60%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.72
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250127100.950.720.02345.1395.9751.37
HexFAC4705F4821596033
Octal372141070137110253114063
Binary1111101011001000111010111111001000101010110011100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fa0c47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fa0c47; }

 p { color: rgb(250,12,71); }

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

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

 a { background-color: rgb(250,12,71); }

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

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

 span { border-color: rgb(250,12,71); }

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