#F41146

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

Shades of Torch Red #F41146

Tints of Torch Red #F41146

Color information

#F41146 (or 0xF41146) is unknown color: approx Torch Red. HEX triplet: F4, 11 and 46. RGB value is (244,17,70). Sum of RGB (Red+Green+Blue) = 244+17+70=331 (43% of max value = 765). Red value is 244 (95.70% from 255 or 73.72% from 331); Green value is 17 (7.03% from 255 or 5.14% from 331); Blue value is 70 (27.73% from 255 or 21.15% from 331); Max value from RGB is 244 - color contains mainly: red. Hex color #F41146 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F41146 is #0BEEB9. Grayscale: #5A5A5A. Windows color (decimal): -782010 or 4592116. OLE color: 4592116.

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

Color convert

RGB2441770-
CMYK00.930.710.04
HSL345.99º91.16%51.18%-
HSV(B)345.99º93.03%95.69%-
XYZ38.6120.087.63-
YUV90.92116.21237.19-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 73.72%
GREEN value IS 17 (7.03% from 255) = 5.14%
BLUE value IS 70 (27.73% from 255) = 21.15%
R=73.72%
G=5.14%
B=21.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.71
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal244177000.930.710.04345.9991.1651.18
HexF4114605D47415a5b33
Octal364211060135107453213363
Binary111101001000110001100101110110001111001010110101011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F41146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F41146; }

 p { color: rgb(244,17,70); }

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

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

 a { background-color: rgb(244,17,70); }

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

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

 span { border-color: rgb(244,17,70); }

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