#f81648

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

Shades of Torch Red #F81648

Tints of Torch Red #F81648

Color information

#F81648 (or 0xF81648) is unknown color: approx Torch Red. HEX triplet: F8, 16 and 48. RGB value is (248,22,72). Sum of RGB (Red+Green+Blue) = 248+22+72=342 (45% of max value = 765). Red value is 248 (97.27% from 255 or 72.51% from 342); Green value is 22 (8.98% from 255 or 6.43% from 342); Blue value is 72 (28.52% from 255 or 21.05% from 342); Max value from RGB is 248 - color contains mainly: red. Hex color #F81648 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F81648 is #07E9B7. Grayscale: #5F5F5F. Windows color (decimal): -518584 or 4724472. OLE color: 4724472.

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

Color convert

RGB2482272-
CMYK00.910.710.03
HSL346.73º94.17%52.94%-
HSV(B)346.73º91.13%97.25%-
XYZ40.17218.07-
YUV95.27114.87236.93-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 72.51%
GREEN value IS 22 (8.98% from 255) = 6.43%
BLUE value IS 72 (28.52% from 255) = 21.05%
R=72.51%
G=6.43%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.71
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248227200.910.710.03346.7394.1752.94
HexF8164805B47315b5e35
Octal370261100133107353313665
Binary11111000101101001000010110111000111111010110111011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f81648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f81648; }

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

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

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

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

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

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

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

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