#F72042

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

Shades of Torch Red #F72042

Tints of Torch Red #F72042

Color information

#F72042 (or 0xF72042) is unknown color: approx Torch Red. HEX triplet: F7, 20 and 42. RGB value is (247,32,66). Sum of RGB (Red+Green+Blue) = 247+32+66=345 (45% of max value = 765). Red value is 247 (96.88% from 255 or 71.59% from 345); Green value is 32 (12.89% from 255 or 9.28% from 345); Blue value is 66 (26.17% from 255 or 19.13% from 345); Max value from RGB is 247 - color contains mainly: red. Hex color #F72042 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F72042 is #08DFBD. Grayscale: #646464. Windows color (decimal): -581566 or 4333815. OLE color: 4333815.

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

Color convert

RGB2473266-
CMYK00.870.730.03
HSL350.51º93.07%54.71%-
HSV(B)350.51º87.04%96.86%-
XYZ39.8621.27.15-
YUV100.16108.73232.74-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 71.59%
GREEN value IS 32 (12.89% from 255) = 9.28%
BLUE value IS 66 (26.17% from 255) = 19.13%
R=71.59%
G=9.28%
B=19.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.73
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247326600.870.730.03350.5193.0754.71
HexF7204205749315f5d37
Octal367401020127111353713567
Binary111101111000001000010010101111001001111010111111011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F72042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F72042; }

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

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

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

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

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

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

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

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