#F81F3B

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

Shades of Torch Red #F81F3B

Tints of Torch Red #F81F3B

Color information

#F81F3B (or 0xF81F3B) is unknown color: approx Torch Red. HEX triplet: F8, 1F and 3B. RGB value is (248,31,59). Sum of RGB (Red+Green+Blue) = 248+31+59=338 (44% of max value = 765). Red value is 248 (97.27% from 255 or 73.37% from 338); Green value is 31 (12.5% from 255 or 9.17% from 338); Blue value is 59 (23.44% from 255 or 17.46% from 338); Max value from RGB is 248 - color contains mainly: red. Hex color #F81F3B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F81F3B is #07E0C4. Grayscale: #636363. Windows color (decimal): -516293 or 3874808. OLE color: 3874808.

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

Color convert

RGB2483159-
CMYK00.880.760.03
HSL352.26º93.94%54.71%-
HSV(B)352.26º87.5%97.25%-
XYZ39.9921.256.13-
YUV99.08105.39234.22-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 73.37%
GREEN value IS 31 (12.5% from 255) = 9.17%
BLUE value IS 59 (23.44% from 255) = 17.46%
R=73.37%
G=9.17%
B=17.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.76
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248315900.880.760.03352.2693.9454.71
HexF81F3B0584C31605e37
Octal37037730130114354013667
Binary1111100011111111011010110001001100111011000001011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F81F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F81F3B; }

 p { color: rgb(248,31,59); }

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

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

 a { background-color: rgb(248,31,59); }

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

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

 span { border-color: rgb(248,31,59); }

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