#F70040

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

Shades of Torch Red #F70040

Tints of Torch Red #F70040

Color information

#F70040 (or 0xF70040) is unknown color: approx Torch Red. HEX triplet: F7, 00 and 40. RGB value is (247,0,64). Sum of RGB (Red+Green+Blue) = 247+0+64=311 (41% of max value = 765). Red value is 247 (96.88% from 255 or 79.42% from 311); Green value is 0 (0.39% from 255 or 0% from 311); Blue value is 64 (25.39% from 255 or 20.58% from 311); Max value from RGB is 247 - color contains mainly: red. Hex color #F70040 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F70040 is #08FFBF. Grayscale: #515151. Windows color (decimal): -589760 or 4194551. OLE color: 4194551.

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

Color convert

RGB247064-
CMYK010.740.03
HSL344.45º100%48.43%-
HSV(B)344.45º100%96.86%-
XYZ39.2820.146.67-
YUV81.15118.33246.3-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 79.42%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 64 (25.39% from 255) = 20.58%
R=79.42%
G=0%
B=20.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.74
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247064010.740.03344.4510048.43
HexF70400644A31586430
Octal36701000144112353014460
Binary1111011101000000011001001001010111010110001100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F70040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F70040; }

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

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

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

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

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

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

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

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