#F41348

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

Shades of Torch Red #F41348

Tints of Torch Red #F41348

Color information

#F41348 (or 0xF41348) is unknown color: approx Torch Red. HEX triplet: F4, 13 and 48. RGB value is (244,19,72). Sum of RGB (Red+Green+Blue) = 244+19+72=335 (44% of max value = 765). Red value is 244 (95.70% from 255 or 72.84% from 335); Green value is 19 (7.81% from 255 or 5.67% from 335); Blue value is 72 (28.52% from 255 or 21.49% from 335); Max value from RGB is 244 - color contains mainly: red. Hex color #F41348 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F41348 is #0BECB7. Grayscale: #5C5C5C. Windows color (decimal): -781496 or 4723700. OLE color: 4723700.

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

Color convert

RGB2441972-
CMYK00.920.700.04
HSL345.87º91.09%51.57%-
HSV(B)345.87º92.21%95.69%-
XYZ38.7120.177.98-
YUV92.32116.54236.19-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 72.84%
GREEN value IS 19 (7.81% from 255) = 5.67%
BLUE value IS 72 (28.52% from 255) = 21.49%
R=72.84%
G=5.67%
B=21.49%

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
Decimal244197200.920.700.04345.8791.0951.57
HexF4134805C46415a5b34
Octal364231100134106453213364
Binary111101001001110010000101110010001101001010110101011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F41348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F41348; }

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

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

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

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

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

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

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

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