#F72044

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

Shades of Torch Red #F72044

Tints of Torch Red #F72044

Color information

#F72044 (or 0xF72044) is unknown color: approx Torch Red. HEX triplet: F7, 20 and 44. RGB value is (247,32,68). Sum of RGB (Red+Green+Blue) = 247+32+68=347 (45% of max value = 765). Red value is 247 (96.88% from 255 or 71.18% from 347); Green value is 32 (12.89% from 255 or 9.22% from 347); Blue value is 68 (26.95% from 255 or 19.60% from 347); Max value from RGB is 247 - color contains mainly: red. Hex color #F72044 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F72044 is #08DFBB. Grayscale: #646464. Windows color (decimal): -581564 or 4464887. OLE color: 4464887.

HSL color Cylindrical-coordinate representation of color #F72044: hue angle of 349.95º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F72044 is Cyan = 0, Magento = 0.87, Yellow = 0.72 and Black (K on CMYK) = 0.03.

Color convert

RGB2473268-
CMYK00.870.720.03
HSL349.95º93.07%54.71%-
HSV(B)349.95º87.04%96.86%-
XYZ39.9221.227.46-
YUV100.39109.73232.57-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 71.18%
GREEN value IS 32 (12.89% from 255) = 9.22%
BLUE value IS 68 (26.95% from 255) = 19.60%
R=71.18%
G=9.22%
B=19.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.72
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247326800.870.720.03349.9593.0754.71
HexF7204405748315e5d37
Octal367401040127110353613567
Binary111101111000001000100010101111001000111010111101011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F72044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F72044; }

 p { color: rgb(247,32,68); }

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

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

 a { background-color: rgb(247,32,68); }

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

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

 span { border-color: rgb(247,32,68); }

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