#F0163F

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

Shades of Torch Red #F0163F

Tints of Torch Red #F0163F

Color information

#F0163F (or 0xF0163F) is unknown color: approx Torch Red. HEX triplet: F0, 16 and 3F. RGB value is (240,22,63). Sum of RGB (Red+Green+Blue) = 240+22+63=325 (43% of max value = 765). Red value is 240 (94.14% from 255 or 73.85% from 325); Green value is 22 (8.98% from 255 or 6.77% from 325); Blue value is 63 (25% from 255 or 19.38% from 325); Max value from RGB is 240 - color contains mainly: red. Hex color #F0163F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0163F is #0FE9C0. Grayscale: #5B5B5B. Windows color (decimal): -1042881 or 4134640. OLE color: 4134640.

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

Color convert

RGB2402263-
CMYK00.910.740.06
HSL348.72º87.9%51.37%-
HSV(B)348.72º90.83%94.12%-
XYZ37.1219.466.5-
YUV91.86111.72233.67-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 73.85%
GREEN value IS 22 (8.98% from 255) = 6.77%
BLUE value IS 63 (25% from 255) = 19.38%
R=73.85%
G=6.77%
B=19.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.74
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240226300.910.740.06348.7287.951.37
HexF0163F05B4A615d5833
Octal36026770133112653513063
Binary11110000101101111110101101110010101101010111011011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0163F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0163F; }

 p { color: rgb(240,22,63); }

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

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

 a { background-color: rgb(240,22,63); }

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

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

 span { border-color: rgb(240,22,63); }

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