#f91a49

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

Shades of Torch Red #F91A49

Tints of Torch Red #F91A49

Color information

#F91A49 (or 0xF91A49) is unknown color: approx Torch Red. HEX triplet: F9, 1A and 49. RGB value is (249,26,73). Sum of RGB (Red+Green+Blue) = 249+26+73=348 (46% of max value = 765). Red value is 249 (97.66% from 255 or 71.55% from 348); Green value is 26 (10.55% from 255 or 7.47% from 348); Blue value is 73 (28.91% from 255 or 20.98% from 348); Max value from RGB is 249 - color contains mainly: red. Hex color #F91A49 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F91A49 is #06E5B6. Grayscale: #626262. Windows color (decimal): -452023 or 4791033. OLE color: 4791033.

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

Color convert

RGB2492673-
CMYK00.900.710.02
HSL347.35º94.89%53.92%-
HSV(B)347.35º89.56%97.65%-
XYZ40.6421.368.28-
YUV98.04113.88235.68-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 71.55%
GREEN value IS 26 (10.55% from 255) = 7.47%
BLUE value IS 73 (28.91% from 255) = 20.98%
R=71.55%
G=7.47%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.71
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249267300.900.710.02347.3594.8953.92
HexF91A4905A47215b5f36
Octal371321110132107253313766
Binary11111001110101001001010110101000111101010110111011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f91a49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f91a49; }

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

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

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

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

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

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

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

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