#FB1245

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

Shades of Torch Red #FB1245

Tints of Torch Red #FB1245

Color information

#FB1245 (or 0xFB1245) is unknown color: approx Torch Red. HEX triplet: FB, 12 and 45. RGB value is (251,18,69). Sum of RGB (Red+Green+Blue) = 251+18+69=338 (44% of max value = 765). Red value is 251 (98.44% from 255 or 74.26% from 338); Green value is 18 (7.42% from 255 or 5.33% from 338); Blue value is 69 (27.34% from 255 or 20.41% from 338); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1245 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB1245 is #04EDBA. Grayscale: #5D5D5D. Windows color (decimal): -323003 or 4526843. OLE color: 4526843.

HSL color Cylindrical-coordinate representation of color #FB1245: hue angle of 346.87º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FB1245 is Cyan = 0, Magento = 0.93, Yellow = 0.73 and Black (K on CMYK) = 0.02.

Color convert

RGB2511869-
CMYK00.930.730.02
HSL346.87º96.68%52.75%-
HSV(B)346.87º92.83%98.43%-
XYZ41.0721.377.59-
YUV93.48114.19240.35-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 74.26%
GREEN value IS 18 (7.42% from 255) = 5.33%
BLUE value IS 69 (27.34% from 255) = 20.41%
R=74.26%
G=5.33%
B=20.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.73
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251186900.930.730.02346.8796.6852.75
HexFB124505D49215b6135
Octal373221050135111253314165
Binary11111011100101000101010111011001001101010110111100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB1245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB1245; }

 p { color: rgb(251,18,69); }

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

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

 a { background-color: rgb(251,18,69); }

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

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

 span { border-color: rgb(251,18,69); }

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