#F11349

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

Shades of Torch Red #F11349

Tints of Torch Red #F11349

Color information

#F11349 (or 0xF11349) is unknown color: approx Torch Red. HEX triplet: F1, 13 and 49. RGB value is (241,19,73). Sum of RGB (Red+Green+Blue) = 241+19+73=333 (44% of max value = 765). Red value is 241 (94.53% from 255 or 72.37% from 333); Green value is 19 (7.81% from 255 or 5.71% from 333); Blue value is 73 (28.91% from 255 or 21.92% from 333); Max value from RGB is 241 - color contains mainly: red. Hex color #F11349 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F11349 is #0EECB6. Grayscale: #5B5B5B. Windows color (decimal): -978103 or 4789233. OLE color: 4789233.

HSL color Cylindrical-coordinate representation of color #F11349: hue angle of 345.41º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F11349 is Cyan = 0, Magento = 0.92, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB2411973-
CMYK00.920.700.05
HSL345.41º88.8%50.98%-
HSV(B)345.41º92.12%94.51%-
XYZ37.7119.658.11-
YUV91.53117.55234.61-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 72.37%
GREEN value IS 19 (7.81% from 255) = 5.71%
BLUE value IS 73 (28.91% from 255) = 21.92%
R=72.37%
G=5.71%
B=21.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.70
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241197300.920.700.05345.4188.850.98
HexF1134905C4651595933
Octal361231110134106553113163
Binary111100011001110010010101110010001101011010110011011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F11349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F11349; }

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

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

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

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

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

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

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

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