#f70047

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

Shades of Torch Red #F70047

Tints of Torch Red #F70047

Color information

#F70047 (or 0xF70047) is unknown color: approx Torch Red. HEX triplet: F7, 00 and 47. RGB value is (247,0,71). Sum of RGB (Red+Green+Blue) = 247+0+71=318 (42% of max value = 765). Red value is 247 (96.88% from 255 or 77.67% from 318); Green value is 0 (0.39% from 255 or 0% from 318); Blue value is 71 (28.12% from 255 or 22.33% from 318); Max value from RGB is 247 - color contains mainly: red. Hex color #F70047 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F70047 is #08FFB8. Grayscale: #515151. Windows color (decimal): -589753 or 4653303. OLE color: 4653303.

HSL color Cylindrical-coordinate representation of color #F70047: hue angle of 342.75º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F70047 is Cyan = 0, Magento = 1, Yellow = 0.71 and Black (K on CMYK) = 0.03.

Color convert

RGB247071-
CMYK010.710.03
HSL342.75º100%48.43%-
HSV(B)342.75º100%96.86%-
XYZ39.520.237.78-
YUV81.95121.83245.73-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 77.67%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 71 (28.12% from 255) = 22.33%
R=77.67%
G=0%
B=22.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.71
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247071010.710.03342.7510048.43
HexF70470644731576430
Octal36701070144107352714460
Binary1111011101000111011001001000111111010101111100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f70047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f70047; }

 p { color: rgb(247,0,71); }

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

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

 a { background-color: rgb(247,0,71); }

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

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

 span { border-color: rgb(247,0,71); }

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