#F90237

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

Shades of Torch Red #F90237

Tints of Torch Red #F90237

Color information

#F90237 (or 0xF90237) is unknown color: approx Torch Red. HEX triplet: F9, 02 and 37. RGB value is (249,2,55). Sum of RGB (Red+Green+Blue) = 249+2+55=306 (40% of max value = 765). Red value is 249 (97.66% from 255 or 81.37% from 306); Green value is 2 (1.17% from 255 or 0.65% from 306); Blue value is 55 (21.88% from 255 or 17.97% from 306); Max value from RGB is 249 - color contains mainly: red. Hex color #F90237 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F90237 is #06FDC8. Grayscale: #515151. Windows color (decimal): -458185 or 3605241. OLE color: 3605241.

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

Color convert

RGB249255-
CMYK00.990.780.02
HSL347.13º98.41%49.22%-
HSV(B)347.13º99.2%97.65%-
XYZ39.7820.465.47-
YUV81.9112.83247.19-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 81.37%
GREEN value IS 2 (1.17% from 255) = 0.65%
BLUE value IS 55 (21.88% from 255) = 17.97%
R=81.37%
G=0.65%
B=17.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.78
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24925500.990.780.02347.1398.4149.22
HexF92370634E215b6231
Octal3712670143116253314261
Binary1111100110110111011000111001110101010110111100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F90237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F90237; }

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

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

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

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

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

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

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

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