#F90132

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

Shades of Torch Red #F90132

Tints of Torch Red #F90132

Color information

#F90132 (or 0xF90132) is unknown color: approx Torch Red. HEX triplet: F9, 01 and 32. RGB value is (249,1,50). Sum of RGB (Red+Green+Blue) = 249+1+50=300 (39% of max value = 765). Red value is 249 (97.66% from 255 or 83% from 300); Green value is 1 (0.78% from 255 or 0.33% from 300); Blue value is 50 (19.92% from 255 or 16.67% from 300); Max value from RGB is 249 - color contains mainly: red. Hex color #F90132 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F90132 is #06FECD. Grayscale: #505050. Windows color (decimal): -458446 or 3277305. OLE color: 3277305.

HSL color Cylindrical-coordinate representation of color #F90132: hue angle of 348.15º 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 #F90132 is Cyan = 0, Magento = 1.00, Yellow = 0.80 and Black (K on CMYK) = 0.02.

Color convert

RGB249150-
CMYK01.000.800.02
HSL348.15º99.2%49.02%-
HSV(B)348.15º99.6%97.65%-
XYZ39.6520.394.86-
YUV80.74110.66248.02-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 83%
GREEN value IS 1 (0.78% from 255) = 0.33%
BLUE value IS 50 (19.92% from 255) = 16.67%
R=83%
G=0.33%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.80
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24915001.000.800.02348.1599.249.02
HexF913206450215c6331
Octal3711620144120253414361
Binary111110011110010011001001010000101010111001100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F90132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F90132; }

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

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

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

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

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

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

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

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