#F41544

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

Shades of Torch Red #F41544

Tints of Torch Red #F41544

Color information

#F41544 (or 0xF41544) is unknown color: approx Torch Red. HEX triplet: F4, 15 and 44. RGB value is (244,21,68). Sum of RGB (Red+Green+Blue) = 244+21+68=333 (44% of max value = 765). Red value is 244 (95.70% from 255 or 73.27% from 333); Green value is 21 (8.59% from 255 or 6.31% from 333); Blue value is 68 (26.95% from 255 or 20.42% from 333); Max value from RGB is 244 - color contains mainly: red. Hex color #F41544 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F41544 is #0BEABB. Grayscale: #5D5D5D. Windows color (decimal): -780988 or 4462068. OLE color: 4462068.

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

Color convert

RGB2442168-
CMYK00.910.720.04
HSL347.35º91.02%51.96%-
HSV(B)347.35º91.39%95.69%-
XYZ38.6220.197.33-
YUV93.04113.88235.68-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 73.27%
GREEN value IS 21 (8.59% from 255) = 6.31%
BLUE value IS 68 (26.95% from 255) = 20.42%
R=73.27%
G=6.31%
B=20.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.72
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal244216800.910.720.04347.3591.0251.96
HexF4154405B48415b5b34
Octal364251040133110453313364
Binary111101001010110001000101101110010001001010110111011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F41544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F41544; }

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

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

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

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

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

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

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

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