#F80842

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

Shades of Torch Red #F80842

Tints of Torch Red #F80842

Color information

#F80842 (or 0xF80842) is unknown color: approx Torch Red. HEX triplet: F8, 08 and 42. RGB value is (248,8,66). Sum of RGB (Red+Green+Blue) = 248+8+66=322 (42% of max value = 765). Red value is 248 (97.27% from 255 or 77.02% from 322); Green value is 8 (3.52% from 255 or 2.48% from 322); Blue value is 66 (26.17% from 255 or 20.50% from 322); Max value from RGB is 248 - color contains mainly: red. Hex color #F80842 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F80842 is #07F7BD. Grayscale: #565656. Windows color (decimal): -522174 or 4327672. OLE color: 4327672.

HSL color Cylindrical-coordinate representation of color #F80842: hue angle of 345.5º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F80842 is Cyan = 0, Magento = 0.97, Yellow = 0.73 and Black (K on CMYK) = 0.03.

Color convert

RGB248866-
CMYK00.970.730.03
HSL345.5º94.49%50.2%-
HSV(B)345.5º96.77%97.25%-
XYZ39.7820.527.02-
YUV86.37116.51243.28-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 77.02%
GREEN value IS 8 (3.52% from 255) = 2.48%
BLUE value IS 66 (26.17% from 255) = 20.50%
R=77.02%
G=2.48%
B=20.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.73
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24886600.970.730.03345.594.4950.2
HexF884206149315a5e32
Octal370101020141111353213662
Binary1111100010001000010011000011001001111010110101011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F80842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F80842; }

 p { color: rgb(248,8,66); }

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

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

 a { background-color: rgb(248,8,66); }

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

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

 span { border-color: rgb(248,8,66); }

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