#F20949

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

Shades of Torch Red #F20949

Tints of Torch Red #F20949

Color information

#F20949 (or 0xF20949) is unknown color: approx Torch Red. HEX triplet: F2, 09 and 49. RGB value is (242,9,73). Sum of RGB (Red+Green+Blue) = 242+9+73=324 (42% of max value = 765). Red value is 242 (94.92% from 255 or 74.69% from 324); Green value is 9 (3.91% from 255 or 2.78% from 324); Blue value is 73 (28.91% from 255 or 22.53% from 324); Max value from RGB is 242 - color contains mainly: red. Hex color #F20949 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F20949 is #0DF6B6. Grayscale: #555555. Windows color (decimal): -915127 or 4786674. OLE color: 4786674.

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

Color convert

RGB242973-
CMYK00.960.700.05
HSL343.52º92.83%49.22%-
HSV(B)343.52º96.28%94.9%-
XYZ37.9219.558.08-
YUV85.96120.69239.3-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 74.69%
GREEN value IS 9 (3.91% from 255) = 2.78%
BLUE value IS 73 (28.91% from 255) = 22.53%
R=74.69%
G=2.78%
B=22.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.70
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24297300.960.700.05343.5292.8349.22
HexF29490604651585d31
Octal362111110140106553013561
Binary11110010100110010010110000010001101011010110001011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F20949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F20949; }

 p { color: rgb(242,9,73); }

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

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

 a { background-color: rgb(242,9,73); }

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

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

 span { border-color: rgb(242,9,73); }

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