#F40047

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

Shades of Torch Red #F40047

Tints of Torch Red #F40047

Color information

#F40047 (or 0xF40047) is unknown color: approx Torch Red. HEX triplet: F4, 00 and 47. RGB value is (244,0,71). Sum of RGB (Red+Green+Blue) = 244+0+71=315 (41% of max value = 765). Red value is 244 (95.70% from 255 or 77.46% from 315); Green value is 0 (0.39% from 255 or 0% from 315); Blue value is 71 (28.12% from 255 or 22.54% from 315); Max value from RGB is 244 - color contains mainly: red. Hex color #F40047 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F40047 is #0BFFB8. Grayscale: #515151. Windows color (decimal): -786361 or 4653300. OLE color: 4653300.

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

Color convert

RGB244071-
CMYK010.710.04
HSL342.54º100%47.84%-
HSV(B)342.54º100%95.69%-
XYZ38.4519.697.74-
YUV81.05122.34244.23-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 77.46%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 71 (28.12% from 255) = 22.54%
R=77.46%
G=0%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.71
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal244071010.710.04342.5410047.84
HexF40470644741576430
Octal36401070144107452714460
Binary11110100010001110110010010001111001010101111100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F40047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F40047; }

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

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

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

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

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

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

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

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