#F61229

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

Shades of Torch Red #F61229

Tints of Torch Red #F61229

Color information

#F61229 (or 0xF61229) is unknown color: approx Torch Red. HEX triplet: F6, 12 and 29. RGB value is (246,18,41). Sum of RGB (Red+Green+Blue) = 246+18+41=305 (40% of max value = 765). Red value is 246 (96.48% from 255 or 80.66% from 305); Green value is 18 (7.42% from 255 or 5.90% from 305); Blue value is 41 (16.41% from 255 or 13.44% from 305); Max value from RGB is 246 - color contains mainly: red. Hex color #F61229 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F61229 is #09EDD6. Grayscale: #585858. Windows color (decimal): -650711 or 2691830. OLE color: 2691830.

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

Color convert

RGB2461841-
CMYK00.930.830.04
HSL353.95º92.68%51.76%-
HSV(B)353.95º92.68%96.47%-
XYZ38.6220.193.96-
YUV88.79101.04240.13-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 80.66%
GREEN value IS 18 (7.42% from 255) = 5.90%
BLUE value IS 41 (16.41% from 255) = 13.44%
R=80.66%
G=5.90%
B=13.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.83
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal246184100.930.830.04353.9592.6851.76
HexF6122905D5341625d34
Octal36622510135123454213564
Binary11110110100101010010101110110100111001011000101011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F61229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F61229; }

 p { color: rgb(246,18,41); }

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

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

 a { background-color: rgb(246,18,41); }

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

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

 span { border-color: rgb(246,18,41); }

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