#F01025

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

Shades of Torch Red #F01025

Tints of Torch Red #F01025

Color information

#F01025 (or 0xF01025) is unknown color: approx Torch Red. HEX triplet: F0, 10 and 25. RGB value is (240,16,37). Sum of RGB (Red+Green+Blue) = 240+16+37=293 (38% of max value = 765). Red value is 240 (94.14% from 255 or 81.91% from 293); Green value is 16 (6.64% from 255 or 5.46% from 293); Blue value is 37 (14.84% from 255 or 12.63% from 293); Max value from RGB is 240 - color contains mainly: red. Hex color #F01025 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F01025 is #0FEFDA. Grayscale: #555555. Windows color (decimal): -1044443 or 2429168. OLE color: 2429168.

HSL color Cylindrical-coordinate representation of color #F01025: hue angle of 354.38º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F01025 is Cyan = 0, Magento = 0.93, Yellow = 0.85 and Black (K on CMYK) = 0.06.

Color convert

RGB2401637-
CMYK00.930.850.06
HSL354.38º88.19%50.2%-
HSV(B)354.38º93.33%94.12%-
XYZ36.4519.033.5-
YUV85.37100.71238.29-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 81.91%
GREEN value IS 16 (6.64% from 255) = 5.46%
BLUE value IS 37 (14.84% from 255) = 12.63%
R=81.91%
G=5.46%
B=12.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.85
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240163700.930.850.06354.3888.1950.2
HexF0102505D5561625832
Octal36020450135125654213062
Binary11110000100001001010101110110101011101011000101011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F01025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F01025; }

 p { color: rgb(240,16,37); }

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

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

 a { background-color: rgb(240,16,37); }

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

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

 span { border-color: rgb(240,16,37); }

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