#F81443

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

Shades of Torch Red #F81443

Tints of Torch Red #F81443

Color information

#F81443 (or 0xF81443) is unknown color: approx Torch Red. HEX triplet: F8, 14 and 43. RGB value is (248,20,67). Sum of RGB (Red+Green+Blue) = 248+20+67=335 (44% of max value = 765). Red value is 248 (97.27% from 255 or 74.03% from 335); Green value is 20 (8.20% from 255 or 5.97% from 335); Blue value is 67 (26.56% from 255 or 20% from 335); Max value from RGB is 248 - color contains mainly: red. Hex color #F81443 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F81443 is #07EBBC. Grayscale: #5D5D5D. Windows color (decimal): -519101 or 4396280. OLE color: 4396280.

HSL color Cylindrical-coordinate representation of color #F81443: hue angle of 347.63º 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 #F81443 is Cyan = 0, Magento = 0.92, Yellow = 0.73 and Black (K on CMYK) = 0.03.

Color convert

RGB2482067-
CMYK00.920.730.03
HSL347.63º94.21%52.55%-
HSV(B)347.63º91.94%97.25%-
XYZ39.9720.867.23-
YUV93.53113.04238.18-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 74.03%
GREEN value IS 20 (8.20% from 255) = 5.97%
BLUE value IS 67 (26.56% from 255) = 20%
R=74.03%
G=5.97%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.73
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248206700.920.730.03347.6394.2152.55
HexF8144305C49315c5e35
Octal370241030134111353413665
Binary11111000101001000011010111001001001111010111001011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F81443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F81443; }

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

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

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

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

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

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

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

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