#F72040

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

Shades of Torch Red #F72040

Tints of Torch Red #F72040

Color information

#F72040 (or 0xF72040) is unknown color: approx Torch Red. HEX triplet: F7, 20 and 40. RGB value is (247,32,64). Sum of RGB (Red+Green+Blue) = 247+32+64=343 (45% of max value = 765). Red value is 247 (96.88% from 255 or 72.01% from 343); Green value is 32 (12.89% from 255 or 9.33% from 343); Blue value is 64 (25.39% from 255 or 18.66% from 343); Max value from RGB is 247 - color contains mainly: red. Hex color #F72040 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F72040 is #08DFBF. Grayscale: #646464. Windows color (decimal): -581568 or 4202743. OLE color: 4202743.

HSL color Cylindrical-coordinate representation of color #F72040: hue angle of 351.07º 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 #F72040 is Cyan = 0, Magento = 0.87, Yellow = 0.74 and Black (K on CMYK) = 0.03.

Color convert

RGB2473264-
CMYK00.870.740.03
HSL351.07º93.07%54.71%-
HSV(B)351.07º87.04%96.86%-
XYZ39.821.186.84-
YUV99.93107.73232.9-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 72.01%
GREEN value IS 32 (12.89% from 255) = 9.33%
BLUE value IS 64 (25.39% from 255) = 18.66%
R=72.01%
G=9.33%
B=18.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.74
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247326400.870.740.03351.0793.0754.71
HexF720400574A315f5d37
Octal367401000127112353713567
Binary111101111000001000000010101111001010111010111111011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F72040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F72040; }

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

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

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

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

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

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

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

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