#F81448

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

Shades of Torch Red #F81448

Tints of Torch Red #F81448

Color information

#F81448 (or 0xF81448) is unknown color: approx Torch Red. HEX triplet: F8, 14 and 48. RGB value is (248,20,72). Sum of RGB (Red+Green+Blue) = 248+20+72=340 (45% of max value = 765). Red value is 248 (97.27% from 255 or 72.94% from 340); Green value is 20 (8.20% from 255 or 5.88% from 340); Blue value is 72 (28.52% from 255 or 21.18% from 340); Max value from RGB is 248 - color contains mainly: red. Hex color #F81448 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F81448 is #07EBB7. Grayscale: #5E5E5E. Windows color (decimal): -519096 or 4723960. OLE color: 4723960.

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

Color convert

RGB2482072-
CMYK00.920.710.03
HSL346.32º94.21%52.55%-
HSV(B)346.32º91.94%97.25%-
XYZ40.1320.928.05-
YUV94.1115.54237.77-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 72.94%
GREEN value IS 20 (8.20% from 255) = 5.88%
BLUE value IS 72 (28.52% from 255) = 21.18%
R=72.94%
G=5.88%
B=21.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.71
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248207200.920.710.03346.3294.2152.55
HexF8144805C47315a5e35
Octal370241100134107353213665
Binary11111000101001001000010111001000111111010110101011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F81448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F81448; }

 p { color: rgb(248,20,72); }

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

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

 a { background-color: rgb(248,20,72); }

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

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

 span { border-color: rgb(248,20,72); }

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