#F91644

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

Shades of Torch Red #F91644

Tints of Torch Red #F91644

Color information

#F91644 (or 0xF91644) is unknown color: approx Torch Red. HEX triplet: F9, 16 and 44. RGB value is (249,22,68). Sum of RGB (Red+Green+Blue) = 249+22+68=339 (44% of max value = 765). Red value is 249 (97.66% from 255 or 73.45% from 339); Green value is 22 (8.98% from 255 or 6.49% from 339); Blue value is 68 (26.95% from 255 or 20.06% from 339); Max value from RGB is 249 - color contains mainly: red. Hex color #F91644 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F91644 is #06E9BB. Grayscale: #5F5F5F. Windows color (decimal): -453052 or 4462329. OLE color: 4462329.

HSL color Cylindrical-coordinate representation of color #F91644: hue angle of 347.84º 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 #F91644 is Cyan = 0, Magento = 0.91, Yellow = 0.73 and Black (K on CMYK) = 0.02.

Color convert

RGB2492268-
CMYK00.910.730.02
HSL347.84º94.98%53.14%-
HSV(B)347.84º91.16%97.65%-
XYZ40.421.137.42-
YUV95.12112.71237.76-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 73.45%
GREEN value IS 22 (8.98% from 255) = 6.49%
BLUE value IS 68 (26.95% from 255) = 20.06%
R=73.45%
G=6.49%
B=20.06%

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
Decimal249226800.910.730.02347.8494.9853.14
HexF9164405B49215c5f35
Octal371261040133111253413765
Binary11111001101101000100010110111001001101010111001011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F91644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F91644; }

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

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

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

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

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

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

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

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