#F91642

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

Shades of Torch Red #F91642

Tints of Torch Red #F91642

Color information

#F91642 (or 0xF91642) is unknown color: approx Torch Red. HEX triplet: F9, 16 and 42. RGB value is (249,22,66). Sum of RGB (Red+Green+Blue) = 249+22+66=337 (44% of max value = 765). Red value is 249 (97.66% from 255 or 73.89% from 337); Green value is 22 (8.98% from 255 or 6.53% from 337); Blue value is 66 (26.17% from 255 or 19.58% from 337); Max value from RGB is 249 - color contains mainly: red. Hex color #F91642 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F91642 is #06E9BD. Grayscale: #5E5E5E. Windows color (decimal): -453054 or 4331257. OLE color: 4331257.

HSL color Cylindrical-coordinate representation of color #F91642: hue angle of 348.37º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F91642 is Cyan = 0, Magento = 0.91, Yellow = 0.73 and Black (K on CMYK) = 0.02.

Color convert

RGB2492266-
CMYK00.910.730.02
HSL348.37º94.98%53.14%-
HSV(B)348.37º91.16%97.65%-
XYZ40.3421.117.1-
YUV94.89111.71237.92-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 73.89%
GREEN value IS 22 (8.98% from 255) = 6.53%
BLUE value IS 66 (26.17% from 255) = 19.58%
R=73.89%
G=6.53%
B=19.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.73
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249226600.910.730.02348.3794.9853.14
HexF9164205B49215c5f35
Octal371261020133111253413765
Binary11111001101101000010010110111001001101010111001011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F91642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F91642; }

 p { color: rgb(249,22,66); }

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

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

 a { background-color: rgb(249,22,66); }

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

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

 span { border-color: rgb(249,22,66); }

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