#F90249

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

Shades of Torch Red #F90249

Tints of Torch Red #F90249

Color information

#F90249 (or 0xF90249) is unknown color: approx Torch Red. HEX triplet: F9, 02 and 49. RGB value is (249,2,73). Sum of RGB (Red+Green+Blue) = 249+2+73=324 (42% of max value = 765). Red value is 249 (97.66% from 255 or 76.85% from 324); Green value is 2 (1.17% from 255 or 0.62% from 324); Blue value is 73 (28.91% from 255 or 22.53% from 324); Max value from RGB is 249 - color contains mainly: red. Hex color #F90249 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F90249 is #06FDB6. Grayscale: #535353. Windows color (decimal): -458167 or 4784889. OLE color: 4784889.

HSL color Cylindrical-coordinate representation of color #F90249: hue angle of 342.75º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F90249 is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.02.

Color convert

RGB249273-
CMYK00.990.710.02
HSL342.75º98.41%49.22%-
HSV(B)342.75º99.2%97.65%-
XYZ40.2920.668.17-
YUV83.95121.83245.73-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 76.85%
GREEN value IS 2 (1.17% from 255) = 0.62%
BLUE value IS 73 (28.91% from 255) = 22.53%
R=76.85%
G=0.62%
B=22.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.71
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24927300.990.710.02342.7598.4149.22
HexF92490634721576231
Octal37121110143107252714261
Binary11111001101001001011000111000111101010101111100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F90249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F90249; }

 p { color: rgb(249,2,73); }

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

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

 a { background-color: rgb(249,2,73); }

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

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

 span { border-color: rgb(249,2,73); }

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