#F01344

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

Shades of Torch Red #F01344

Tints of Torch Red #F01344

Color information

#F01344 (or 0xF01344) is unknown color: approx Torch Red. HEX triplet: F0, 13 and 44. RGB value is (240,19,68). Sum of RGB (Red+Green+Blue) = 240+19+68=327 (43% of max value = 765). Red value is 240 (94.14% from 255 or 73.39% from 327); Green value is 19 (7.81% from 255 or 5.81% from 327); Blue value is 68 (26.95% from 255 or 20.80% from 327); Max value from RGB is 240 - color contains mainly: red. Hex color #F01344 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F01344 is #0FECBB. Grayscale: #5A5A5A. Windows color (decimal): -1043644 or 4461552. OLE color: 4461552.

HSL color Cylindrical-coordinate representation of color #F01344: hue angle of 346.7º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F01344 is Cyan = 0, Magento = 0.92, Yellow = 0.72 and Black (K on CMYK) = 0.06.

Color convert

RGB2401968-
CMYK00.920.720.06
HSL346.7º88.05%50.78%-
HSV(B)346.7º92.08%94.12%-
XYZ37.2119.417.25-
YUV90.66115.22234.52-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 73.39%
GREEN value IS 19 (7.81% from 255) = 5.81%
BLUE value IS 68 (26.95% from 255) = 20.80%
R=73.39%
G=5.81%
B=20.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.72
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240196800.920.720.06346.788.0550.78
HexF0134405C48615b5833
Octal360231040134110653313063
Binary111100001001110001000101110010010001101010110111011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F01344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F01344; }

 p { color: rgb(240,19,68); }

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

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

 a { background-color: rgb(240,19,68); }

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

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

 span { border-color: rgb(240,19,68); }

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