#F41144

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

Shades of Torch Red #F41144

Tints of Torch Red #F41144

Color information

#F41144 (or 0xF41144) is unknown color: approx Torch Red. HEX triplet: F4, 11 and 44. RGB value is (244,17,68). Sum of RGB (Red+Green+Blue) = 244+17+68=329 (43% of max value = 765). Red value is 244 (95.70% from 255 or 74.16% from 329); Green value is 17 (7.03% from 255 or 5.17% from 329); Blue value is 68 (26.95% from 255 or 20.67% from 329); Max value from RGB is 244 - color contains mainly: red. Hex color #F41144 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F41144 is #0BEEBB. Grayscale: #5A5A5A. Windows color (decimal): -782012 or 4461044. OLE color: 4461044.

HSL color Cylindrical-coordinate representation of color #F41144: hue angle of 346.52º 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 #F41144 is Cyan = 0, Magento = 0.93, Yellow = 0.72 and Black (K on CMYK) = 0.04.

Color convert

RGB2441768-
CMYK00.930.720.04
HSL346.52º91.16%51.18%-
HSV(B)346.52º93.03%95.69%-
XYZ38.5520.057.31-
YUV90.69115.21237.35-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 74.16%
GREEN value IS 17 (7.03% from 255) = 5.17%
BLUE value IS 68 (26.95% from 255) = 20.67%
R=74.16%
G=5.17%
B=20.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.72
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal244176800.930.720.04346.5291.1651.18
HexF4114405D48415b5b33
Octal364211040135110453313363
Binary111101001000110001000101110110010001001010110111011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F41144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F41144; }

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

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

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

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

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

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

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

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