#F01034

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

Shades of Torch Red #F01034

Tints of Torch Red #F01034

Color information

#F01034 (or 0xF01034) is unknown color: approx Torch Red. HEX triplet: F0, 10 and 34. RGB value is (240,16,52). Sum of RGB (Red+Green+Blue) = 240+16+52=308 (40% of max value = 765). Red value is 240 (94.14% from 255 or 77.92% from 308); Green value is 16 (6.64% from 255 or 5.19% from 308); Blue value is 52 (20.70% from 255 or 16.88% from 308); Max value from RGB is 240 - color contains mainly: red. Hex color #F01034 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F01034 is #0FEFCB. Grayscale: #575757. Windows color (decimal): -1044428 or 3412208. OLE color: 3412208.

HSL color Cylindrical-coordinate representation of color #F01034: hue angle of 350.36º 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 #F01034 is Cyan = 0, Magento = 0.93, Yellow = 0.78 and Black (K on CMYK) = 0.06.

Color convert

RGB2401652-
CMYK00.930.780.06
HSL350.36º88.19%50.2%-
HSV(B)350.36º93.33%94.12%-
XYZ36.7419.145.01-
YUV87.08108.21237.07-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 77.92%
GREEN value IS 16 (6.64% from 255) = 5.19%
BLUE value IS 52 (20.70% from 255) = 16.88%
R=77.92%
G=5.19%
B=16.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.78
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240165200.930.780.06350.3688.1950.2
HexF0103405D4E615e5832
Octal36020640135116653613062
Binary11110000100001101000101110110011101101010111101011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F01034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F01034; }

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

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

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

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

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

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

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

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