#F80846

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

Shades of Torch Red #F80846

Tints of Torch Red #F80846

Color information

#F80846 (or 0xF80846) is unknown color: approx Torch Red. HEX triplet: F8, 08 and 46. RGB value is (248,8,70). Sum of RGB (Red+Green+Blue) = 248+8+70=326 (43% of max value = 765). Red value is 248 (97.27% from 255 or 76.07% from 326); Green value is 8 (3.52% from 255 or 2.45% from 326); Blue value is 70 (27.73% from 255 or 21.47% from 326); Max value from RGB is 248 - color contains mainly: red. Hex color #F80846 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F80846 is #07F7B9. Grayscale: #565656. Windows color (decimal): -522170 or 4589816. OLE color: 4589816.

HSL color Cylindrical-coordinate representation of color #F80846: hue angle of 344.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 #F80846 is Cyan = 0, Magento = 0.97, Yellow = 0.72 and Black (K on CMYK) = 0.03.

Color convert

RGB248870-
CMYK00.970.720.03
HSL344.5º94.49%50.2%-
HSV(B)344.5º96.77%97.25%-
XYZ39.920.577.66-
YUV86.83118.51242.96-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 76.07%
GREEN value IS 8 (3.52% from 255) = 2.45%
BLUE value IS 70 (27.73% from 255) = 21.47%
R=76.07%
G=2.45%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.72
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24887000.970.720.03344.594.4950.2
HexF88460614831585e32
Octal370101060141110353013662
Binary1111100010001000110011000011001000111010110001011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F80846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F80846; }

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

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

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

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

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

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

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

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