#F71948

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

Shades of Torch Red #F71948

Tints of Torch Red #F71948

Color information

#F71948 (or 0xF71948) is unknown color: approx Torch Red. HEX triplet: F7, 19 and 48. RGB value is (247,25,72). Sum of RGB (Red+Green+Blue) = 247+25+72=344 (45% of max value = 765). Red value is 247 (96.88% from 255 or 71.80% from 344); Green value is 25 (10.16% from 255 or 7.27% from 344); Blue value is 72 (28.52% from 255 or 20.93% from 344); Max value from RGB is 247 - color contains mainly: red. Hex color #F71948 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F71948 is #08E6B7. Grayscale: #606060. Windows color (decimal): -583352 or 4725239. OLE color: 4725239.

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

Color convert

RGB2472572-
CMYK00.900.710.03
HSL347.3º93.28%53.33%-
HSV(B)347.3º89.88%96.86%-
XYZ39.8820.948.07-
YUV96.74114.05235.18-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 71.80%
GREEN value IS 25 (10.16% from 255) = 7.27%
BLUE value IS 72 (28.52% from 255) = 20.93%
R=71.80%
G=7.27%
B=20.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.71
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247257200.900.710.03347.393.2853.33
HexF7194805A47315b5d35
Octal367311100132107353313565
Binary11110111110011001000010110101000111111010110111011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F71948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F71948; }

 p { color: rgb(247,25,72); }

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

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

 a { background-color: rgb(247,25,72); }

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

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

 span { border-color: rgb(247,25,72); }

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