#F90146

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

Shades of Torch Red #F90146

Tints of Torch Red #F90146

Color information

#F90146 (or 0xF90146) is unknown color: approx Torch Red. HEX triplet: F9, 01 and 46. RGB value is (249,1,70). Sum of RGB (Red+Green+Blue) = 249+1+70=320 (42% of max value = 765). Red value is 249 (97.66% from 255 or 77.81% from 320); Green value is 1 (0.78% from 255 or 0.31% from 320); Blue value is 70 (27.73% from 255 or 21.88% from 320); Max value from RGB is 249 - color contains mainly: red. Hex color #F90146 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F90146 is #06FEB9. Grayscale: #525252. Windows color (decimal): -458426 or 4588025. OLE color: 4588025.

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

Color convert

RGB249170-
CMYK01.000.720.02
HSL343.31º99.2%49.02%-
HSV(B)343.31º99.6%97.65%-
XYZ40.1820.67.65-
YUV83.02120.66246.39-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 77.81%
GREEN value IS 1 (0.78% from 255) = 0.31%
BLUE value IS 70 (27.73% from 255) = 21.88%
R=77.81%
G=0.31%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.72
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24917001.000.720.02343.3199.249.02
HexF91460644821576331
Octal37111060144110252714361
Binary1111100111000110011001001001000101010101111100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F90146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F90146; }

 p { color: rgb(249,1,70); }

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

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

 a { background-color: rgb(249,1,70); }

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

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

 span { border-color: rgb(249,1,70); }

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