#F80236

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

Shades of Torch Red #F80236

Tints of Torch Red #F80236

Color information

#F80236 (or 0xF80236) is unknown color: approx Torch Red. HEX triplet: F8, 02 and 36. RGB value is (248,2,54). Sum of RGB (Red+Green+Blue) = 248+2+54=304 (40% of max value = 765). Red value is 248 (97.27% from 255 or 81.58% from 304); Green value is 2 (1.17% from 255 or 0.66% from 304); Blue value is 54 (21.48% from 255 or 17.76% from 304); Max value from RGB is 248 - color contains mainly: red. Hex color #F80236 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F80236 is #07FDC9. Grayscale: #515151. Windows color (decimal): -523722 or 3539704. OLE color: 3539704.

HSL color Cylindrical-coordinate representation of color #F80236: hue angle of 347.32º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F80236 is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.03.

Color convert

RGB248254-
CMYK00.990.780.03
HSL347.32º98.4%49.02%-
HSV(B)347.32º99.19%97.25%-
XYZ39.420.275.33-
YUV81.48112.5246.77-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 81.58%
GREEN value IS 2 (1.17% from 255) = 0.66%
BLUE value IS 54 (21.48% from 255) = 17.76%
R=81.58%
G=0.66%
B=17.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.78
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24825400.990.780.03347.3298.449.02
HexF82360634E315b6231
Octal3702660143116353314261
Binary1111100010110110011000111001110111010110111100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F80236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F80236; }

 p { color: rgb(248,2,54); }

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

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

 a { background-color: rgb(248,2,54); }

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

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

 span { border-color: rgb(248,2,54); }

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