#F41349

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

Shades of Torch Red #F41349

Tints of Torch Red #F41349

Color information

#F41349 (or 0xF41349) is unknown color: approx Torch Red. HEX triplet: F4, 13 and 49. RGB value is (244,19,73). Sum of RGB (Red+Green+Blue) = 244+19+73=336 (44% of max value = 765). Red value is 244 (95.70% from 255 or 72.62% from 336); Green value is 19 (7.81% from 255 or 5.65% from 336); Blue value is 73 (28.91% from 255 or 21.73% from 336); Max value from RGB is 244 - color contains mainly: red. Hex color #F41349 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F41349 is #0BECB6. Grayscale: #5C5C5C. Windows color (decimal): -781495 or 4789236. OLE color: 4789236.

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

Color convert

RGB2441973-
CMYK00.920.700.04
HSL345.6º91.09%51.57%-
HSV(B)345.6º92.21%95.69%-
XYZ38.7420.188.16-
YUV92.43117.04236.11-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 72.62%
GREEN value IS 19 (7.81% from 255) = 5.65%
BLUE value IS 73 (28.91% from 255) = 21.73%
R=72.62%
G=5.65%
B=21.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.70
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal244197300.920.700.04345.691.0951.57
HexF4134905C46415a5b34
Octal364231110134106453213364
Binary111101001001110010010101110010001101001010110101011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F41349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F41349; }

 p { color: rgb(244,19,73); }

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

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

 a { background-color: rgb(244,19,73); }

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

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

 span { border-color: rgb(244,19,73); }

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