#F71141

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

Shades of Torch Red #F71141

Tints of Torch Red #F71141

Color information

#F71141 (or 0xF71141) is unknown color: approx Torch Red. HEX triplet: F7, 11 and 41. RGB value is (247,17,65). Sum of RGB (Red+Green+Blue) = 247+17+65=329 (43% of max value = 765). Red value is 247 (96.88% from 255 or 75.08% from 329); Green value is 17 (7.03% from 255 or 5.17% from 329); Blue value is 65 (25.78% from 255 or 19.76% from 329); Max value from RGB is 247 - color contains mainly: red. Hex color #F71141 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F71141 is #08EEBE. Grayscale: #5B5B5B. Windows color (decimal): -585407 or 4264439. OLE color: 4264439.

HSL color Cylindrical-coordinate representation of color #F71141: hue angle of 347.48º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F71141 is Cyan = 0, Magento = 0.93, Yellow = 0.74 and Black (K on CMYK) = 0.03.

Color convert

RGB2471765-
CMYK00.930.740.03
HSL347.48º93.5%51.76%-
HSV(B)347.48º93.12%96.86%-
XYZ39.5120.566.89-
YUV91.24113.2239.1-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 75.08%
GREEN value IS 17 (7.03% from 255) = 5.17%
BLUE value IS 65 (25.78% from 255) = 19.76%
R=75.08%
G=5.17%
B=19.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.74
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247176500.930.740.03347.4893.551.76
HexF7114105D4A315b5d34
Octal367211010135112353313564
Binary11110111100011000001010111011001010111010110111011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F71141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F71141; }

 p { color: rgb(247,17,65); }

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

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

 a { background-color: rgb(247,17,65); }

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

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

 span { border-color: rgb(247,17,65); }

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