#F0092F

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

Shades of Torch Red #F0092F

Tints of Torch Red #F0092F

Color information

#F0092F (or 0xF0092F) is unknown color: approx Torch Red. HEX triplet: F0, 09 and 2F. RGB value is (240,9,47). Sum of RGB (Red+Green+Blue) = 240+9+47=296 (39% of max value = 765). Red value is 240 (94.14% from 255 or 81.08% from 296); Green value is 9 (3.91% from 255 or 3.04% from 296); Blue value is 47 (18.75% from 255 or 15.88% from 296); Max value from RGB is 240 - color contains mainly: red. Hex color #F0092F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0092F is #0FF6D0. Grayscale: #525252. Windows color (decimal): -1046225 or 3082736. OLE color: 3082736.

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

Color convert

RGB240947-
CMYK00.960.800.06
HSL350.13º92.77%48.82%-
HSV(B)350.13º96.25%94.12%-
XYZ36.5518.934.42-
YUV82.4108.03240.41-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 81.08%
GREEN value IS 9 (3.91% from 255) = 3.04%
BLUE value IS 47 (18.75% from 255) = 15.88%
R=81.08%
G=3.04%
B=15.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.80
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24094700.960.800.06350.1392.7748.82
HexF092F06050615e5d31
Octal36011570140120653613561
Binary1111000010011011110110000010100001101010111101011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0092F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0092F; }

 p { color: rgb(240,9,47); }

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

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

 a { background-color: rgb(240,9,47); }

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

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

 span { border-color: rgb(240,9,47); }

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