#F90334

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

Shades of Torch Red #F90334

Tints of Torch Red #F90334

Color information

#F90334 (or 0xF90334) is unknown color: approx Torch Red. HEX triplet: F9, 03 and 34. RGB value is (249,3,52). Sum of RGB (Red+Green+Blue) = 249+3+52=304 (40% of max value = 765). Red value is 249 (97.66% from 255 or 81.91% from 304); Green value is 3 (1.56% from 255 or 0.99% from 304); Blue value is 52 (20.70% from 255 or 17.11% from 304); Max value from RGB is 249 - color contains mainly: red. Hex color #F90334 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F90334 is #06FCCB. Grayscale: #525252. Windows color (decimal): -457932 or 3408889. OLE color: 3408889.

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

Color convert

RGB249352-
CMYK00.990.790.02
HSL348.05º97.62%49.41%-
HSV(B)348.05º98.8%97.65%-
XYZ39.7220.455.1-
YUV82.14111247.02-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 81.91%
GREEN value IS 3 (1.56% from 255) = 0.99%
BLUE value IS 52 (20.70% from 255) = 17.11%
R=81.91%
G=0.99%
B=17.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.79
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24935200.990.790.02348.0597.6249.41
HexF93340634F215c6231
Octal3713640143117253414261
Binary1111100111110100011000111001111101010111001100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F90334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F90334; }

 p { color: rgb(249,3,52); }

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

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

 a { background-color: rgb(249,3,52); }

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

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

 span { border-color: rgb(249,3,52); }

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