#F81348

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

Shades of Torch Red #F81348

Tints of Torch Red #F81348

Color information

#F81348 (or 0xF81348) is unknown color: approx Torch Red. HEX triplet: F8, 13 and 48. RGB value is (248,19,72). Sum of RGB (Red+Green+Blue) = 248+19+72=339 (44% of max value = 765). Red value is 248 (97.27% from 255 or 73.16% from 339); Green value is 19 (7.81% from 255 or 5.60% from 339); Blue value is 72 (28.52% from 255 or 21.24% from 339); Max value from RGB is 248 - color contains mainly: red. Hex color #F81348 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F81348 is #07ECB7. Grayscale: #5D5D5D. Windows color (decimal): -519352 or 4723704. OLE color: 4723704.

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

Color convert

RGB2481972-
CMYK00.920.710.03
HSL346.11º94.24%52.35%-
HSV(B)346.11º92.34%97.25%-
XYZ40.1120.898.05-
YUV93.51115.87238.19-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 73.16%
GREEN value IS 19 (7.81% from 255) = 5.60%
BLUE value IS 72 (28.52% from 255) = 21.24%
R=73.16%
G=5.60%
B=21.24%

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
Decimal248197200.920.710.03346.1194.2452.35
HexF8134805C47315a5e34
Octal370231100134107353213664
Binary11111000100111001000010111001000111111010110101011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F81348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F81348; }

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

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

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

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

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

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

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

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