#F80125

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

Shades of Torch Red #F80125

Tints of Torch Red #F80125

Color information

#F80125 (or 0xF80125) is unknown color: approx Torch Red. HEX triplet: F8, 01 and 25. RGB value is (248,1,37). Sum of RGB (Red+Green+Blue) = 248+1+37=286 (37% of max value = 765). Red value is 248 (97.27% from 255 or 86.71% from 286); Green value is 1 (0.78% from 255 or 0.35% from 286); Blue value is 37 (14.84% from 255 or 12.94% from 286); Max value from RGB is 248 - color contains mainly: red. Hex color #F80125 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F80125 is #07FEDA. Grayscale: #4F4F4F. Windows color (decimal): -523995 or 2425336. OLE color: 2425336.

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

Color convert

RGB248137-
CMYK01.000.850.03
HSL351.26º99.2%48.82%-
HSV(B)351.26º99.6%97.25%-
XYZ39.0620.113.57-
YUV78.96104.33248.57-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 86.71%
GREEN value IS 1 (0.78% from 255) = 0.35%
BLUE value IS 37 (14.84% from 255) = 12.94%
R=86.71%
G=0.35%
B=12.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.85
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24813701.000.850.03351.2699.248.82
HexF812506455315f6331
Octal3701450144125353714361
Binary111110001100101011001001010101111010111111100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F80125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F80125; }

 p { color: rgb(248,1,37); }

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

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

 a { background-color: rgb(248,1,37); }

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

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

 span { border-color: rgb(248,1,37); }

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